Ieradh
Contact information, map and directions, contact form, opening hours, services, ratings, photos, videos and announcements from Ieradh, Education Website, Rajshahi.
What is palindrome ??
A palindrome is a word, number, phrase, or other sequence of symbols that reads the same backwards as forwards.
26/10/2022
Api Automation Part-1:
For every SQA engineer API Automation knowledge is required. You might think why to automate when i can just manually test it right?Api automation allows you to test every Api without even providing any input manually. It also saves lots of time. All you need to do is write script on test tab of your postman & run the whole collection.
Let’s assume as a user you have to Register & using that registered email you need to login in your postman without even providing any input.Let’s see how to do it.
Step-1: Go to your register api & click on test tab.
Step-2: Now write below code:
var jsonData = JSON.parse(responseBody);
postman.setEnvironmentVariable("id", jsonData.data.id);
pm.test("Status code is 200", function () {
pm.response.to.have.status(200);
});
postman.setEnvironmentVariable("email", jsonData.data.email);
(Here you are saving the email & id which you need for login automatically)
Step-3: Go to login Api & click on body & write data like below:
{
"username": "{{email}}",
"password": "Aa123123",
"rememberme": true
}
Step-4: In login Api test tab write below code:
pm.test("Status code is 200", function () {
pm.response.to.have.status(200);
});
Step-5: Click on (…) dot of the folder & click on Run Folder
Step-6: And your Api automation is done.
Ieradh: Brand of education.
Click here to claim your Sponsored Listing.
Location
Culinary Team
Attire
Contact the school
Website
Address
Rajshahi
6204