How do you QA your product?
Cara (Borenstein) Marin
2 replies
Currently, in addition to our automated tests, we just make a checklist of cases from the perspective of the user that we want to make sure are covered. We have two people hit each of those cases manually.
There's a long mega-checklist that we do before any big release and then a short "happy path" list for any quick updates.
What does your process look like? Is there any "must have" tooling that you use for QA?
Replies
Gaurav@zignis
heres how i do it: fully automated tests -> staging server -> internal testers are allowed to access the staging server, the new release stays on the staging server for a week if its not critical -> get approval from testers, fix any problems and deploy to staging again -> finally deploy to production and keep the image of the previous version handy so that if anything goes wrong i can easily roll back to the previous version.
Share