CGilbert
6 years agoContributor
Not able to find a UI button after recording a test and proving it prior to system restart.
My company builds a user interface for CNC cutting machines and I'm currently building an automated test for our software. While recording the test we enter a password to unlock a hidden button to ru...
- 6 years ago
This sounds very much like a timing issue.
Something to keep in mind: TestComplete attempts to execute commands, operations, actions, as quickly as possible. If that button does not "exist" in memory soon enough, when TC attempts to click on it, you'll get that message. You should do tests for "Exists" before attempting to click on the button.
https://support.smartbear.com/testcomplete/docs/app-objects/common-tasks/checking-existence.html