How many check points are there in QTP and what are they?
Answer Posted / santhosh
QTP supports 9 types of check points.
1.Standard check point.
2.Image check point.
3.Bitmap check point.
4.Page check point.
5.Text/Text Area check point.
6.Table check point.
7.Database check point.
8.Accessibility check point.
9.XML check point.
| Is This Answer Correct ? | 5 Yes | 4 No |
Post New Answer View All Answers
How can you give wait up to 10 seconds in qtp?
When Recovery scenario actually starts while testing the application?
What is the descriptive programming?
What are the main differences of qtp and win runner?
i need code for how to click on particular mail in utlook mail box .its urjent Thank You Balaji
What are the factors on which script execution time is dependent?
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 i add the values using the check points property?( i.e valid data(for valid data it's giving the footer message:value is added) and for invalid data: special chars, spaces,Duplicates and null values (in my page when ever we enter special chars, spaces and null values, it's giving the proper warning message and for Duplicates it's giving the footer message:"value already exists)?
any body plz send health care domain project to me with explanation any two modules on that project. mail_id: ranjith_99reddy@yahoo.co.in
How do we handle run-time errors?
What is reusable action?
Explain measuring transaction.
What is parameter in qtp?
Hi any body pls help me for QTP 11.0 software free demo version. i have to practice. Kindly send the link.or where i have to download.
Differentiate the type of test cases which can be automated and which cannot be automated?