Hi,
I'm trying to figure out if there is a possibility to use data in XML in the way it is used if I would set local data in the test case. For example I would set two rows in local data and when I would run this test case, both data would be used in itterations. Could I achieve something like this using XML?
I'll try to write down the test case:
1. login
2. select first value from dropdown (data driven test step)
3. check if the value has been selected
Local data setup:
indexValue
1
2
How could I write this using XML? With code only or is it possible with XML structure?
BR, Jurij