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 / 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 |
Post New Answer View All Answers
what is the differance between BYVAL,BYREF?
How to open browser in vb script?
Which keyword is used to declare a variable in the vbscript language?
Can u describe what kind of testing are for OTC derivates by banks.
What is difference between vbscript and vba?
Both Static and dynamic arrays are handled by VB script. Is it true?
Mention what is the main difference between function and sub-procedure?
What is dictionary object in vbscript? Explain?
Give me sm ideas to write Vbscripts abt protocol testing abilash700@gmail.com.
how to increasing the numbers in a given text box please write a vb script
Hi Friends, I have an issue like the describe below: I'm using QTP and I'm testing on SharePoint. As you knoe, SharePoint has a customize function for user, so that, If I add an object Web Table at the first time, that object was recognized by "index" and "html tag", after that, if someone change the display of web part, the "Index" of my object was changed as well and QTP unable to select that Web Table. Can you guide me how to identify or anyway to keep that Web Table object as unique object? Thanks a lot.
why variable name should not exceed 255 characters?
What is vbscript procedures?
give me any information abou vb script books learn quckly
How can you create a file object to work with the files in the vbscript language?