TestComplete Import/Export
Hi everyone,
I hope I'm posting this in the right place.
I need to find out which import and export interfaces TestComplete provides for the following use cases:
1. Documenting test cases and their results.
2. Exporting to Excel, for example, to modify data for new tests and then import it back into TestComplete.
3. Importing/exporting TestComplete projects to and from other testing tools.
Here is what I have found out through my own research so far:
• TestComplete Connector for HP Quality Center and ALM software (now OpenText ALM Quality Center)
=> What is "HP Quality Center and ALM software" used for / what exactly is it?
• Importing and exporting tests (QAComplete)
=> What is "QAComplete" used for / what exactly is it?
• Export Test Log
=> PDF
=> MHT (Multipart Hypertext Storage) and HTML
• Many testing tools support the JUnit/CppUnit format
Widely used, especially for exporting test results in JUnit XML format (e.g., for CI/CD pipelines).
=> Modern alternatives:
-> Google Test (GTest)
-> Catch2
-> Doctest
• The following terms also came up in connection with TestComplete import/export:
=> QAComplete & Zephyr
=> BDD / Gherkin
=> COM interface
It’s just so many terms. Could someone please explain how all of these tie together?