HPInc / jipp

A Java-compatible implementation of IPP
MIT License
144 stars 41 forks source link

Spike: Look into better test framework for JIPP #145

Open HPNavjot opened 1 year ago

HPNavjot commented 1 year ago

Study best practice and test / automation framework for JIPP libs to identify issues pre release.

HPNavjot commented 1 year ago

Looking into implementation of integration or functional test framework. Gradle has good support for integration tests.

Gradle support for integration test :

Testing JIPP warrants communicating with a IPP server. So that we can validate the request and response parsed via JIPP jars.