Forum Discussion
AlexKaras
Champion Level 1
12 years agoHi Kevin,
Unfortunately, I am not familiar with Release Management 2013, so I cannot provide you with the exact answer, but I am pretty sure that it should be possible to integrate TestComplete with it.
What is possible with TestComplete:
-- It is possible to start TestComplete from the command line and command it to execute some given test or set of tests;
-- It is possible to start TestComplete as an automation COM object and command it to execute some given test or set of tests;
-- When test is over, TestComplete returns an exit code that indicates whether the test log contains errors/warnings or not;
-- TestComplete provides a means (test events) that make you possible to write a code that does something (e.g. communicates to your release management system) when an error or warning is going to be posted to the test log.
I don't have TestComplete's help system at hand, so I cannot provide you with the exact links to the topics that describe the mentioned functionality, but I hope that you will be able to find these topics either in the local TestComplete's help system or online at http://support.smartbear.com/viewarticle/63445/?st="0".
Unfortunately, I am not familiar with Release Management 2013, so I cannot provide you with the exact answer, but I am pretty sure that it should be possible to integrate TestComplete with it.
What is possible with TestComplete:
-- It is possible to start TestComplete from the command line and command it to execute some given test or set of tests;
-- It is possible to start TestComplete as an automation COM object and command it to execute some given test or set of tests;
-- When test is over, TestComplete returns an exit code that indicates whether the test log contains errors/warnings or not;
-- TestComplete provides a means (test events) that make you possible to write a code that does something (e.g. communicates to your release management system) when an error or warning is going to be posted to the test log.
I don't have TestComplete's help system at hand, so I cannot provide you with the exact links to the topics that describe the mentioned functionality, but I hope that you will be able to find these topics either in the local TestComplete's help system or online at http://support.smartbear.com/viewarticle/63445/?st="0".