We released the version 8.3 of Rational TestRealtime recently. Followng are the highlights
- Rational Test RealTime is now delivered with Eclipse 4.7.3 and CDT 9. It can be also installed on Eclipse 4.12 (also known as 2019.06) by using the update site mechanism
- A tester can import OTD scripts from IBM Rational Development Studio to Eclipse IDE and run them as PTU test scripts. Reports are generated in the same way as Rational Development Studio.
- New HTML-based reports and standard reports are generated by the code review post processor.. A template-based report provides users with expanded customization options, including customization of logos and titles.
- MISRA 2004 and 2012 rules improvements:
- Rules relative to the number of lines of code now propose different ways to compute the lines of code (LOC) with the following options:
- Calculation with or without empty lines
- Calculation with or without comments
- The new rules available are:
- Maximum number of functions in a compilation unit
- Maximum number of global variables in a compilation unit
- Maximum number of lines in a compilation unit
- Maximum number of parameters in a function
- Eclipse IDE can be used to run other testing tools:
- Eclipse IDE now supports test scripts based on Python, Shell, or Windows commands.