umut_akdemir
10 years agoOccasional Contributor
To get the object where Object Checkpoint was called from during OnLogCheckPoint Event?
I am currently working on detecting the test information automatically during the test run in test complete.
So my requirement is this.
- I have a test created in testcomplete
- I attach the OnLogCheckpoint event having my own code.
- There I can get checkpoint properties for object checkpoints (they are available in the LogParams)
- Yet I could not find a way to get on which object the object checkpoint was called.
Is there any way to get this object/alias on which the object checkpoint is executed from the script from the OnLogCheckpoint event or some other way.
Thanks in advance for any suggestions