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 |
What is the basic concept of quicktest professional?
CAN WE USE 'BVA' AND 'ECP' IN AUTOMATION?
Is manual Testing replacement of automation testing?Which types of testing we can not do in automation testing but can do in manual testing?
Does any one worked on JIL Emulator , Testing with QTP(automation). Trail Version of QTP is not identifying the child objects of JIL emulator, Can any one help me out ,
can somebody send the script to write a multiplication table in notepad through qtp
can any body tell me how i create a simple script and apply output value on it .pls send me a step by step process
what is the silent mode in WR?
what are the frame work models of qtp?which frame work you follow in your company?and explain it process?
How to use Regular Expressions in QTP? give an example.
10 Answers ABC, Accenture, Ordain Solutions, SCL,
What are the various types of Actions in UFT?
I have a list box which contains duplicate values e.g. A,A,A,B,B,B,C,C,C.Now write a code in qtp to test the list box . Scenario #1 : I have to check whether any values are there? Scenario #2 : If duplicate values are there,then how many time it is getting duplicated? Svenario #3 : how can I test presence of items in list box ommiting duplicate values?
Friends please let me know how id following possible in QTP: Can I apply conditional loop on a bitmap/image or any other checkpoint. Like if checkpoint passes then if or Else