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 you can find the absolute value of the number in qtp?
What are the different kinds of test steps?
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)
What is Distributed testing? How does UFT support it?
How to capture a window in QTP?
Where we use data driver in qtp?
How to save your test using quicktest professional (qtp)?
how to test Web application using QTP software
What is the parameterization? Give one example?
WAT IS DATA BASE AND XML CHECK POINT ?HOW TO IMPLEMENT IT ... GIVE PROPER EXAMPLE FOR IT
If you are testing a web application then what will you test in that application?
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?
wht is Manual Testing Frame work. Pls anybody can give appropriate answers
Explain the check points in quicktest professional?
What environment does qtp run in?