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 |
What is the QTP test frame work?
How to get line numbers in your editor in expert view?
What is the difference between client server application and web based application?
Consider a scenario where there are two action sheets say action 1 and action 2. Can Action 1 take values from action 2 data sheet or vice versa. If so, how?
Please anybody can tell the where can i get the information about pharma and bank testing, i put the pharma&bank projects in my resume, so i dont know what to tell about them, so where can i get the information and what we test for these, i need domain information, what r the screen we test?
is qtp 9.2 create the scripts with the application run on mozilla firefox browser?
how do you find the number of occurences of string QTP from the expression , " QTP+QTP=2QTP"
how to lunch the application in the qtp tool ?
HOW TO CONVERT MANUAL TEST CASES IN TO AUTOMATION TEST SCRIPTS EXPLAIN THE PROCESS?
How does QTP identifies the object in the application
1>why parameterization is necessary in qtp? 2>if we give constant value then what problem?
How to do the scripting. Are there any inbuilt functions in QTP? What is the difference between them? How to handle script issues?