ContributionsMost RecentMost LikesSolutionsCan testcomplete be integrated with Continuos Integration?Can testcomplete be integrated with Continuos Integration?Re: Test Execution should continue irrespective of some test cases failures in test suiteThank you @Jose it solved my problem. I had not disabled the Project suites test items property. @Gena I had explained my problem not given the answer.I had just tried to understand the root cause of the problem. Test Execution should continue irrespective of some test cases failures in test suiteI am unable to run all the test suites at one go. If I have 8 test items for execution in batch.It doesnot complete execution of all test suites irrespective of pass or fail. It immediately stops at first any failure of tests. I read the article on testitems and also unchecked the stoponerror options at projectsuite configuration.But, nothing seems working . I have used "GeneralEvents_OnStopTest" method at very tests, where i log all the results at particular disk path.So, i suspect may this is overwriting the stoponerror option.Could you please explain me how or what could be the problem.SolvedRe: Test Execution should continue irrespective of some test cases failures in test suiteI am unable to run all the test suites at one go. If i have 10 test items for execution in batch.It doesnot complete execution of all test suites irrespective of pass or fail. it immediately stops at first any failure of tests. I read the article on testitems and also unchecked the stoponerror options at projectsuite configuration.But, nothing seems working . I have used "GeneralEvents_OnStopTest" method at very tests, where i log all the results at particular disk path.So, i suspect may this is overritting the stoponerror option.Could you please explain me how or what could be the problem.