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 |
Hi, I am new into the field of testing and I need to know how can I begin automating the testing of Mainframe applications using QTP. Can anyone help me?
w is time parameter
1.How to record ,capture and also script to capture the close buttons. 2.How to record ,capture and also script to capture the options ---File ->save and File ->close in a browser and PDF files. 3.How to compare the Excel sheet values in a report using QTP scripting. 4.How to compare 2 PDf reports using QTP scripts as well reording. 5.How to compare 2 Excel reports using QTP scripts as well reording. 6.How to save a PDF report to a folder and then translate the report to an Excel type of report and compare that Excel Report with an other excel report. Please clarify me
Can we record using all the modes in a single script? Explanation with example is appreciated
I have a string "Redfort is in Delhi" how do u write vbscript for " Delhi in is Redfort"
What are the Test design techniques you uses in ur project?
HOW CAN WE GET THE VALUE OF TEXT BOX IN QTP? can you give me sample script for this where there is some condition. like if "text" THEN msgbox() else endif
I want to test advanced Java applications what kind of add- ins I have to install?
Hai anyone please "Explain about Framework in QTP?"
what version of test director supports the QTP? does testdirector supports the QTP9.0?
Where the text version of script file located in file system?
hi all i have qtp 9.0, Active screen is not working means after recording script snap shots not displayed in Active screen window. i have all ready check all setting means Tool...>option...>Active screen...>Default Level button is disabled. Is there other setting is remain to set Pls help i m new for qtp