Hi
So that last bit of code is to add the actual values, for the parameters of the Test Script, for the configuration being created. It is design to be dynamic - not fixed. For example, if your Test Script has 10 parameters then for one configuration you might only want to set 5 values and another 7 and another just 3. This is possible with the way that the code is written.
How it works: In the Excel sheet, after the column where you specify how many parameters you want to populate you need to specify matching pairs of parameter name and then value ( each in seperate columns in your sheet )e.g.
| Column J | Column K | Column L | Column M |
<parameter name>|<parameter value> | <parameter name>|<parameter value> | etc.
The code searches through the list of specified parameters to find a match for <parameter name>. So it is essential that the names match - otherwise it doesn't load your values
Hope this helps
Thanks
Martin
NOTE : The views expressed here are entirely my own