Jason1
7 years agoNew Contributor
How to write test result to excel file
I need to write the test result (Pass / Fail) to my test data file.
In my test data file, every 4 rows is one request, so I need to write one test result every 4 rows.
That means I need to know which row to wirte the test result.
There are 2 ways to do this as I know so far:
1. use POI to write the excel file, but I get error CTExtensionList. I don't find a way to fix it yet
2. use datasink context pointer. I don't know if SoapUI has this function or not. Can we write mutiple rows to output excel file (DataSink) in one groovy script step? I mean if we can write one row of Excel file, then move to next row in one step?
Thanks