Quantcast
Channel: All LoadRunner Practitioners Forum posts
Viewing all articles
Browse latest Browse all 12134

Re: Conditional url calling

$
0
0

Hi

You could program a web_reg_fine (text check) like:

    int val1 = 1;

    val1 = web_reg_find("Search=Body",
        "Text=Images",
        LAST);

    if (val1 == 0)
        lr_output_message("Found");

< your code…>
    else
        lr_output_message("Not Found");

 

Attached example for Images on www.google.com page.

 

Rodolfo Leitón

HP LR/PC Support

If you are customer you can try posting on our internal forums for more personalized support.

For LoadRunner here.
For Performance Center here.

If you find that this or any post resolves your issue, please be sure to mark it as an accepted solution.

If you found this information useful please leave a kudo.

 

 


Viewing all articles
Browse latest Browse all 12134

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>