Answer Posted / shalini
It will use
1. VB Script
2. XML
3. HTML
and
4. Java Script
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
How to Upgrade or support firefox 2.0 version on QTP 9.0? I have installed QTP 9.0 and installed firefox 2.0. But in REcord and Run Settings, it shows firefox 1.5 in Web tab for browser selection.
1.Qtp suppots Unix& linx or not 2why qtp suppots shell script.
How are actions and functions different in QTP?
How to perform cross platform testing and cross browser testing using qtp? Can you explain giving some example?
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
what is the mail use of frame work(with detail). architecture for keyword driven frame work
Explain the new feature of UFT regarding the export of test results?
Could you please any one give code for the following ? Scenario : Suppose a excel file contains 10 records and earch have 5 fields. how can i input this excel file for datadrive wizard ? Please explain
In the website, the protocol has been changed http: to https what you will do? Tell me your approach?
How do you delete unwanted results in qtp?
Name the different types of recording modes?
what is the hierarchy to use properties in descriptive programming
Which recording modes need more memory?
Explain how you can replace string in qtp?
How many types of recording facility are available in quicktest professional?