How to test a web application using QTP?there is no
any .exe file in web app,then how we can take the
application for testing
Answer Posted / pankaj
systemutil.Run"iexplore.exe", "URL of the application which you want to invoke"
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How to get the particular property value?
What is the use of "New Property" in "Add properties" of testobject properties in object repository. How can i use "New properties" while writing scripts if i have assign some values to the testobject properties Can anyone help me? plz
Hi this is chandra if any one have Navigation of LAB QTP, I want Navigation of those tools, if any one have the and know the Navigation each and every part of the QTP, plz send me my mail naruboinac@yahoo. com,naruboinas@ gmail.com
What are the data types in qtp?
Explain xml checkpoints.
What test cases can you automate using QTP?
How to run an integrated test scenario using Multiple Actions? How to use the QTP Step Generator?
Why we use QTP ,We can use other tools like WR OrSilktest What r the options in Qtp that WR and Swilktest Does not have.
Is it possible to split an action? How?
UFT 12.02 which ALM version will support
In QA Testing when do you use Loadrunner vs QTP? What are the main differences between those two tools? Explain the purpose with real world scenario examples...In advance thank you!!!
How to use the object spy in quicktest professional 8.0 version?
How to check which add-ins are associated with a test in qtp?
I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian
What is optional step in qtp? How you can add optional step in qtp?