Which scripting language QTP is using?
Answers were Sorted based on User's Feedback
Answer / sreedhar
VB Scripting
Java Scripting
J Scripting
Window Shell Host
Is This Answer Correct ? | 11 Yes | 7 No |
Answer / shalini
It will use
1. VB Script
2. XML
3. HTML
and
4. Java Script
Is This Answer Correct ? | 3 Yes | 4 No |
Hi I am working with QTP.If I want to write a certification exams,Which one is the best one suggest me friends!!
At a time how many users can access QTP?
I want to learn Advanced QTP, suggest me the best faculty in Hyderabad
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
wt is the difference between global and action excel database in qtp?for example one action is calling another action the second action is using action excell sheet?if it is using global sheet what makes the difference?
when there is a task that gets repeated in multiple scripts what do you do in QTP?
IF there are seven browsers with same name open. I want to close one particular browser thru QTP. how can i do this?
What is the short cut keys for the following?
Can any one send me the QTP Basic Coding Samples?
why do we use both location and index identifier.
What is the QTP test frame work?
Hi, Is there any function or vbscript in QTP to clear the cookies,sessions. Please help me in this.