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

How u will do versioning in QTP?

0 Answers   NIIT,


How to export quicktest professional (qtp) results to an .xls file?

0 Answers  


can anyone please tell me what are all the shortcut keys used for qtp9.2? Thanks in advance..i expect ur valuable reply that help us our team???

0 Answers  


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

2 Answers  


What are the problems / difficulties faced when you used Smart Identification ?

2 Answers   Keane India Ltd,






i am trying to capture the URL from the open browser and store it. pls give me solution how we can do this in QTP. thanks

2 Answers  


Please clarify Automation and QTP both(names) are same or diff?

1 Answers  


Does QTP work in UNIX environment

5 Answers   BirlaSoft, C1 India,


How can we disable popup blocker? (I think it means when we get a pop up messge(its error) how we wil disable that one with out interrupting normal process)

5 Answers  


What is the use of defining a newobject in the object repository "Define New TestOject". How to use this further. If we define new testobject, how can it recognizes the objects properties of any application.

0 Answers  


How will you check a web application for broken links using qtp?

0 Answers  


What is the difference between keyword view and expert view?

0 Answers  


Categories