Author: admin

We will automate the following API’s:

https://customer-test-api.herokuapp.com/customer/api/v1/login
https://customer-test-api.herokuapp.com/customer/api/v1/list
https://customer-test-api.herokuapp.com/customer/api/v1/get/110
https://customer-test-api.herokuapp.com/customer/api/v1/create
https://customer-test-api.herokuapp.com/customer/api/v1/update/110
https://customer-test-api.herokuapp.com/customer/api/v1/delete/110

Create Workspace

From workspace menu, click on “New Workspace” and give workspace name.

Click on Create workspace button. You will see new workspace has been created and showing … Read more

Now we will upload our project to GIT.

What is git?

Git is a distributed version-control system for tracking changes in any set of files, originally designed for coordinating work among programmers cooperating on source code during software development. Its … Read more