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
How to start recording using quicktest professional?
For example you are checking bit map check point before coming to the results. How can you say it is passed? Or failed? Anyways?
What are the recording modes in wave event?
.have you ever written compiled module? if yes , tell me about some of the function that you wrote.
your coming from electrical backgroung..but y ur coming to software side?
Explain the new feature of UFT regarding the export of test results?
What are the views available in quicktest professional (qtp)?
In what occasion we can specify global sheet and action sheet?
what is the difference between the modular framework and datadriven frame work
Can the user toggle between using Local OR and shared OR for the same action?
suppose in the middle of the project QTP will not work properly, then what do u do? and ur team?
What is the difference between qtp and selenium?
What is the meaning Work bench?
Hi we are running tests remotely from quality center and pushing tests into qtp boxes remotely, and it does execution but while uploading results back into quality center it hangs in qtp box.If any one come across similar problem, please send me details how to handle this. Thanks kris
How to capture a window in QTP?