hai all.iam chandu..please let me know how to test a link
in QTP when it is changing at run time..and what property
we should take while we r using descriptive programming for
a link..

Answer Posted / mulugu

href link in the properties

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how to set one column as primary key in QTP and fetch values accordingly

1827


Develop a parameterized action that accomplishes the following a. Launch a browser of users choice ( example : IE, chrome etc) b. Open up a search engine (Google, Bing etc) c. Perform a search d. Click a particular link depending on the user’s choice ( 1st , 2nd or third link)

1415


How to get the length of the string by making use of the string function?

573


Explain different types of segment?

574


Is vbscript a case-sensitive or case-insensitive?

754






Compare java script and vb script?

597


What is the use of the date function in the vbscript language?

569


How to identify column in VSFlexgrid? My VSFlexgrid window is identified as 'Active X Control'

3277


How to scroll down a page while recording in qtp. suggest me any method apart from low level recording.

2583


i wrote vbscripit code in notepad i got error i am in learning stage if u ps tell me what wrong in my code my error is "object required descriptive at line one run time error"and my code is "set usernameobj=Descriptive.Create() usernameobj( "name").value="Username" set passwordobj=Descriptive.Create() passwordobj("name").value="password" set signinobj=Descriptive.Create() signinobj("name").value="sigin" browser("gmail").page("gmail").WebEdit("usernameobj").set ("enter username") Browser("gmail").Page("gmail").WebEdit("passwordobj").Set secure.Crypt.Encrypt("enter password") browser("gmail").page("gmail").WebButton("siginobj").click

1421


Which operator can be used to do an xor operation in vbscript?

684


What are class properties?

657


When are redim statement and preserve keyword used in the vbscript language?

603


Explain about scrrun.dll?

536


I have an excel sheet with multiple ID's in a column. Now i need fetch those ID's in an application and check whether if it already exist in the DB. If not then i have to go with the process of inserting them in the DB. If it exists then i need to skip that ID and move to the next ID and check the same and proceed. How can i do that with for loop and if condition?

864