What are the types of check points is available in LoadRunner? how to work on database check points?

Questions by kiranavn

Showing Answers 1 - 4 of 4 Answers

sudhakar2068

  • Aug 16th, 2006
 

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

sudhakar kolla

09819859346

  Was this answer useful?  Yes

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).

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