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

Showing Answers 1 - 17 of 17 Answers

JKodadhala

  • Apr 6th, 2005
 

(1)Each scenario is set of transaction in LoadRunner script. 
(2)Each transaction does have set of virtual user actions 
(3)To make sure that the vitrul user has passed the transaction scripts need the verification checks. 
(4)There are 2 types of verification checks. 
Image verification check and Text verifcation check. 
(5)It is better practive to add verification check after each action is performed. 
 

Pankaj Goel

  • May 2nd, 2005
 

When a pag 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. Verificaion points in your scripts help you do that

sujatha

  • Jul 6th, 2005
 

To verify the Fnctional flow....verification checks are used in the scenarios

pankaja

  • Feb 21st, 2006
 

Verification points are used to check the state of the object across builds.Thus by adding VP's in our test scenerios we can check if a particular object has changd across the build or not.

  Was this answer useful?  Yes

V

  • Apr 14th, 2007
 

To verify the Functionality of the Application under Load

V_Lakshmi

  • Jan 21st, 2010
 

As pointed correctly in earlier posts, verification checks are required- 

To verify if content is being served by the server under a heavy load or is it just the HTML response that is being sent.

To verify if the desired content is served within the permissible time

It is also equally important to check for the right objects while doing the verification checks, i.e. the uniqueness of the object w.r.t the page. This is important to have authentic verification points.

  Was this answer useful?  Yes

Many times the internet contents are not downloaded and dispalyed completely.  To ensure that all business processes have completed end to end, while server is handling concurrent requests, we need verification checks.

  Was this answer useful?  Yes

Sometimes you may not get any http errors and may think that the page loaded successfully but it may happen that some of the content like image or text did not load. placing image and text checks in the script would ensure that the important components loaded during the page request.

Just take precaution of not placing the checks within any transactions as they may take some time too thereby giving you false results

  Was this answer useful?  Yes

aj.vinodh

  • Jan 15th, 2015
 

Verification checks are added in the script in order to know whether right landing page is appearing or not.

There are two types of checks, we can add into script depending on the nature of the page, i would recommend, we can go for text check

In web http, we need enable text n image check in RTS and add text check function "web_reg_find" to do text verification in the landing page.

If the application is accessed by third party links like Citrix for ex: we may have to use ctrx_sync_on_text to synchronize on the intended text n retrieve the text using get text function -ctrx_get_text...

  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