CBleunven
14 years agoContributor
Object recognized during buiding the test, not during running it
Hi,
Thank you first for this nice soft.I guess it perfectly fit what we want to do with a test engine.
I'm trying to build a small test to understand how use Test complete.
I want to perform a click on an object (application in Delphi, the object class extends TCustomTreeView) and so I use the Target locator (I've tried also with "Point and fix" with similar results) to pick the "references" of this object.
When I run the test, the window is open and the object is accessible but there is an error that indicates
What I'm surprised is that:
- this object is well recognized in a previous manipulation in the same test. (the previous manipulation is issue from a record, where the new one I want to insert is "hand made" just to insert few steps to build a check point
- when I use "Highlight on screen" with a right click on the test step, the object is also well recognized.
Is there something I'm missing to adress the object ?
Many thanks for your help.
have nice tests,
Christophe
Thank you first for this nice soft.I guess it perfectly fit what we want to do with a test engine.
I'm trying to build a small test to understand how use Test complete.
I want to perform a click on an object (application in Delphi, the object class extends TCustomTreeView) and so I use the Target locator (I've tried also with "Point and fix" with similar results) to pick the "references" of this object.
When I run the test, the window is open and the object is accessible but there is an error that indicates
The TreeView node " not found
What I'm surprised is that:
- this object is well recognized in a previous manipulation in the same test. (the previous manipulation is issue from a record, where the new one I want to insert is "hand made" just to insert few steps to build a check point
- when I use "Highlight on screen" with a right click on the test step, the object is also well recognized.
Is there something I'm missing to adress the object ?
Many thanks for your help.
have nice tests,
Christophe