I have the script like this:
Browser("Philips Web Login").Page("Philips CL DMS2
Application").Frame("ScopeFrame").Link("DC3701737
(Active)").Click
in which the value "DC3701737" will get changed and i have
to use the same value in so many places.
If i want to get that value "DC3701737" in to a variable,
how?
pls let me know if you didn't get the question.
Help me out in this.
Answer Posted / imran sheikh
THE way I got your question is you want to store the value
of 'Link'.You can do it this way:
myLinkval = Browser("Philips Web Login").Page("Philips CL
DMS2 Application").Frame("ScopeFrame").Link("DC3701737
(Active)").GetRoProperty("name")
msgBox myLinkVal
Variable, myLinkVAl will contain the value of link which
can be used furthur.
Hope it helps, if i have misunderstood the question,plz let
me know.
Thanks
Imran
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
In qtp, how you can exit for loop?
In Test Directory, What are the contents in test case designing? if you prepare in excel sheet how u use thrw Test Directory?
Connect to QC using AOM.
Does quicktest professional is unicode compatible?
How to give a call to another action from one action?
how we implement share object repository in QTP 9.0 without using quality Centre , Explaine in brief
give me the code to save all messages of inbox of gmail into a folder and notepad
how to use the QTP choose the data from oracle? e.g. i input the identity card NO. this will be add new record in the database ,and now i want get this record's prime key.
What is data driver in qtp? Where we use it?
How the smart identification is used in real time?Please explain with an example
hi nani my doubt is how does qtp process metrix related to software process.
Diff b/w test scenario's and test Procedures?
Explain the new feature of UFT regarding the export of test results?
write a script for allinterview-submit Question first we've to select Choose Category,second select Sub- Category(Which is comes in to runtime)third select Question Type.for that give some descriptive and vb script
QTP script is not working on other's machine..