I have just saved all my excel data into Hash Map ( Key-Column : Value - row value). Since we have multiple rows of data, i have used two hash map,
Map<String, Map<String, String> innermap> outermap;
So my data will be {row1 = {colum1name:row1value,column2name:row1value},row2={colum1name:row2value,column2name:row2value}}
I want to iterate each value (Like for Loop) for both inner and outer loop. Please advise.
Thanks
Vimal
--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to selenium-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/3ad9f4d7-8b7e-4106-94aa-f5dd6f0ffb36%40googlegroups.com.