why we use check points , In qtp we use the any check points
, what r they , when and why
Answer Posted / uday
Checkpoints verify the functionality of the application by
comparing our given expected value with the actual values
from the application. If both are matched, then checkpoint
passed, else failed.
Different types of checkpoints:
1. Standard checkpoint
a. Page checkpoint
b. Image checkpoint
c. Table checkpoint
2. Bitmap checkpoint
3. Text checkpoint
4. Text area checkpoint
5. DB checkpoint
6. Accessibility checkpoint
7. XML checkpoint
a. XML webpage
b. XML file
| Is This Answer Correct ? | 11 Yes | 2 No |
Post New Answer View All Answers
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 structure for the data driven framework
images are dynamically changes how to compare two images with out using the bitmap
What are output values and why they are used ?
How smart identification works in qtp ?
I want to grow as a Automation Engineer,Kindly help me in clearing my interview that what interviewer looks for as a Automation Engineer. I am having three years of experience in testing.
How would you directly trigger javascript in a test?
If there is a change in the object type eg: A button is changed as link, 1. How to edit that in the shared object repository. 2.What options are available to edit the object within shared object repository other than copy from loca; 3.What would be the effect of the change in Coded Scripts within QTP and Functions stored in .vbs file which are loaded and used in QTP
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
Pls can anybody send me the Recent Technical and Interview Questions Which were asked in IBM(QTP)Automation PLZZZZZZZZZ
when u script reveiwing in which area u more concentrates?
what is meant by source control?
How is UFT 11.5 version different from UFT 12.0?
What is the difference between run time object and test object?
write a script to validate the content in the web application. (do it by OR method) and (do it by Descriptive method by creating a description object..