Forum Discussion
AlexanderM
Staff
15 years agoHi,
1)Can't we split one keyword test into multiple tests?If yes,then how..
There's no such feature. I've registered a corresponding suggestion in our DB. Thank you for your post.
At the moment, you can select the needed operations from the current keyword test, cut them, paste into a new keyword test, and insert the 'Run Test' operation at the appropriate place of the current keyword test. This operation is to run the new keyword test.
2)Is it possible to capture images of the application automatically while running it?
See the Auto-Generating Screenshots During Test Recording and Running help topic.
3)Is there any concept of local and global object repository in TestComplete 7? If no, does TC create separate objects for every test even when the application to be tested is same??Won't that result in memory wastage?
TestComplete uses its 'Name Mapping' feature that is similar to Object Repository. By default, when you record a test, TC creates a tree (a name mapping scheme) of custom names. These names are linked to the actual objects by values of one or several object properties. They are used to address objects of the tested application. There's no such concept like the 'local' or 'global' name mapping scheme - if a project uses the 'Name Mapping' feature, it contains the appropriate project item that holds this scheme. You can use this scheme in other projects by sharing that item.
Also, see this and this SQAForums threads.
4)Is there any concept of dynamic object recognition in TC??
Could you please clarify this? Describe the scenario you are trying to implement as minutely as possible.