RedHatQE / pong

Other
3 stars 1 forks source link

[RFE] Start mapping methods in source code, to Polarion TestCase and Requirement #23

Open rarebreed opened 8 years ago

rarebreed commented 8 years ago

Right now, trying to map a test method to a Polarion TestCase and Requirement is tricky. This is because titles are not unique, only ID's are. For legacy reasons, we have autogenerated Polarion TestCases and Requirements, but there needs to be a way to decisively and uniquely map a test method from automation source code to its matching TestCase and Requirement.

Proposed Solution: Java

Clojure

Ramifications: This will require manually going through all the existing code and adding these annotations.

Also, pong should no longer autogenerate TestCases or Requirements. Sim's team is working on an exporter so that given an XML file, it will generate TestCases and Requirements.