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
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...))
How to give a call to another action from one action?
Explain the difference between data driven testing and parameterization ?
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
Hi, how can we check or avoid the memory leakage in QTP9.2?
Hi All, I Want To excute scripts batch without using QC .I need code for that Thanks Balaji
What is action?
What will be happen if i load object repository at run time, but it has already associated.
Did the scripts need lot of maintenance? If yes, why?
What are the major/ important methods, functions in QTP we use realtime testing
What are the advantages of Object Repository?
In qtp, how you can exit for loop?
How to do the scripting. Are there any inbuilt functions in QTP? What is the difference between them? How to handle script issues?
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 :)
What is a data driven test in qtp?