Resolved Question
what are the types of check points is available in LoadRunner? how to work on database check points?
 
Details:
  asked by: usedto  on: Jun 19, 2009  
 Best Answer ! ! !
claraguigui 's Answer  ( this answer is maked as best answer of this question at: Jun 25, 2009 )


Hi ,


We have two types of web check in LR

1. Image check
2. Text check


what is Image Check : VuGen allows you to add a user-defined check that searches for an image on a Web page during the run.

What is Test Check : VuGen allows you to add a user-defined check that searches for an text string on a Web page while running.


Syntax : web_image_check("<name>","<attributes of the image properties>", LAST)

web_reg_find("Text=<search string>", LAST);

web_find("<name>", "<attributes>", "What=<search string>", LAST);



Difference:

web_reg_find : This function can be used for both HTML-based and URL-based scripts.

web_find : This function is limited to HTML-based recorded scripts (see Recording Options > Recording tab).
1 comments  answered on: Jun 23, 2009 
Other Answer (2)

The check point available in the load runner are start time and end time and rendzervous point.

sudhakar kolla

09819859346

  hehe88   answered on£ºJun 20, 2009  0 comments

Hi


We have two types of web check in LR

1. Image check
2. Text check


what is Image Check : VuGen allows you to add a user-defined check that searches for an image on a Web page during the run.

What is Test Check : VuGen allows you to add a user-defined check that searches for an text string on a Web page while running.


Syntax : web_image_check("<name>" "<attributes of the image properties>" LAST)

web_reg_find("Text <search string>" LAST);

web_find("<name>" "<attributes>" "What <search string>" LAST);



Difference:

web_reg_find : This function can be used for both HTML-based and URL-based scripts.

web_find : This function is limited to HTML-based recorded scripts (see Recording Options > Recording tab).
  melz270   answered on£ºJun 22, 2009  0 comments

Hot Questions

Contact Us - IT-Interview