Jump to the post that solved this thread.
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Query about checkpoints
#1
Solved: 10 Years, 8 Months, 2 Weeks ago
Can we create checkpoints using descriptive programming?
Reply
#2
Solved: 10 Years, 8 Months, 2 Weeks ago
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
Solved: 10 Years, 8 Months, 2 Weeks ago
Thanks for reply really useful for me.
Reply
#4
Solved: 10 Years, 8 Months, 2 Weeks ago
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
Solved: 10 Years, 8 Months, 2 Weeks ago
Sure..but did not get that option...
Reply
#6
Solved: 10 Years, 8 Months, 2 Weeks ago
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
Jump to the post that solved this thread.


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

Forum Jump:


Users browsing this thread: 1 Guest(s)