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

What is smart identification in QTP?

632


I want to do QTP Certification what is the pattern of Question paper.

1745


What is standalone database?

1747


How do you delete unwanted results in qtp?

604


How does qtp identify objects in the application?

584






Suppose you are using shared objects repository in your test and you want to split your present action? At that time shared object repository is single or it’s also splits?

650


Explain how to use QTP to check broken links on a page?

587


What is the limitation to XML Checkpoints?

1603


1.How do u prepare the test suits in QC? 2.How do u convert requirements to test plan in QC?

1498


How many types of object repository in qtp?

608


How can i check items sorted or not in a weblist ? Give me the script for this...

1578


Presently i am working on QTP 8.2 Version,i want to know features in 9.2 version, because i have not sufficient time to put the effort on the 9.2 version

1410


How to create scenario selector

1483


What is the Difference between copy to action and call to action?

589


In keyward driven framework what will be the step for yahoo login page ,inbox logout,plz explain in detail

1500