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.

Answers were Sorted based on User's Feedback



I have the script like this: Browser("Philips Web Login").Page("Philips CL DMS2 Ap..

Answer / 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

I have the script like this: Browser("Philips Web Login").Page("Philips CL DMS2 Ap..

Answer / kishore

n = bBrowser("Philips Web Login").Page("Philips CL DMS2
Application").Frame("ScopeFrame").Link("DC3701737
(Active)").getroproperty("name")

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More QTP Interview Questions

What is QTP Frame Work ,and i want it in detail

2 Answers   Value Labs,


What r the diffrernt file extentions in QTP?

3 Answers  


After running scripts how you report results ,there is any specific report form

5 Answers   Novartis,


Explain QTP testing process?

1 Answers   Crea,


Can we write winrunner language i.e TSL in QTP tool?

0 Answers  






How to record right click of a context menu and click on the selection ?

3 Answers  


How should I click on the right click menu objects When I trying to add the object properties to the OR.It is showing only Window(Window).Not all the objects of the window. Also while recording I found No script. How to solve this>.

1 Answers  


What are the recording modes in qtp?

0 Answers  


Hi All, I am a beginner in QTP and have understood the basics of QTP by going through tutorial. I am trying to Automate a HRMIS application, What is the right approach to Automate this application. Kindly answer. Thanks in advance

1 Answers  


h to all plz send me the answer if any one knows about this....i want the java add-ins for the QTP to do my project which is developed under the java platform.

2 Answers   Four soft,


how can i impliment error handling in QTP?

5 Answers   Ordain Solutions,


what are the utilities and drivers

0 Answers   Cap Gemini,


Categories