how can i prepare for QTP(8.2) to face interview ?
give over view details?
Answer Posted / jancy
hi sudharshan reddy can u send me qtp framework and ppts.
my mailid is shreenethra@yahoo.com
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Hello, Is there any way to send the test results in html format (or any other) by email using outlook after the test run ends? thank you in advance
In qtp, explain what is keyword driven automation framework?
distinguish between old version and new version QTP features.
how to compare two bitmaps( 1. clients requirement & 2. Designed by dev) in qtp 8.2 wann clear steps
How QTP identify the system time that's changes every seconds?
How many types of run modes are there in qtp?
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 to use transactions in qtp?
What is Test Fusion Report in QTP?
Difference between action & Reusable action?
How to import a test case present in ".xls" file to TD under a Test set?
Can launch two instances of qtp on the same machine?
how many maximum number of virtual users we can create?
What is the framework your company is following. What is the reason. Explain why key word driven frame work is chosen.
How to check bitmap output value?