Explain the check points in QTP?
Answer Posted / ghanashyam rabada
A Checkpoint enables you to identify whether the website or application under test is functioning correctly or not by comparing current value for a particular property with the expected value for that property.
Types of checkpoints
1.Standard Checkpoint
2.Image Checkpoint
3.Bitmap Checkpoint
4.Table Checkpoint
5.Accessibility Checkpoint
6.TextCheckpoint
7.Page Checkpoint
8.XML Checkpoint
9. Database Checkpoint
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Key word driven framework
What are the common defects found in your project? (in qtp interview)
desribe a situation where u faced a stressful situation and how did u cope with it
whow much strong on VB and C?
How to Get the Run-time value of an object under that web app under Test to the local data table sheet of that Action?
Explain in brief about the quicktest professional automation object model?
What is output value? How many types of output values are there in qtp?
Is the qtp course will help to create a virtual object?
• What type of testing questions will be asked for 2+ yrs exp people in interview?
How can i test an application like Google Earth.In my application data will be fetched from a oracle database based upon which graphs are generated..so these all are dynamic..how can i use qtp here..alongwith that how can i test the map generated by a satellite just like google earth..
what are the mandatory properties for a tex boxc (scenario?)
Thanks....But can u tell me how i use the QTP for GIS with one Example...
How do I generate Test Results window using descriptive method ( run time ) after my test execution process? Please have a look of my below code. ========================================================= Dim qtApp Dim qtTest Dim qtResultsOpt Set qtApp = CreateObject("QuickTest.Application") qtApp.Launch qtApp.Visible = True qtApp.Options.Run.CaptureForTestResults = "Always" qtApp.Options.Run.RunMode = "Fast" qtApp.Options.Run.ViewResults = True qtApp.Open "C:\Automation\Example", True Set qtTest = qtApp.Test qtTest.Settings.Run.OnError = "NextStep" Set qtResultsOpt = CreateObject ("QuickTest.RunResultsOptions") qtResultsOpt.ResultsLocation = "C:\Automation\Example\Res1" qtTest.Run qtResultsOpt MsgBox qtTest.LastRunResults.Status qtTest.Close Set qtResultsOpt = Nothing Set qtTest = Nothing Set qtApp = Nothing ========================================================== This code is working fine, but Test Result window is not displaying after execution. Anybody can please help me regading the same. Thanks Akshaya Madali Capgemini India Pvt Ltd 9823213538
hi i want license key for qtp 9.2 pls its adjust product name : quick test professional locking code :8 - 54A6A license type : seat license maintenance number : 88888888-8888 pls send license key to my email id borusu.ramkumar@gmail.com
What is the qtp testing process?