Data Sink always updates the 1st row in excel sheet
Hi Team,
With the latest version of ReadyAPI (4.39.0), the Data Sink will always write to the first row of the excel sheet when the row is selected by dynamically assigning the cell value for "Start at Cell" parameter of Data Sink.
I define a Custom Property called "prop_StartAtCell" in "Custom_Props" Properties step and give an initial value of A1
In groovy script, I dynamically change the value from A1 to A2 or A3 based on certain conditions.
In the Data Sink step, I select Excel as the Data Sink, and assign the "Start at Cell" parameter as ${Custom_Props#prop_StartAtCell}. So, while running the test case, it will dynamically assign A2 or A3.
However, the Data Sink will always write the data to A1, not to A2 or A3.
Looking for a solution or fix for this issue.
Thanks!!
B Philip