Hello All,
I have upgraded from 7.0.4 to 7.2.6 version of Katalon and once the project is loaded after successful instal, i got the below error for one particular junit statement.
Groovy:unable to resolve class org.junit.After
I couldn’t find a solution. Can someone help me there?
I have found out that issue can be resolved within the existing version itself. In the version 7.2.6 and above, there is no need need to define ‘import org.junit.After’ as the Junit asserts are handled within this version itself. So, the workaround is to just remove that line from every test cases.