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 should i find out whether the cursor is moving horizantally. when tabbing continuously
Write code for ,We have a web table with rows and columns like EmpID EName Action 1 ABC Edit Delete 2 XYZ Edit Delete 3 PQR Edit Delete In the above Table the last column has two links we have to click first link based up on EmpID =2
how do u import the test cases written in excel sheet to qtp? and how do u generate the script in qtp for the testcase in excel sheet? plzzzz do answer this question thanks in advance
What are the limitations in using Virtual objects?
How can we get the result from WindowsXP Command Window? (e.g. After we input 'ipconfig' in command window, how QTP get the result?)
I have qtp 9.5 demo ver,I am not able to record the yahoo broeser.so anyone can tell me what setting i have to do in QTP for yahoo brower recording. why its not recognise the object of yahoo browser????
Can anybody help me by sharing the code for checkbox in qtp using vbscript.
Can any one tell me how to write a script for selecting open option in File menu of A word document.here you have to add objects to OR.try like that and give me the ans.i asked this question to so many but no one knows.if any one know the answer plz let me know
write a qtp script to enter user name & password for flight reservation login page from excel sheet
What is the purpose of loading qtp add-ins?
If u prepare bug report in Excel sheet . Is it possible to send thrw Test director? how it is?
What issues come up in test automation, and how do you manage them?