Hi Friends,
I have an application that is having some options to
choose. While doing business transaction I need to select
one option among from available options. But here the thing
is, we won't get one option which we've chosen already and
the available options will get automatically from the
system with time basis, moreover each and every option
having with various label names respective to that option.
So obviously if I run my recorded script will automatically
gets fail, even though it got pass at first time.
Could anyone please give me appropriate solution for this.
I would be greatly obliged with you if you give the
solution as soon as possible.
Answer Posted / sunil kumarvv
Hi,
First of all You can spy for particular objects and write
the Descriptive programming.Suppose If The type of Object
is WebRadio Button.
Set pBrowser=Browser
("micclass:=Browser","CreationTime:=1").Page
("micclass:=Page")
Set sObj=Description.Create()
sObj("micclass").Value="WebRadio"
sObj("html tag").Value="INPUT"
Set sLink=iBrowser.ChildObjects(sObj)
sCount=sLink.Count()
For i=0 to sCount-1
sName=sLink(i).GetRoProperty("name")
If sName=Expected Value Then
sLink(i).Select "1"
Exit For
End If
Next
Use this Code.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
what is the difference betn QTP 8.0 AND PREVIOUS VERSION
what is ODC and GDC?
What do you mean by iteration?
Define Error Pane of UFT?
can the activities of test case design be automated?
give me the code to save all messages of inbox of gmail into a folder and notepad
What is smart identification in QTP?
Describe function procedure in vbscript.
What are advantages of test automation?
What is fragmentation and paging?
can test automation improve test effectiveness?
How to create scenario selector
What are the advantages of qtp?
supose i hv to acsess some functionlaties of a test in 1 machin , some part other machin how can acsess?
i have asked earlier only one question how to test web application using QTp plz send me the answer quickly