Forum Discussion
TC is essencialy a GUI testing tool. But capable for some script calling such as Database calls.
May be you can kick off unit test from TC and I do not think TC scripts could help in your situation
TC scripts are doing same thing as KDT does. But are manually written from scrach.
By the way you can write test do not depends on windows positions but windows objects
- jmac_81610 years agoOccasional Contributor
If a Keyword test is the only way I can use it to test my Application,. how can I make sure I have the correct Window Objects position or set the Windows OBject position for another workstation that is accessing my GUI App and TC..
What do you mean by "write test" and "KDT"?
- jmac_81610 years agoOccasional Contributor
I am getting Object does not exist for "Taskbar". How can I get around this.
Thanks
- Marsha_R10 years ago
Champion Level 3
KDT is TestComplete's shorthand for keyword test.
Keyword tests do not have to depend on the object's position. If you record the keyword test, then the position will be used, but you can either change it in the recorded code to the object name or write a similar test from scratch. The object names can be found in the Name Mapping or by using Object Spy.
http://support.smartbear.com/viewarticle/55236/
Object not found messages usually mean that TestComplete can't see the object being referred to in the current test. Maybe the correct window isn't open on the screen.