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 can i change the action path that called in other action. when i copy one action to other pc,the action"test2" calls another action(C:\test1\action0),and i update this"test1",the folder update to "action1",but when i open "test2", it just point the call path to "C:\test1 \action0", but does not update to "action1",and the change i make can be shown in test2. so, can i update the call path manully? thanks

2 Answers   HP,


normally by going through the object properties in object spy we write descriptive programming(correct me if i am wrong). But how or from where can we get the object properties in the object spy?plzzzzzz do answer

2 Answers  


How you know that a test case is a regression test case

1 Answers  


what is output value in QTP and how it can be used in automation testing

0 Answers  


when to start the automation?

0 Answers   Accenture,






can we run the scripts of qtp 8.2 in the qtp7.0?

1 Answers  


Suppose if a functionalityis not mensioned in requirement document and but its present in application. will it be consider as a bug and viceversa?

2 Answers  


How do you configure QTP AND Test director?

0 Answers  


How many types of recording modes in the qtp?

0 Answers  


Hi, i run scripts in one machine those r passed.when i run the scripts in client side those r failed.Give me such a scenario when ever u faced?

0 Answers   BirlaSoft,


Hello, I am learning QTP. I have recorded test for Login page, i have also inserted checkpoint for Email field & when I run test it passed. But when i tried to run test by inserting 'Adding Parameter Values to a Data Table' for email & password field, it pass the first value in both the fields but after that when test run for second parameter values it displays 'Internet Explorer cannot open the Internet site, Operation aborted' & when i analyze test result it displays run time error 'Object disable'. I have also cleared all the history from IE but it is not working. Please help me. Thank you.

2 Answers  


What is checkpoints for quicktest professional?

0 Answers  


Categories