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 |
How to check the URL using Automation tool QTP
what are the utilities and drivers
please clarify the question ................. i know how to open the notepad file ? but i don't know how to enter the data into opened notepad ? Ex: set a=createobject("wscript.shell") a.run "Notepad.exe" please give the replay. my mail id is raju.ippali@gmial.com, 9823257761
How QTP integrate with application?
How many ways we can parameterize data in quicktest professional?
what the diffference between test data and test cases what is meant by object hierarchy in qtp
How to retrive the property of an object?
what is standalone database
Hi, While recording a Jave based web application, its recording all my actions and the objects.And I have 5 WebEdit objects on the page and all are recorded. But while execution, at the 2 WebEdit object, its entering the value into the object (Its making a call to the AJAX, matching the value), when the control get out of this object the value is erased or cleared. Could anyone please help. I have recoreded 5 more scenarios where WebEdit is in the picture on different webpages and all are working fine. Here is my Script: Browser("Sign In").Page("Matching Workbench_3").WebEdit ("locationLookup").Set "0320 - SEATTLE-KM" Browser("Sign In").Page("Matching Workbench_3").WebEdit ("supplierNameLookup").Set "TRAMMO PETROLEUM INC" *** SupplierNameLookup is the object, which is haing an issue. And also I was using the SendString function, but it didnt work.
the presentation layer of my application is built using VB 6.0 and a series of C++ dlls and components. We do not use Java, VB.Net, C## or any other component that can be decompiled. We are automating the application using HP Quick Test Professional. It is not reconginizing the combo boxes, tabs etc.... Could you please suggest, whether QTP supports C++ dlls and components or not...if yes, could you please guide me, how to overcome this situation. Can we install any special add-ins for this C++? .When we are performing the recording/execution, the application becomes very slow. Your quick response will be highly solicited in this regard.
What is Optional step?
if mandatory and Assitive propertys are shows same how will u write skript in QTP window