how many scripts r there in QTP? pls any answer this question?
Answer Posted / aman
only VB Script IS being used, But you can also use
JavaScript, XML etc. It is depend upon the Technology that
you are using
Aman Kumar
aman.testing@gmail.com
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
How the exception handling can be done using quicktest professional?
what is error and fault in terms of software quality?
Hi, is it possible for recording shortcut key during record session? The application on which I am working is web based application. This application has several shortcut key associated with menu option. I have succesfully recorded all menu option but unable to record shortcut key.
When do go for loop condition in test?
please give me the code for doing retesting of gmail login page using functions so the function has to give the value
While spliting an action in QTP 10.0 getting an error : "This Line is a part of Script Block.You cannot split the action on this line." how to re-solve this and split the script into actions?
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
write a script to verify the image path(src property) of the images which are in web pages.
1--How many functions u develop 2--What is an array 3-- where is ur server 4--U involved in unit testing 5--how ur test the background colour using QTP
Mention the test steps of qtp.
What is a checkpoint? How many check points are there in qtp?
What are the steps involved in the recovery scenario wizard?
Explain the difference between call to action and copy action?
how to acess a test in RSA?
write script for bitmap image?