Hi
We are using test complete to test our application. We have created configuration that run final builder project to builds the application and installers. Then we use PsExec to launch the test on 8 test machines. Once the test are completed a test status mail is send by reading xml that was created from Test Complete.
Can we import this xml to report test status of the build.
If not can we do the following:
As we can see in the ContinuaCI PostGre database there is a table builds_unittestv2 that holds the test status against each buildid field the same can be obtained via $Build.Id$.
We can populate the results in database by passing $Build.Id$ to test complete script, but there are other not null fileds like configurationid & stageid how can we get these field value.
Updating the database directly is not supported nor recommended.
If you are able to get the xml file into an nunit or junit format, then you can use the import actions in Continua to import the xml file. What is the xml format that TestComplete generates?