ManuT
8 years agoOccasional Contributor
Reading an ExcelSheet
Hi all,
In our TestComplete JavaScript framework, I am placing all the objects with their Xpaths related to the webpage in one Excel. And I am writing the TestCases in another excel which contains keywords and object names. There is a driver script written in TestComplete which reads TestCase Excel and the Object Excel.
I found that the execution speed is very slow as it has to hit the object excel for every object it founds in TestExcel while running TestCases.
Is there anyway, I could make a better way to read the entire excel in one go or Any other suggestions on this to make the execution speed faster? I appreciate your help.
Thanks,