Mixing automated and manual testing (Part 2) : Part 1 This is a two part post on mixing automated and manual testing. In short, I cover solutions to two problems: Converting selenium tests to end-to-end unit tests Reporting end-to-end test via test case management software integration Test Case Management Software Integration In my previous post, I gave a few tips on transforming …
Mixing automated and manual testing
This is a two part post on mixing automated and manual testing (Part 2). In short, I cover solutions to two problems: Converting selenium tests to end-to-end unit tests Reporting end-to-end test to a manual test case management system A few months ago, I built a Continuous Integration and Deployment platform for a client. The CI/CD system was nice with …