Forum Discussion
3 Replies
- Hi Sheryl,
This task cannot be achieved via command line. However, this can be done via TestComplete's COM object. Please see the ProjectIntegration.AddUnit and Working With TestComplete via COM - Overview help topics for more information. - AlexKarasCommunity HeroHi Sheryl,
This is not possible without direct change in the configuration files that is highly not recommended.
Just curious: I can't recollect that such functionality exists in any development environment. Do you know where it can be found? Why do you need it and why it is a problem to start TestComplete once to add a new script unit to the project? - averysOccasional ContributorThanks for the responses.
What my team as done is created an UI application that contains all the possible predefined actions that we require to test our application. The actions themselves are built in TestComplete. Our testers can then create any script they like in the UI applicatin (which becomes the script file I need to add to the project containing the actions). The tester can then run the script on our test machine remotely using TestExecute to validate if the script they created is correct or contains any errors.
I think I can find away around having to add the file by simply creating a stub script file that already exists in the TestComplete project and simply replace it using the command line.
Thanks again.
Sheryl