API Calls to intergrate ETM with my current automation.

One answer

If you are building some sort of automated test execution system then by far the best way to do this is by a Test Automation Adaptor. There are existing Command Line Adaptors and Selenium/JUnit Adaptors that you can download that work out of the box, or you can use the Test Automation API to create your own.
Little tip - if you go back to CLM 6.x and download either of the adaptors above, and then unzip their jar file, IBM included the Java source code for the adaptor and you can use that as the start of your own. I just wish they would put that code up somewhere for everybody.
It takes very little time to create one, and the result is awesome. I taught a company in the Middle East that built network testing tools about this, and they had an adaptor built in 7 days that was actually better than some of the IBM ones!
For the documentation on the API and what's out there, start here:
Comments
Ian Barnard
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Aug 14, 7:00 a.m.Did you try searching for e.g. API create test execution record? It seems to show some previous questions and answers.