Test suite refactor
Merge request reports
Activity
added 1 commit
- 2d601ea1 - Removed unused imports and corrected step defs
requested review from @harshit283
Refactored the IT suite to make it more organized. Key changes-
- Grouped out scenarios into different feature files, categorized into – Happy path test cases, Negative test cases, Relationship maintenance and pre-integration tests.
- Separated out implementation for these feature scenarios into separate StepDef files.
- Grouped up all the test data files associated with a given scenario into separate sub-folder so they are easy to locate, refer and modify, if needed.
- Extracted all the common helper functions into separate java file. Till now they all resided as private functions under single step def file.
mentioned in commit d1034e53
Please register or sign in to reply