Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Tools needed for Open API CTK testing and validation:

 

  • Newman (needed for CTK test execution), this is the command line version of 'Postman'; installation instructions available at: https://www.getpostman.com/docs/newman_intro

  • Newman is built on Node.js. To run Newman, make sure you have Node.js installed. Node.js can be downloaded and installed from here on Linux, Windows, and Mac OSX.

    Node.js offers a server-side environment, which allows the use of JavaScript language to generate web pages. Basically, it replaces server languages such as PHP, Java EE, etc. Once Node.js is installed, Newman is just a command away:

    npm install -g newman

    This installs Newman from npm globally on your system allowing you to run it from anywhere.

...

1  Import CTK from TM Forum

...