API verificationSend GET request to
https://jsonplaceholder.typicode.com/users as you see it on the image below and verify next:
1.Correct data is coming backImagine that you work for Facebook, and you navigate to a friends page. All of this information will be coming through an api and then displayed to you in a browser. But what if developers haven't built UI yet. So what you do, is you send an api request and verify that expected data is coming back in expected format.