Friday 22 June 2018

Windows Tips and Tricks

Open Command Prompt from Windows run :

Use the below syntax to open command prompt directly of the location or directory
cmd /K "cd /d c:\location"

Run Postman API remote or code or command line

POSTMAN is used to run the APIs generally. What if we want to create a collection in postman and run it from some other code or command l...