Energizing Your DevOps Journey Webinar for Automated QA & Testing on IBM i + Hybrid systems
2 SESSIONS, 1 for Europe + Asia and 1 for Americas
Webinar 22 October at 10am CET (10am Paris, Rome time) - Europe and Asia
Register here: https://forms.gle/d5z2skv2KmjWZnGA9
Webinar 22 October at 6pm CET (12pm noon,…
RPGUnit is an open-source unit testing framework for RPG ILE. It's similar to JUnit for Java and allows developers to write and run automated tests for their RPG code (or Cobol).
It is now available in ReplicTest and very soon in VS Code as well !
Code example to run RPGUNIT:
RPGUNIT/RUCALLTST TSTPGM(RPGUNIT/TESTPGM14)
Integration with ReplicTest…
In testing there are:
7 levels of automation:
1. Automated replay with automated data initialization & comparison
2. Automated script code generation
3. Automated batch running for interactive processes
4. Automated data subset extrapolation
5. Automated code coverage reporting & merging
6. Automated integration of objects security attributes in replay mode
7. Automated workload with differentiated records…
