LoadRunner

  Web Image

 Image check in LoadRunner The image check is used to check if an image is present in the server response for a specific page, as the name implies. While image verification only confirms the content of images, text verification is often used to examine the existence of a specific word or phrase on a web …

  Web Image Read More »

web_global_verification

web_global_verification The built-in LoadRunner function web_global_verification is used to define a global text check to confirm the presence of a particular text or text string in the following web pages. Why is the function name so specific? Web protocol (referred to as “web” in this sentence) uses the web_global_verification function. In the answer of the …

web_global_verification Read More »

web_reg_find

The test script uses the LoadRunner function web_reg_find as a content check function. Why does the function name look this way? Web protocol, identified by the prefix “web,” uses the web_reg_find function. By using the’reg’ symbol, this function registers a request to look up a text string. Finding and validating the text string on the …

web_reg_find Read More »

web_find

 The web_reg_find function has replaced the deprecated web_find function. This feature was only available for recorded scripts that used HTML. To find a particular text string within an HTML page, the web_find function was used. The slowness of this feature is one reason why it should be deprecated. Since it only searches the context after …

web_find Read More »

Text Check

Text check in LoadRunner The text check is used to check if a word or string is present in the server response, as its name implies. Running a text check for each page in the web script is a best practice. You’ll learn how to use text in LoadRunner as a “text control” and what …

Text Check Read More »

Content check

 LoadRunner Content Checker Overview It is well known that LoadRunner generates the server load by simulating a real user and browser. When we say “simulate the real browser”, we mean that LoadRunner does not send the request through a real browser, nor does it receive or load the page like a real browser, so how …

Content check Read More »

Flow Logic

Business flow logic In some cases, you must create your own original code to handle user activity while you create the script. A hotel booking website can list all the hotels and indicate if they are booked or available. Based on the business case, a user should only select hotels with an occupancy status of …

Flow Logic Read More »

web_reg_save_param_json

web_reg_save_param_json The value of a JSON node in the server response is recorded using the web_reg_save_param_json function. This function is typically used when the server answer has a JSON format. By including the element name’s (node’s) path in the function’s query string, the necessary dynamic value can be easily obtained. The subsequent requests make use …

web_reg_save_param_json Read More »

Scroll to Top