Postman 3.1.0

Version 3.1.0 of the ReadyAPI Postman plugin introduces several improvements to support more advanced testing workflows and better integration with Postman features.

  • Environment Import: You can now import Postman environments as ReadyAPI environments. Variables become project properties, including support for secrets and dynamic variables.

  • Authorization Mapping: ReadyAPI now maps Postman authorization profiles to the appropriate ReadyAPI levels. Supported types include Basic, Digest, NTLM, OAuth 1.0, OAuth 2.0, and AWS Signature.

  • Chai Assertion Support: You can now import Chai-based tests from Postman or create them directly in ReadyAPI. Common test expressions are translated during import.

  • Script Handling Enhancements:

    • Pre-request scripts are partially supported for setting global variables.

    • Post-response scripts are imported as Smart or Chai assertions, depending on their syntax.

  • Load Testing Note: JavaScript is supported but not recommended for load tests due to performance limitations. Groovy remains the preferred option for load testing scenarios.

See Also

Publication date: