2

I have been seeking up tools for automated acceptance testing for RPG to use techniques like ATDD and BDD but I haven't found anything yet, the closer I have found is RPGUnit but it's only for unit testing, if you could give some documentation about it, that'd be great,

Regards.

mike
  • 1,233
  • 1
  • 15
  • 36
Daniel F Jaramillo
  • 413
  • 1
  • 5
  • 12
  • Possible duplicate of [Automated testing in RPG (or other ILE languages)](http://stackoverflow.com/questions/11117837/automated-testing-in-rpg-or-other-ile-languages) – Charles Sep 29 '16 at 13:04
  • Appears not appropriate since it's asking for a tool/product mention. – user2338816 Sep 29 '16 at 16:48

1 Answers1

1

You question is probably off topic for stackoverflow...or a duplicate of Automated testing in RPG (or other ILE languages)

But I'll throw this answer out as a general, yes tools exist; without trying to specify any particular one.

In addition, you shouldn't necessarily be looking for tools for RPG; in particular with ATDD you probably want tools that can test 5250 applications. Yes such an app is probably RPG, but it doesn't have to be and the tool won't care. The point is you could have an RPG app that has a web front end; a different tool could be usable there.

Lastly, let me say that the tools out there are going to be commercial tools for the most part. And they aren't going to be cheap.

Charles
  • 21,637
  • 1
  • 20
  • 44