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


Please Help Members By Posting Answers For Below Questions

Can I change properties of a test object?

805


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?

4869


In qtp, how you can use xpath to identify objects?

772


Will down time for server and content maintenance/upgrades be allowed? how much?

773


What are the various automation frameworks available in qtp?

667






X flies from Hyd to bangalore using different methods of transportation. write the test scenarios and test cases for this?

1696


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?

1730


Is it possible to switch between recording modes during a test creation?

738


Have you used xml check point in your project?

690


suppose in the middle of the project QTP will not work properly, then what do u do? and ur team?

1532


How to record a qtp script ?

686


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)

1710


What are the different types of functions available in qtp and explain ?

719


How many types of recording modes in the qtp?

739


what is the difference between IE & Netscape in web testing on a log in page

1967