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



Is QTP a compiler or interpreter..? can you we execute a QTP Script file in a another system which..

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

Is QTP a compiler or interpreter..? can you we execute a QTP Script file in a another system which..

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

Is QTP a compiler or interpreter..? can you we execute a QTP Script file in a another system which..

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

Is QTP a compiler or interpreter..? can you we execute a QTP Script file in a another system which..

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

Is QTP a compiler or interpreter..? can you we execute a QTP Script file in a another system which..

Answer / nalini

Yes. QTP is Complier. It's one of the difference between
QTP and Winrunner.

Is This Answer Correct ?    0 Yes 5 No

Is QTP a compiler or interpreter..? can you we execute a QTP Script file in a another system which..

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

Post New Answer

More QTP Interview Questions

What is the Maximum syncronization timeout in seconds in QTP 9.5

5 Answers   Polaris,


I am in need of some set of QTP FAQ @ interview. Also recently in one of interview portal they asked me how you write the script for Login application which it is web -based and using Descriptive Programming? Without associating the shared object repository?Please i do need this answer very soon? Please respond me soon @ vaisu72@yahoo.com

2 Answers  


What are the different properties of an web object

0 Answers  


What is the use of "Registeruserfunc" when should we use it? Note:Please do not copy paste the date from QTP help. I tryed it.But I don't Understand where should we use exactly.

5 Answers   Livetek,


tell me about if in the interview what i should tell about pharma application,what r the pharma application concepts,i need pharma application testing features

0 Answers  






How can i get the image text that changes dynamically? Here i have used "GetROProperty", but it's not working. I used like Ex:Browser("webmail").Page("inbox").image ("captchaimage).getroproperty("innertext/text/value")

0 Answers  


what is the Command used to start the QTp from Run.(start-> Run)

7 Answers   GE,


What are the flaws in water fall model and how to overcome it?

0 Answers  


does qtp need record and playback in realtime. plz tell exactly wat happens

3 Answers   HP,


How to make arguments optional in a function?

1 Answers   Crea,


How to break the object spy ?

0 Answers  


What is diff betwee datatable.importsheet "path" and datatable.import

2 Answers  


Categories