Answer Posted / deeps
For internetexplorer
go to Tools->internetoptions->privacy Tab then click on
Advanced button.
Dialog box for controlling cookies is here
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
How to check bitmap output value?
Please help me by providing the License key for QTP 9.2, at guru_aarya@yahoo.co.in Best Regards Gururaj.B
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
why should we give deliver good quality software?
Explain the concept of object repository and how quicktest professional recognises objects?
Name the properties you would use for identifying a browser and page when using descriptive programming?
Connect to QC using AOM.
How to break the object spy ?
What is the synchronization point in qtp?
What is output value? How many types of output values are there in qtp?
Explain more about the Test Fusion Report of QTP?
What is the difference between call to existing action and copy of an action?
Explain the types of object repository?
How to use transactions in qtp?
How to use conditional loops in qtp ?