Answer Posted / aiswaryan
Dim a
'use output value and take the url text
Browser("QTP Interview Questions").WinEdit("Edit").Output
CheckPoint("edit")
'the output value will be stored in datatable.
a = datatable.RawValue("Edit_text_out")
'a contains the url
msgbox a
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is fragmentation and paging?
How do Parameterization and Data-Driving relate to each other in QTP?
I am a newbie to QTP / Automation testing. I want to develop a script that creates a data file automatically with proper headings using VBScript in QTP.
Differences between text and test area checkpoints?
What are the features and benefits of quick test pro (qtp 8.0)?
You will receive the mail in your outlook from client at night time to go ahead for the execution. Based on the mail you need to trigger the batch run. What is the QTP Code for this?
Which HTML specification will be adhered to? How strictly? What variations will be allowed for targeted browsers?
How to create Reusable and Multiple Actions?
Which recording modes need more memory?
How to start recording using quicktest professional?
How can I change object description or check point values in qtp?
when I was doing the web testing with QTP using with standard checkpoint the Object selection -checkpoint properties dialog box not displaying pages and links hierarchical order. Could you please tell me. thanks
Where you are storing your script?
In qtp, explain what is keyword driven automation framework?
What are the main differences of qtp and win runner?