How to map one to many relationship in selenium webdriver -
we have scenario give input single header - multiple lines. in case don't know map values using excel in web driver. please provide solution. refer below test data.
for header
purchasenumber, purchasedate, suppliername, suppliersite
1, 10-mar-2014, xxx, yyy
for lines
itemname, quantity, price
abc,10, 15
bcd, 20, 20
def, 14, 13
Comments
Post a Comment