What is the scripting language used in QTP?
Answers were Sorted based on User's Feedback
Answer / vasavi juvvadi
Scripting Language used in QTP is VBSCRIPT
| Is This Answer Correct ? | 182 Yes | 5 No |
Answer / guest
The Defualt scripting language is used in QTP is VB Script..
But if u wish u can use other scripting also
| Is This Answer Correct ? | 98 Yes | 16 No |
Answer / shyam.meghansh
The Scripting Language used in QTP is VBSCRIPT by default
but it depends on the Add-ins you have loaded in QTP. It
supports Java script also ( that depends on the Add-Ins u
have added)
| Is This Answer Correct ? | 65 Yes | 10 No |
VB Script, Java Script ,VC++ and VB all these 4 language
can be accepted by QTP
| Is This Answer Correct ? | 29 Yes | 11 No |
Answer / deeps
Hi,
Iam a new to QTP. Anyone please help me. there is a doubt..
If there is many combinations for eg in flight
reservation application
1. from Denver to frankfurt there are 9 flights
2. From london to Paris there are 6 flights
3.From Portland to London there is only one flight.
My question is if i need a flight last but one (From Last
second) and if der is only one flight then it must select
that itself.... how to write script for this...
I'll b waiting for ur ans.. please reply me as soon as
posible
| Is This Answer Correct ? | 17 Yes | 10 No |
Answer / divya
This is to answer Deeps question:
You can insert an if condition which checks if the second
only if it is there using the Exist command or else selects
the first and only option.
| Is This Answer Correct ? | 10 Yes | 4 No |
Answer / mahi
1) VBScript
2) JavaScript
3) Visual Basic,
4) Visual C++,
5) Visual Studio.NET.
| Is This Answer Correct ? | 7 Yes | 2 No |
Answer / raj ganesh
Both VB Script and Java Script(nned Plug in)
(Infosys Limited)
| Is This Answer Correct ? | 5 Yes | 2 No |
Answer / shamshuddin
you can write your QuickTest automation scripts in any
language and development environment that supports
automation. For example, you can use: VBScript, JavaScript,
Visual Basic, Visual C++, or Visual Studio .NET.
| Is This Answer Correct ? | 2 Yes | 2 No |
Where is the resultset of a sqlquery (which is fired by rsobj.open sqlquery,xxxx,xxxx) stored ?
Why do we use breakpoints in QTP?
What are the Application Functions available in QTP?
.qfl extension for which file? where vl use it
how will load the object during runtime?
I have 3 add buttons of same properties in my page but i want trigger one of them i required in my recovery scnario manager is qtp recognizes it to recovre d scnario if so how qtp recognizes it
What is the difference between QTP 8.2 and QTP 9.2 ?
How to pass parameters to Actions Pls anybody can give the answer.. Thanks in advance...
Using Object Repository is a advantage or disadvantage?
What the differences are and best practical application of Object Repository?
Where can i get the QTP tutorials. I wanna move to automation testing. Is there any book or URL, where i can find the source to read...
How can i check elements sorted in dorpdown using qtp..