florath / rmtoo

Free and Open Source Requirements Management TooL
http://rmtoo.florath.net
Other
207 stars 59 forks source link

Expected Result missing for Test Cases in Latex output #38

Open PierreFichet opened 4 years ago

PierreFichet commented 4 years ago

Hi Andreas,

First thanks for your awesome piece of software ! It's really a great tool but I couldn't avoid to notice that the expected result of the test cases are missing from the output Latex PDF. I took the two test cases that are in doc/testcases and run 'make'. I see all the fields except Expected Result. Do I have to add something in latex/requirements.tex?

Thanks

florath commented 4 years ago

I'm sorry, but I do not completely understand you.

Some blackbox tests generate LaTeX output - and of course this is checked. The 'requirements.tex' file is the part which needs to be manually generated. This file can then include the automatically generated parts like here: https://github.com/florath/rmtoo/blob/master/doc/examples/EMailClient/latex/requirements.tex#L72

But because it is not generated, it cannot be checked and is therefore not included in the test cases.

PierreFichet commented 4 years ago

Hi, Sorry for the late answer. I was busy on other tasks. My file .tec is the following:

Owner: development
Invented by: flonatel
Invented on: 2012-03-19
Description: This is an example test case.
Expected Result: This is also a result.
Note: Just for testing.

All the fields are generated by rmtoo except the field 'Expected Result'. I copy/paste one of your Test Case example. I was looking in the config.json if I missed something but everything seems fine.

Regards,