I have one script in HP-LoadRunner, I want to take multiple values of column in a single field.
I have this:
Variable1
test1
test2
test3
test4
I am trying to do this:
Variale1
test1,test2,test3,test4
I tried with writing a 'C' code to solve this but unfortunately not able to find proper solution.
Is this possible with writing a code it will change into single column field during 1st test run and take the values from that single column field ?
Kindly Help me out, Either in terms of writing 'C' code in script or something to change in Excel/.dat file.