Automated TC Testing in CruiseControl.NET
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2010
05:27 AM
02-12-2010
05:27 AM
Automated TC Testing in CruiseControl.NET
Is it possible to run TestComplete functional tests through CruiseControl.NET using NAnt scripts? If so, how would I go about doing so and can test pass/failure be viewed from the dashboard?
1 REPLY 1
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2010
07:00 AM
02-12-2010
07:00 AM
Hi Cole,
You can run TestComplete tests from external software using command-line parameters of the tool. You can find information on this possibility in the 'TestComplete Command Line' help topic. Information on the test result can be obtained via exit codes (see the 'TestComplete Exit Codes' help topic).
Another way is working with the tool via COM. Please find information in the 'Working With TestComplete via COM' help topic.
Please note that we have our own build and release system: Automated Build Studio. It has special operations for running TestComplete tests.
--
Dmitry Nikolaev
Did my reply answer your question? Give Kudos or Accept it as a Solution to help others. ⬇️⬇️⬇️
Dmitry Nikolaev
Did my reply answer your question? Give Kudos or Accept it as a Solution to help others. ⬇️⬇️⬇️
