Description
In some tests we are doing some operations in @Before and @After annotated methods which are not really required to be done before and after every test run, instead we can move them in @BeforeClass and @AfterClass annotated methods respectively and hence improve the test run time.
Attachments
There are no Sub-Tasks for this issue.
Resolving as fixed since all subtasks are done (or resolved as won't fix).