

A shell of windows ( command prompt) used for operating a program is shown below. According to Wikipedia Programs with Command Line interface are easier to automate via scripting. Since now powerful GUIs are available, it is not so common as it used to be.

A command line interface works through a shell which converts your textual commands into operating system commands or functions to work on it. It is fairly common among the people related to computer science but it is also very well known among people who use a laptop or PC for their work.Ĭommand-line Interface or CLI was the main ( or primary) source of interaction with a computer when the computers were just born. In this tutorial we will work brief you about:Īs the name suggests a command-line interface is a means of interacting with a computer program (or software) by typing line by line commands in your shell (command prompt or terminal). We will use Postman with Newman later into the course. Along with the command-line interface, this post will also introduce a new tool called Newman. This made us familiar with the concept of automated testing in Postman. It also automatically notifies us at regular intervals or when something goes wrong with the tests. Postman Monitors helped us in running Postman collections/executing tests at different time zones and at a different time in the same time zone without our intervention.
#Postman inc how to#
In the previous tutorial, we worked our hands-on Postman Monitors which was about automated testing and learning how to schedule Collection run when you are not present or working on your system.
