stega
12 years agoContributor
Generate project suite
Hi All,
Can i somehow generate suite?
I have a lot of scripts and i want to create suites for different versions. I'm thinking about creating a mini app where i can give some parameters and it collects the scripts i need and generates a suite that i can run in TestComplete or TestExecute.
Can i somehow generate suite?
I have a lot of scripts and i want to create suites for different versions. I'm thinking about creating a mini app where i can give some parameters and it collects the scripts i need and generates a suite that i can run in TestComplete or TestExecute.
Hi Gabor,
Creating a new project outside TestComplete is impossible. However, you can work with TestComplete via COM and add script units to the existing project via the AddUnit method. Refer to the "Working With TestComplete via COM - Overview" article for more information.