Geeks Talk

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.

LoadRunner(Using alternative Link)

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

Go Back   Geeks Talk > Software Testing > LoadRunner
Register Blogs FAQ Tag Cloud Calendar Mark Forums Read
  #1 (permalink)  
Old 06-08-2009
Junior Member
 
Join Date: Jun 2009
Location: India
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
digish.vajir is on a distinguished road
Post LoadRunner(Using alternative Link)

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
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 4 Weeks Ago
Junior Member
 
Join Date: Jan 2007
Posts: 28
Thanks: 1
Thanked 0 Times in 0 Posts
abdul_sma is on a distinguished road
Re: LoadRunner(Using alternative Link)

"f that page doesn't match with the user" what do u mean by this ????
Reply With Quote
  #3 (permalink)  
Old 3 Weeks Ago
Junior Member
 
Join Date: Oct 2009
Location: Delhi
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
jchaturv is on a distinguished road
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



}
Reply With Quote
Reply

  Geeks Talk > Software Testing > LoadRunner

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are Off


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


All times are GMT -4. The time now is 03:12 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.1
Copyright © 2009 GeekInterview.com. All Rights Reserved