How To Parse XML Response in Postman | Automation Testing Tutorial for Beginners | Day 9

preview_player
Показать описание

In this video, We are discussing about How to Parse a XML Response in Postman.

You will learn.
1. Parse the XML to JSON using var jsonObject = xml2Json(responseBody);
2. With Json Object You can parse as normal json.

✅ If you are new consider subscribing and follow day by day to become an Automation Testing expert in 30 days.

✅ 5 step method to Start Learning Automation Testing
- Learn Programming
- Familiarity with Automation Tools
- Knowledge and Networking
- Technical Skills
- Knowledge Manual Testing

🚀 What is Automation Testing?
Automation testing is a Software testing technique to test and compare the actual outcome with the expected outcome.

This can be achieved by writing test scripts or using any automation testing tool.

🚀 What is Test automation?
Test automation is used to automate repetitive tasks and other testing tasks which are difficult to perform manually.

🚀Why we do Automation Testing?
- Eliminate the manual efforts
- Ad hoc Test- cases are required to run.
- Rerun the critical or important cases continuously.
- Long manual flows are tidies

🚀What is 30 Days of Automation in Testing Challenge?

This video is part of 30 Days of Automation in Testing Challenge. Where we will learn about the different concepts related to Automation Testing for Beginners and topics like

✅ Automation testing features
✅ Approaches to automation testing
✅ What is Automation testing
✅ Why automation testing
✅ Automation testing frameworks
✅ Automation testing advantages
✅ Automation testing benefits
✅ Automation Testing Tools
✅ Automaton Testing Books.
✅ Why you need automation testing.
✅ What is UI Testing
✅ Top Automation blogs to read.
✅ Automation tutorials included Selenium, Cypress, Katalon Studio and Test automation frameworks and may more concepts.

🚀 Tools and services I recommend:
Some of the courses that I recommend to become better Automation Tester 🙌🙌

✅Selenium Training and Certification -

✅Learn Jenkins for QA -

✅Programming Java -

✅Test Automation -

✅API Testing -

✅Cypress Tutorial with LIVE Projects -
Рекомендации по теме
Комментарии
Автор

Hi Pramod, when declaring a variable we can write statement var jsonData = pm.response.json(); as const jsonData = pm.response.json(); as in we can use const instead of var. can we do the same when we write var jsonObject = xml2Json(responseBody) as const jsonObject = xml2Json(responseBody)

SandyShiralkar
Автор

Hi nice tutorial...so whenever we want to send xml into postman then first we have to convert that into json?

yuxdcdo
Автор

Verify the xml response | TypeError: Cannot read property 'FahrenheitToCelsiusResult' of undefined-> I am getting this error.

lokeshvenkatesan
Автор

Hi, How Can I add Random values to my XML body within Postman. Like $RandomInt in JSON request.

Pinguofficial
Автор

en mis pruebas devuelve undefined siempre al usar el xml2Json me ayudarria saber porque

Finding-Pets
Автор

How to send body with 1to many relationship

vikaschaudhary
welcome to shbcf.ru