-1

what are the test cases for capture screenshot in manual testing?

Capture screenshot

Akzy
  • 1,817
  • 1
  • 7
  • 19
Yamuna
  • 1
  • 1

2 Answers2

0

On the High level there can be a single one-liner scenario:

Validate the user is able to capture the screenshot.

However, if you want a detailed test case then you can write like this:

  1. Validate user is able to capture the screenshot using the available functionality.

    a. Crosscheck the details displayed on the captured screenshot with details displayed on the webpage, it should match.

  2. Validate users can capture screenshots using web-based tools(browser extensions) as well as the inbuilt tools available on the machine.

Amit Kumar
  • 16
  • 3
0

Following links will help you for screenshot testing

  • Enter your URL and choose the OS and browser combination you want to use to create a screenshot.
  • You can examine your screenshots on the result page after clicking the capture.

Source: https://www.lambdatest.com/support/docs/automated-screenshot-testing/

If you're seeking for screencast automation testing, look at the source below.