Is QTP a compiler or interpreter..? can you we execute a
QTP Script file in a another system which does not have QTP
installed..??
Answers were Sorted based on User's Feedback
Answer / viswanath
QTP is an Interpreter. We cannot execute QTP script in
another system which doesnot have QTP installed
| Is This Answer Correct ? | 13 Yes | 2 No |
Answer / mayank
Yes,QTP is a Complier.Beacause QTP check all lines of code
first.If it finds an error or warning(in single line of
code), then script will not execute.That's the role of
complier.
No,we can't execute a QTP Script file in a another system
which does not have QTP installed.Beacause QTP have own
objects.
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / medabalimi
Your perspective towards QTP is little different:
QTP exibits compiler behaviour when editing and running
scripts. i.e Checks for syntax errors for all the lines in
the editor at once upon saving or running. But the actual
execution is interpretation of VB script code.
You can not run the Scripts created (VBScript) in QTP on
other machines, because the scripts refere QTP specific
objects where there are created such as Object
Repositories, tsp and mtr files. Technically it is possible
to write tests that are pure VBScript, but logically they
of no use to solve realword problems.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / vishala
QTP uses VBscript which is interpreted via microsoft's windows script host.Hence even though QTP acts like a compiler by compiling entire code..it is interpreter...
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / nalini
Yes. QTP is Complier. It's one of the difference between
QTP and Winrunner.
| Is This Answer Correct ? | 0 Yes | 5 No |
Answer / sankalp shukla
Win runner is interpreter but qtp is compiler....correct
me if i am wrong...i think this is one of the difference
between qtp and win runner..
| Is This Answer Correct ? | 1 Yes | 7 No |
How do you done Data-Driven Testing using MS-Word. What is the script for that
It is given in the help of QTP 9.2 that we cant debug the scripts. Is there any other way to VIEW, PAUSE and make modifications in the scripts during execution???
How you can write contexts to text file in qtp?
Can anyone explain me about child objects in detail;when they are used and why do we need them ? please give me sample code for this if possible.
In Keyword driven frame work you have write 30 test case for one scenario,in which 10 test cases are failed while executing.client asked you to execute only the failed test cases. HOw can you execute only failed test cases
What is the use of Testing framework in Automated testing..what are different kinds of Testing frameworks available in Automated testing...
In qtp,how to interact tool & application build?
Explain the check points in QTP?
22 Answers Gray Matrix, IBM, Microsoft, Prapan Solutions, Zensar,
What is the recovery scenario in qtp?
How can we perfom Action and Component parameter.?
What is QTP and the use of QTP in TD?
I want to test advanced Java applications what kind of add- ins I have to install?