How do you invoke any application and write a script to
invoke QTP using VB Script.
Answer Posted / nanda.d reddy
TO Launch IE using VB Script:
Set IE=CreateObject("InternetExplorer.Application")
IE.Visible = True
IE.Navigate "www.google.com"
else
systemutil.run "iexplore.exe","www.google.com" (This is not VB Script, this is QTP builtin method)
But i dont understand that "when QTP is providing builting feature why do we need put more effort to write extra script instead using tool features" ( Why interviewers dont ask which are usefull)
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How to handle dynamic objects in quicktest professional?
Which functionalities of QTP used in banking project? pls any say answer?
How do you do batch testing in wr & is it possible to do in qtp, if so explain?
How to use the object spy in quicktest professional (qtp) 8.0 version?
How do you delete unwanted results in qtp?
What are the technologies supported by qtp?
Can anyone help.i need total excelsheet operations,shortcuts in testing environment from starting onwards....
What are the Application Functions available in QTP?
What is keyword view?
What is quicktest professional (qtp)?
Can you write a script to check if the folder exists or not?
wht type of User defined functions or Java Releated functions do we write in VB scripting
What are the different types of recovery operation?
How do you create regression test packs?
what function you write to do database testing with the help of qtp?