JFairy Test Data Generator for Test Cases N B 4/19/2020 06:35:00 pm 0 Fairy can also create below objects & produce test data. Person (See the example below) Credit Card (CC Vendor, Expiry etc) Net... Read more »
Accessing secured APIs using RestAssured N B 4/19/2020 06:22:00 pm 8 Accessing secured APIs Basic Authentication (i.e., the consumer of this API needs to provide a valid username and password combination e... Read more »
What is JSON ,POJO, Serialization and Deserialization N B 4/19/2020 06:21:00 pm 0 What is JSON JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is ea... Read more »
JSONPath, Object Mapper, Jackson, Rest Assured Deserialization (API response ArrayList,Simple JSON, Nested JSON) N B 4/19/2020 06:15:00 pm 16 Note: JAVA Object is converted into JSON Object Note: JAVA Array is converted into JSON Array Every JSON object is composed on an in... Read more »
How to Create a Standalone Wiremock Stub Server N B 3/07/2020 09:51:00 pm 0 Why we need Mocking? We are often in a need to create stubs or mocks when the API under test is not completely ready or we need to test t... Read more »
API Scaling, Rate Limiting and API Testing Terminology N B 3/07/2020 03:15:00 pm 0 Client id and Client secret When you register your app, you will receive a client ID and optionally a client secret . The client ID i... Read more »
Request and Response Logging In Rest Assured Framework N B 6/16/2019 11:04:00 pm 0 Rest Assured provides us the capability to Log the Request and Response of the APIs before sending to server. Below are the functions we ... Read more »
HTTP Status codes while accessing API N B 3/30/2018 05:47:00 pm 0 2xx Success 200 OK GET The request has succeeded. 201: POST: which means CREATED. Meaning *The request has been fulfilled and resu... Read more »