Open simerplaha opened 2 years ago
Test cases are getting hard to maintain. CommonAssertions and TestData are getting too large - All test functions are jammed into these files.
CommonAssertions
TestData
All helper functions should be split into their dedicated *TestKit files.
*TestKit
For example all Segment related test data generator etc should be under SegementTestKit
Segment
SegementTestKit
Test cases are getting hard to maintain.
CommonAssertions
andTestData
are getting too large - All test functions are jammed into these files.All helper functions should be split into their dedicated
*TestKit
files.For example all
Segment
related test data generator etc should be underSegementTestKit