Answer Posted / alpna bharti
The page checkpoint checks that the number of links and images in the page when you run your test is the same as when you recorded your test.
1. Locate the page where you want to add a page checkpoint.
2. Create a page checkpoint.
Right-click anywhere in the Active Screen, and choose Insert Standard Checkpoint. The Object Selection - Checkpoint Properties dialog box opens. Note that this dialog box may include different elements, depending on where you click in the Active Screen.
3. Save the test.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
While spliting an action in QTP 10.0 getting an error : "This Line is a part of Script Block.You cannot split the action on this line." how to re-solve this and split the script into actions?
What is regular expression?
requirement is for combo box your expected value is str= "Denver.Frankfurt.London.Los Angeles.Paris.Portland.San Francisco.Seattle.Sydney.Zurich" you must get the text in combo box and need to compare them how
1.How do u prepare the test suits in QC? 2.How do u convert requirements to test plan in QC?
In keyward driven framework what will be the step for yahoo login page ,inbox logout,plz explain in detail
What is the diff between image and bitmap check point?
How to handle dynamic objects in quicktest professional?
How to do call a output parameter from one action to another action??/
Is it possible to call from one action to another action in qtp?
How do you check ticket cost and ticket number in flight application?
what is the diff between manual test plan document and automation test plan doc.can u explain indetail.
What is output value? How many types of output values are there in qtp?
How does quicktest professional (qtp) identifies the object in the application?
Hi, I am using OutputCheckPoint for 2 webelements Bed:4 and Bath:2 Full,1 partial in my result page and I am storing the value in the data table. I dont need the string Bed:4,I would like to get only the no 4. How can I get it? Even though I highlight only 4,It is seleting the full value "bed 4". Same thing happend for second webelement Bath:2 Full,1 partial I need only the No 2. I used the following to split MyArray = Split(UIBathResult, " ", -1, 1) But it is giving the value My Array(0)=Bath:2full,1Partial I need the only the nos for further comparision.Any help? Thanks Uma
When should I use smart identification?