which command u will use to access the application through
descriptive programing?
Answer Posted / varsha
We can use InvokApplication or SystemUtil.Run "".
Also you can use following script to open a browser usinf
descriptive programming :
Dim ie
Set ie = CreateObject ("InternetExplorer.application")
ie.Navigate "http://www.google.ae/"
ie.Visible=True
Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Can I change properties of a test object?
If the weblist is identified as webelement,and by clicking on webelement if the values are displayed,and if the values the values also identified as webelement.then how to fetch the values through script?
In qtp, how you can use xpath to identify objects?
Will down time for server and content maintenance/upgrades be allowed? how much?
What are the various automation frameworks available in qtp?
X flies from Hyd to bangalore using different methods of transportation. write the test scenarios and test cases for this?
I would like to directly import XL file and work on that XL file directly in QTp script in that XL sheet need to allocate workbench,XL sheet and generate two bar graphs automatically how to do that? plz let me know any answers?
Is it possible to switch between recording modes during a test creation?
Have you used xml check point in your project?
suppose in the middle of the project QTP will not work properly, then what do u do? and ur team?
How to record a qtp script ?
Suppose I have three hyperlinks with same properties. How to solve this and what are the ways to solve this. we can solve this by using index property but what are the other ways we have have to solve this problem. Login (href: btnlogin.aspx) Login (href: Sourcelogin.aspx) Login (href: homelogin.aspx)
What are the different types of functions available in qtp and explain ?
How many types of recording modes in the qtp?
what is the difference between IE & Netscape in web testing on a log in page