Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Query about checkpoints
#1
Can we create checkpoints using descriptive programming?
Reply
#2
Though built in check points are very usefull there are few limitations:
  1. They do not support programmatic descriptions
  2. They only support one condition to pass or fail.
  3. They have limited reporting capacity.

However, we can define custom check points by checking whether or not the test object is available in application under test.This can be achieved in two ways.
  1. Using .Exist
  2. Using .ChildObjects.

.Exist returns a boolean value depending on the existence of the object
.ChildObjects ensures the existence of an object by counting the number of instances of an object.

Hope this helps
Reply
#3
Thanks for reply really useful for me.
Reply
#4
Please mark the thread as solved by selecting the dropdown on the top left, once a query is answered.
Want to fast track your QTP/UFT Learning? Join our UFT Training Course
Reply
#5
Sure..but did not get that option...
Reply
#6
other than the options mentioned above we cannot write code for checkpoints. It is must to click on record button in qtp and insert checkpoint statement
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Why not Checkpoints subhashinid 0 1,944 06-30-2016, 07:36 PM
Last Post: subhashinid
  Query regarding "Call" statement anupam4j 1 2,528 09-26-2014, 01:46 PM
Last Post: vinod123
  Data Table Query Suma Parimal 4 5,491 01-21-2014, 12:50 PM
Last Post: Suma Parimal
  UFT Query invisible786 0 2,232 01-15-2014, 09:41 PM
Last Post: invisible786
  Text checkpoints don't work for Chrome (and sometimes FireFox) applening56 0 2,268 06-21-2012, 10:08 PM
Last Post: applening56

Forum Jump:


Users browsing this thread: 1 Guest(s)