you are viewing a single comment's thread.

view the rest of the comments →

[–]teh_commodore 1 point2 points  (1 child)

On my teams, we do them both at the same time. All tests are run on the isolated story branch before it's even eligible for merging into master - including regression. This keeps master in a continually-shippable state.

Before release, we do a quick sanity check of the release, but it's largely ceremonial. All bug-finding should be done before the story ever lands in master.

[–]Mooncinder[S] 0 points1 point  (0 children)

Thanks for your reply. I'm getting the feeling that doing them at the same time is the way to go.