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

write a script to validate the content in the web application. (do it by OR method) and (do it by Descriptive method by creating a description object.. (give a filter condition only WEbelement- not easy need to use some more property while giving filter condtions- use google for your help...))

1720


How to give a call to another action from one action?

823


Explain the difference between data driven testing and parameterization ?

761


Some time when i wanna learn the object i face issue like i am not able learn the object in proper manner... eg:for text bo on web page it should learn as webedit but some times it reads as winobject:internetexpoler-server, because of this i have to uninstall the qtp and re-install it again when i do this it reads the object perfectly.....plz suggest the soln

1608


Hi, how can we check or avoid the memory leakage in QTP9.2?

1834


Hi All, I Want To excute scripts batch without using QC .I need code for that Thanks Balaji

1531


What is action?

755


What will be happen if i load object repository at run time, but it has already associated.

1477


Did the scripts need lot of maintenance? If yes, why?

3519


What are the major/ important methods, functions in QTP we use realtime testing

2463


What are the advantages of Object Repository?

789


In qtp, how you can exit for loop?

696


How to do the scripting. Are there any inbuilt functions in QTP? What is the difference between them? How to handle script issues?

785


how could i download qtp in which i get add-in support for 'oracle' is there any way to get it? i finding but not getting pls help me out :)

1605


What is a data driven test in qtp?

757