Get Knowledge from Video instead of Content:

Tuesday 11 July 2017

LoadRunner - Interview Question #6

Q. 26 When you disable logging?
Ans: Logging is used during debugging and disabled while execution. The recommended log option during test execution is "Send messages only when an error occurs".

Q. 27 What are the types of content check available in LoadRunner?
Ans: LoadRunner provides two types of check:
a. Image Checkpoints: This checkpoint will verify the presence of an image on a page during run-time
b. Text Checkpoint: This checkpoint will verify the presence of a text-string on a page during run-time
To get more details on the content check, click here.

Q. 28 What are all the functions of content check?
Ans: Following functions are used for the content check. Click the name of the function to get full details:
a. web_reg_find()
b. web_global_verification()
c. web_image_check()
Q. 29  Which is a deprecated function of content-check?
Ans: web_find()

Q. 30 Why content check is used in the scripting?
Ans: Content check is used to validate the content present in the response of the page. It is recommended to use at least 1 content check on each page. Sometimes content-check is helpful to verify the completion of the flow like order completion by verifying "Thank You" message, homepage by verifying "Welcome" word in the response etc.

Next: LoadRunner Interview Question #7

Previous: LoadRunner Interview Question #5

No comments :

Post a Comment