AnushaD
3 years agoOccasional Contributor
How to write values back to excel that are generated in the web application for consecutive requests
Hello,
I am facing one complicated issue. Using TestComplete I would like to write back multiple values to excel file by processing consecutive requests without any manual intervention. For example I am reading values from excel file, after processing I will get values in the application that I need to write to excel file after successful completion of that request. In the same second, third, and so on. I will have multiple requests. I should process all. For processing these consecutive requests I am using Data loop. It is successfully processing but the generated values I am unable to write back to excel into the corresponding columns.
Can anyone please assist on this?
Thanks.