PRoshan
New member
- Joined
- Jun 26, 2020
- Messages
- 3
- Programming Experience
- 1-3
I want a design pattern which could help me resolve the problem that even if one of the assert statement fails in the test case the rest should work.
I know people would say write individual test cases, but its integration testing I want to use the unique id generated in the first step for rest of the test cases. I came across Page Object Model Pattern, but the issue there is if one assert fails the entire execution will fail or stop...
Could someone help with it? Atleast if someone could suggest a better design pattern or approach.
I know people would say write individual test cases, but its integration testing I want to use the unique id generated in the first step for rest of the test cases. I came across Page Object Model Pattern, but the issue there is if one assert fails the entire execution will fail or stop...
Could someone help with it? Atleast if someone could suggest a better design pattern or approach.