Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Agile testing ~in my case~

Matsu
July 24, 2022

Agile testing ~in my case~

This is agile testing in my case.
For each feature, we perform exploratory testing to look for large overall bugs, followed by test case execution, followed by exploratory testing to look for minor bugs.
Once the features to be released are in place, regression testing of the entire system is performed.
In addition, an e2e automated test that performs an overall check is rotated daily.

Matsu

July 24, 2022
Tweet

More Decks by Matsu

Other Decks in Technology

Transcript

  1. 二次探索的テスト(細かなバグまで出したい) A機能 B機能 C機能 D機能 セッション1 Xさん Yさん セッション2 Xさん

    Yさん セッション3 Xさん Yさん セッション4 Yさん Xさん 細かなバグを出したいときの探索的テストのスタイル チャーターは特になく、それぞれに任せる。 探索的テスト絨毯爆撃型と名付けた。