Anybody explain me, the concept of checkpoint declaration
in the QTP mainly for the Objects, Pages, Text and Tables ?
Answer / guest
A checkpoint verifies that expected information is
displayed in a Application while the test is running.
You can add eight types of checkpoints to your test for
standard web objects using QTP.
Object, Page and Table checkpoints can be added using
Standard check point.
1. A page checkpoint checks the characteristics of a
Application
2. An object checkpoint (Standard) checks the values of an
object on a Application.
3. A table checkpoint checks information within a table on
a Application
4. A text checkpoint checks that a text string is displayed
in the appropriate place on a Application.
Is This Answer Correct ? | 2 Yes | 0 No |
Analyzing the checpoint results?
Thanks Rag... One more question, How we test the dynamic images which frequently changed?Using the bitmap checkpoint r any other options available.... Can u give the steps pls... Thanks
How many types of run modes are there in qtp?
How do i relate the checkbox properties with webelement when checkbox properties are changing on every login to the application
How to capture text from image to word
What are the types of object repositories? Which one is you using?
what is Unicoad Compatibility ???? HOw does this makes a diffrence from Winrunner.???
Dim ExcelSheet Set ExcelSheet = CreateObject("Excel.Application") excelsheet.application.visible = true ExcelSheet.ActiveSheet.Cells(1,1).Value = "This is column A, row 1" ' Save the sheet. ExcelSheet.SaveAs "C:\DOCS\TEST.XLS" ' Close Excel with the Quit method on the Application object. ExcelSheet.Application.Quit after run this script i am getting error"The test cannot continue due to unrecoverable error"
Define Environment Variable in UFT and its uses?
Any one knows about descriptive programming to identify objects in a page? Kindly drop me mail prasanna.sabat@gmail.com
dar Sir I am Facing th eProblem in QTP thet ,when I start thrcording inthe QTP for the ASP front end and C# the Coding Language I fing that recording is Done well for the Login screen but at the Time Running the script the QTP is Unable to Identify the Objects On the Objec Onht eLigin screen .Please answer the Question in Description and the Propables reason I might be facing alsp the Popable solution I have to Take thanks and ragards
Explain QTP testing process?