Chandrakanth
6 years agoOccasional Contributor
How to load a large XML data in Excel for Data driven testing
Hello Team,
I would like to know how to convert the bunch of XML data into excel for data driven testing. To explain it breifly, I have a large set of XML Responses and want to use that data in the excel through data source.
For single or multiple request and responses it is easy to solve that with the help of excel in data sources but coming to large set of data its bit difficult. How to resolve this issue??
Let's say the input request for a service is Employee number and for that input we receive so many columns with the data in an xml format.
Employee Number | Department | Salary | Location |
1 | Developer | 10000 | Texas |
1 | Testing | 15000 | California |
1 | BA | 20000 | MA |
1 | SA | 30000 | TN |
SO If I give a rquest as 1 it should display all the rows in the above excel instead of only 1st row. This is just example but I have lot more values and columns whicha re defined.