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


Please Help Members By Posting Answers For Below Questions

How you can find the absolute value of the number in qtp?

741


What are the different kinds of test steps?

788


How we can use the database checkpoint on a java web based application in which the database connectivity is done using JDBC->Pure Java type (in this type there is no need to create a DSN). At present in QTP we can fetch database values using checkpoint only through DSN. Is there any programming for this if we don't have DSN (ODBC)

2095


What is Distributed testing? How does UFT support it?

795


How to capture a window in QTP?

1720


Where we use data driver in qtp?

785


How to save your test using quicktest professional (qtp)?

836


how to test Web application using QTP software

1519


What is the parameterization? Give one example?

774


WAT IS DATA BASE AND XML CHECK POINT ?HOW TO IMPLEMENT IT ... GIVE PROPER EXAMPLE FOR IT

1931


If you are testing a web application then what will you test in that application?

1771


I want to configure the OR and library files to a particular QTP test during run time. Note: OR and Library files are located in Quality Center. Is it possible in QTP? Anybody having code?

1597


wht is Manual Testing Frame work. Pls anybody can give appropriate answers

1805


Explain the check points in quicktest professional?

766


What environment does qtp run in?

786