ContributionsMost RecentMost LikesSolutionsExcel file comparison script extension Hi we have installed test complete 14 on a new machine and we looking for the ExcelCompare Script Extension. Can anyone provide a link to it? We need for the following js code that uses the ExcelCompare Script Extension to compare excel files. //Compare Excel Files compareExcelFiles : function Main(path1, path2, path3){ xlfile1 = path1; xlfile2 = path2; resfile = path3; var check = objectExcel.ExcelCompare(xlfile1, xlfile2, resfile); if(aqString.Find(check, "No") != -1){ Log.Message(check); return true; } Log.Error(check); delay(500); this.checkExcelProcess(); return false; }, SolvedRe: Error Handling settings No one asked you to apologise,. I get that you are not a Smart Bear employee, thats why you can be rude and condescending. No cost to you. So if you read the update documenation and dont like its to bad for you and dont upgrade. Ok I get it. Dont go on the forums so as not be talked down to and treated like an idiot,. We will give consideration as to whether we should renew our licenses due to your reply. I will flag it to our local rep. Cheers. Re: Error Handling settings Hello. So from my understanding is that you are saying that if you have upgraded to testcomplete 14 you will then need to go to each individeal test in test items and manually change the onerror setting from stop test item to your preferred setting you had before testcomplete 14? If the above is correct and you have say hundreds or thousands of individual test cases then that is a big ask for testcomplete users to do. Was any consideration at smart bear given to fact that testcomplete users may have such situations. I am one such user and yes I can change the MDS files. However the purpose of testcomplete is to make test automation easier. For those who may not have the skill set to change MDS files how is changing On error setting for 100s or 1000s individual test items easy. David.