1 Comment
User's avatar
B K's avatar

Lot of development teams are happy with happy path testing. As you mentioned as part of improved CI/CD there should be regression test scripts which would test the code with all these fundamental/ structural exception scenariois irrespextive of any code. Null pointer, Number format , end of line -1 . There are around 10 structure related exceptions which can be easily fit into CI/CD routine

Expand full comment