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

Answers were Sorted based on User's Feedback



hai all.iam chandu..please let me know how to test a link in QTP when it is changing at run time....

Answer / sangee

U can get the value by using Object Spy and get the properties
which ever u want.

Is This Answer Correct ?    3 Yes 0 No

hai all.iam chandu..please let me know how to test a link in QTP when it is changing at run time....

Answer / chaitanyakumar.chivukula

we can test the frequently changed object like links or
buttons...etc with the help of DP...

we can test dynamicly changed links with help of DP with
Reg.Exp or creation of time.

Set link = Description.Create()

link("innertext").Value = "xxx"
link("innertext").Reg.Exp = "xxx"

Browser(Broswer).page(Page).weblink(link).click

Is This Answer Correct ?    2 Yes 0 No

hai all.iam chandu..please let me know how to test a link in QTP when it is changing at run time....

Answer / mulugu

href link in the properties

Is This Answer Correct ?    1 Yes 0 No

hai all.iam chandu..please let me know how to test a link in QTP when it is changing at run time....

Answer / pravati

set obj=Description.create()
obj("micclass").value="Link"
set linkobj=Browser("micclass:=Browser").page("micclass:=page").childobjects(obj)
for i=0 to linkobj.count -1
x=linkobj(i).Getroproperty("name")
if trim(x)="forgotten password?" then
linkobj(i).click
exit for
end if
next

Is This Answer Correct ?    0 Yes 0 No

hai all.iam chandu..please let me know how to test a link in QTP when it is changing at run time....

Answer / ll

let me now answer

Is This Answer Correct ?    0 Yes 1 No

hai all.iam chandu..please let me know how to test a link in QTP when it is changing at run time....

Answer / anuj

From where will u get value of "XXX" ???

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More VB Script Interview Questions

How to add actions in driver script to run those actions in QTP?

0 Answers  


write a vb script to calculate factorial of a number?

5 Answers  


Explain the asc function?

0 Answers  


How should i Create Email invite with server-side Coding?

0 Answers   Altair,


best training centre in bangalore

2 Answers  






What are the naming conventions while declaring a variable in the vbscript language?

0 Answers  


did any one attended interview in applabs if you had gone through plz tell me the procedure

0 Answers  


what is the use of Data base check point ?

3 Answers  


Is it possible to pass optional argument to function in vb script?

2 Answers  


Which object is used to work with the database in the vbscript language and what statement is used to create this object?

0 Answers  


What is the equivalent of VBScript?s On Error In Jscript ?

1 Answers   Microsoft,


how to write basic programs in VB Script like addition, multiplication?

14 Answers  


Categories