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 |
Inserting a Call to Action is not Importing all columns in Datatable of globalsheet. Why?
Can we test GUI of the application using QTP.? How.?If possible briefly explain process.?
when i perametarization of the test through outputcheckpoint,i have seen run time error i.e outputcheckpoint mismatch .Plz tell anybody to me(qtp).How to clear that?
When u r running a script , if u get a popup window that describing that u have received a mail to your outlook application. so to avoid the interference of the popup window , which recovery scenario(popup,object state,application hang,system crash) would u use ?
How to find Operating system information using QTP script?
what is the abbrivation of .mtr in action reposirtory?
I used the below code to open QTP through VBscript?But i can unable to Invoke QTP...PLZ help me with the correct code to invoke QTP through VBS with description of the code aswell. Dim qtApp 'As QuickTest.Application 'Declare the Application object variable Dim qtTest 'As QuickTest.Test 'Declare a Test object variable Dim qtResultsOpt 'Declare a Run Results Options object variable Set qtApp = CreateObject("QuickTest.Application") 'Create the Application object qtApp.Launch 'Start QuickTest qtApp.Visible = False 'Make the QuickTest application visible qtApp.Open "C:\form", True 'Open the test in read-only mode 'set run settings for the test Set qtTest = qtApp.Test qtTest.Run 'Run the test 'WScript.StdOut.Write "Status is: " & qtTest.LastRunResults.Status 'Check the results of the test run qtTest.Close 'Close the test qtApp.quit 'Close QuickTest Pro Set qtResultsOpt = Nothing 'Release the Run Results Options object Set qtTest = Nothing 'Release the Test object Set qtApp = Nothing 'Release the Application object
How u perform exception handling in QTp,what is other name for ths
Explain the qtp test phases.
During execution, how can we capture the data from the pop- up, ie. when any popup comes with some numbers written on it, then how can we capture the value/number that is coming on the pop-up and save in the dynamic file/or other file, even when the run is going on.
How can we import a Open Office excel file in QTP
Qtp has been installed on my pc but recently ON opening it is giving this error PLEASE REPLY IT IS URGENT IT WAS WORKKING FINE QTPRO.EX THE instruction at "0x7.. ...". referenced memory at "0000....The memory could not be read... Awaiting QTP XPERTS REPly URGENT