Need to save screenshot in folder instead of Test manager portal

Hi,
I am quite new to Test automation and want to know about the verify control attribute activity. Using this activity we can capture screenshots of test cases which are eventually saved on test manager portal.

But, is it possible to save the screenshots on system (in a folder) instead of test manager.

Our client does not want to store the sensitive data on test manager portal so he wants to store it in a folder rather on test manager portal.

Thanks.

HI @Debartha_Mitra_DE you can use two activities for this case , these are as

  1. “Take screenshot”
  2. “save image”

and in the “save image” activity you can specify the file path where you want to save your screenshots.

1 Like