7 questions
sajdhiahf iahf ahf hdfia scca
We are told to automate everything in the sprint it ships. But the UI for this feature has been redesigned three times in a month, and I have rewritten the same tests three times. Is there a rule of thumb for when a feat…
My lead reviewed my work and said I had "too many" test cases for one story — I wrote 34 for a login form. Another colleague says that is thorough. Is there a sensible number, or is the question itself wrong?
I am moving from manual testing into automation. Most tutorials I find are Selenium, but every job posting I see mentions Playwright or Cypress. Is Selenium still worth the time, or is it legacy at this point?
I understand the textbook definition: severity is technical impact, priority is business urgency. Where I struggle is applying it under pressure. Concrete example: a typo in the footer copyright year. Severity is obvious…
My suite passes every time on my laptop, but roughly one run in four fails in GitHub Actions — always on a different test, usually a timeout waiting for a button. I have already tried bumping the global timeout to 60s, w…