Verification Checks

Why it is recommended to add verification checks to your all your scenarios?

Questions by mathan_vel   answers by mathan_vel

Showing Answers 1 - 9 of 9 Answers

When testing a web application under heavy load, it might not be served the desired pages. If there are no verification checks, the transaction may still PASS and we will erroneously believe it is handling the load.  Adding verification checks is a way to ensure that the page we are looking for actually loads. 

sindhu_gt

  • Mar 12th, 2014
 

Hi,
Its very necessary to keep verification checks why because we need to know the web page is successfully loaded or not in case of web applications we are using.

Ayushi

  • Aug 8th, 2017
 

When a page is being requested from server, its not only important to know the time required for the page to download but also to make sure that CORRECT PAGE is being downloaded from server. Verification points in your scripts help you do that.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions