ContributionsMost RecentMost LikesSolutionsRe: Assertion script not working in latest ReadyAPI version It's a big script containing validations of more than 100 fields....with If else loop for every field. So if I am converting this big assertion script into two assertion scripts, then it works fine in ReadyAPI 3.7 version as well. Just wondering how to make it work with the single assertion script. Though single script working fine in readyAPI 2.2.7 version. Assertion script not working in latest ReadyAPI version I have an assertion script for one of the test case and it's working fine in ReadyAPI version 2.8.2 but the same assertion is not working in latest ReadyAPi 3.7 version. And giving the following error - General error during class generation: Method code too large! java.lang.IndexOutOfBoundsException. Any resolution for this? Solved