02. Concepts & Description - matthias-dirickx/SoapUI-extensions GitHub Wiki

Core Concepts

Programmers will take this list for granted. For me this is all new, so lest I not forget:

  • Sharing is key - Limit additional libraries, but don't re-invent all and everything. It's an ongoing battle...
  • Concepts are made modular with the eye on re-utilization.
  • Create modules with the eye on generic functionality, create the SoapUI implementation of that functionality separately
  • Each functionality should have the following documentation:
    • Intended usage
    • Example use case
    • Limitations

Project Description

To be completed...