We have two camps on our team: Camp A (shared environment): Tests run against a shared staging server. Fast to set up,…
29 discussions
We have two camps on our team: Camp A (shared environment): Tests run against a shared staging server. Fast to set up,…
We have a 1,200-test suite built over 4 years. Good test coverage, but: - No documentation of test strategy or…
Mutation testing (mutmut for Python, Stryker for JS) sounds powerful in theory: introduce small code changes and verify…
We have engineers in India, UK, and US. Our tests occasionally fail due to timezone-dependent logic: - Date range…
We use pytest marks for test organisation: @pytest.mark.slow, @pytest.mark.integration, @pytest.mark.smoke. In theory:…
Three years ago I was doing entirely manual testing — exploratory testing, test case execution in Jira, bug reports.…
0 votes · select an option to vote
0 votes · select an option to vote