Forum Discussion
With automation, you are just interacting with the application, performing various actions to get some sort of end result. Similar to when doing manual testing.
If you are using other development tools, you can use things such as GitHub Copilot, ReSharper etc. but there's no option as far as I'm aware for TestComplete, as it's just a simple scripting language
The debugger allows you to inspect values while stepping through code, useful when you want to know the object value contains what you are expecting.
I've written my automation scripts a number of times - made it too complex which then became difficult to maintain by others that didn't know the structure. Now made it simple, by having a Common project which has reusable functions; Common Template project, which has name mapping, sample coding etc which users can then copy, and start their coding.
Related Content
- 12 years ago
Recent Discussions
- 6 days ago
- 6 days ago
- 10 days ago