Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
Description
Currently, we use MemberTest as the base class and reuse some of its methods. If one test-class extends the MemberTest , the test case of the MemberTest class is executed again when the test case of the subclass is executed. As a result, some tests in the MemberTest class are executed multiple times, increasing the test case execution time.
Attachments
Attachments
Issue Links
- links to