Prepare for your Next Interview
|
Welcome to the Geeks Talk forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
This is a discussion on LoadRunner(Using alternative Link) within the LoadRunner forums, part of the Software Testing category; Can anyone help me out for using alternative link? I mean If I have 1 page recorded in LoadRunner, if that page doesn't match with the user, it should directly ...
|
|||||||
|
|||
|
Can anyone help me out for using alternative link?
I mean If I have 1 page recorded in LoadRunner, if that page doesn't match with the user, it should directly go to another page. Thanks Digish Vajir |
| Sponsored Links |
|
|||
|
Re: LoadRunner(Using alternative Link)
if you are checking for some login name or some other text say Welcome then follow these
// Set up check for successful login by looking for "Welcome" web_reg_find("Text=Welcome", "SaveCount=Welcome_Count", LAST); web_url(something there) // Check result if (atoi(lr_eval_string("{Welcome_Count}")) > 0) { // do something } else{ // do something } |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Hard Link and Symbolic Link | rijus | Unix/Linux | 0 | 05-23-2009 12:08 PM |
| AJAX Made Easy - XSLT as Alternative to XHR | Lokesh M | AJAX & XML | 0 | 11-23-2008 01:30 PM |
| Basic, Alternative and Exception Flow | santh_murthy12 | Testing Issues | 2 | 03-24-2008 12:02 PM |
| Alternative for SELECT DISTINCT to query 2 million records | Geek_Guest | SQL | 1 | 08-06-2007 09:29 AM |
| Alternative to EJB | JobHelper | Java | 1 | 11-29-2006 01:49 AM |