dummy api json
var xhr = new XMLHttpRequest();
xhr.open("GET", "https://reqres.in/api/products/3", true);
xhr.onload = function(){
console.log(xhr.responseText);
};
xhr.send();
dummy api json
var xhr = new XMLHttpRequest();
xhr.open("GET", "https://reqres.in/api/products/3", true);
xhr.onload = function(){
console.log(xhr.responseText);
};
xhr.send();
dummy api json
var xhr = new XMLHttpRequest();
xhr.open("GET", "https://reqres.in/api/products/3", true);
xhr.onload = function(){
console.log(xhr.responseText);
};
xhr.send();
advantages of api
1-We can start testing process
EARLY and the more bugs we
catch in API level testing,
the less bugs we will see on UI.
API level of application is
developed before the UI part.
2- API tests enable highly
integrable tests, which is
particularly useful if you
want to perform functional
GUI tests after API testing.
3-In API testing,
data is exchanged
using XML or JSON.
4- Time Effective:
API testing usually is less time consuming
than functional GUI testing.
advantages of api
1-We can start testing process
EARLY and the more bugs we
catch in API level testing,
the less bugs we will see on UI.
API level of application is
developed before the UI part.
2- API tests enable highly
integrable tests, which is
particularly useful if you
want to perform functional
GUI tests after API testing.
3-In API testing,
data is exchanged
using XML or JSON.
4- Time Effective:
API testing usually is less time consuming
than functional GUI testing.
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us