How to check the URL using Automation tool QTP
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / mahesh
hi..dear manisha
For check URL u can go through this following way.
dim Objhello = Brower("name:=XYZ").page
("title:=abc").getroproperty("url")
msgbox Objhello
for more queary u can call me on this nuber..
9986645937.
| Is This Answer Correct ? | 2 Yes | 3 No |
www.icici.com after this home page wll came, in this page what r the items we r going to test for manual and what the element we r test for QTP... explian clearly with example
How we can call the scripit from another scripit in QTP?,Not a call Action
I want to check in the data table(Globalsheet) column exist or not through script .If column not exist only proceeded to next step Pls tell me how to proceeded?
After Creation of your QTp frame work, The folders are saved in VSS or Other. plz explain brifly?
What is FRAME WORK? How many Frameworks can QTP supports?
I install .Net Add-Ins in my system. It installed properly. But all the objects are recognizing as window objects only. But it has to recognize as swf objects. In Record and Run setting i selected 'Record and run test on any open browser' and Record and run test on any open Windows-based application' Can any one tell what setting i have to do to recognize objects correctly as swf...? Please give some suggestions..?
Discuss quicktest professional (qtp) environment?
please send detail navigation for merging of object ripositories in QTP 8.2
3 Answers Infosys, Ordain Solutions,
What is Parameterizing Tests?
Which environments are supported by hp qtp?
How do you learn the object in QTP?
WHat is Object Identification and Object Spy?