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 |
examples of user definied functions? how to write user defined functions in qtp9.2?
pls help me with scripting,right from the beginning in QTP
why we are using environment variables instead of global variables?
How do you create a library file
What is checking bitmaps?
how can i add an action(external action) programmatically?
What is throw object?
i don't have any experience in qtp? Can u please tell me What work i have to do?
Thanks Rag... One more question, How we test the dynamic images which frequently changed?Using the bitmap checkpoint r any other options available.... Can u give the steps pls... Thanks
Anybody can tell me what are the common roles and responsibilites of a Automation Test engineer
What are the types of environment variables in qtp?
does test plan is in test strategy or test strategy is in test plan.