We have developed keyword driven framework where keywords will be written in the excel and based on it, the execution will jump to other excel sheets and run business flow.
But we have noticed that the overall execution is bit slow. How can we improve it. For every screen, it will read different sheet and perform action.
We have filtered data based on test case name as below:
ReadRange activity in the above image is under System-File-Workbook and it reads worksheet without MS-Excel. (Using 3rd part library such as ClosedXML, NPOI etc)
Sometimes, this activity returns different results than when using ExcelReadRange or ReadRangeX (because it doesn’t use MS-Excel) If it returns what you expect and it’s unnecessary to use many activities for worksheet, it’s no problem, I think.
Then You can use the Excel activity without scope for now if in case of any error , you have only Excel activities and Excel X activities to replace @pushkar.singh
No problem you can use the activity without scope
Excel Activities - Need MS excel in the machine.
Workbook Activities (The one without scope) - doesn’t require excel in the machine