Forum Discussion

murugans1011's avatar
murugans1011
Regular Contributor
12 years ago

Object name in Property checkpoint

While property checkpoint, the objectname is not printed for some of the objects.so its difficult to identify failed objects. pls see the attached screenshot

2 Replies


  • Hi Murugan,


     


    That's strange. Perhaps, the object doesn't exist  - thus, TestComplete cannot get access to it. Can you modify your code by adding the verification that the object does exist first and only after that call the checkpoint operation? Please refer to this article to learn how to do this.


     

  • murugans1011's avatar
    murugans1011
    Regular Contributor
    Hi the object is really exist. I have also tested with exist propertty and is Nothing property etc. suppose if the object doesn't  exist then property checkpoint throws error it does not shows result like the one which i had attached in screenshot. Even for passed checkpoints it doesnt shows object name.