Use RQM for unit test?
Jochen Widmaier (22●3●10)
| asked Sep 21 '17, 11:19 a.m.
retagged Sep 22 '17, 12:53 a.m. by Minakshi Jaint (511●3) Has somebody used RQM to manage their unit tests (for C)? In which way did you organize your test (e.g. one test case for each function or one test case for each test of each function)?
|
One answer
I would suggest using the JUnit approach (see Selenium) as an example. Although RQM does not support unit tests for C, you could run the unit test via the Command Line Adapter (see
Comments
Geoffrey Clemm
commented Sep 22 '17, 3:22 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Note that file-linking is only available when you have turned on versioning for RQM. One then uses "validity" to indicate the versions of the source code that a particular test case version is valid for. |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.