- どのタスクを自動化できないので、手動でテストするのが最適ですか?
ベストアンサー
QAテストの将来性とどの役割が最も重要になるのでしょうか
- The future of QA testing will involve more and more browser
based testing, as many software service choose browser as their
platform. - QA testing on mobile device will receive more attention
too. - In terms of testing technique, QA has developed a number of
mature ways to come up with tests on a higher abstract level, e.g.
BDD; I personally do not think there will be any major development
in this area. - I personally think, more effort will be spent on evaluating
existing automated test cases’ effectiveness, e.g. who is guarding
the guards? mutation testing
どのタスクを自動化できないため、手動でテストする必要がありますか?
- 本質的に反復的なタスクは、自動化するのに最適な候補です。
- ランダムな要素(例えば、述語化できないタスク)を効率的に自動化することはできないため、手動によるテストが常に必要です。
- 自動化するにはあまりにも多くのオーバーヘッドを必要とするタスクも手動テストが必要です。今日の午後に顧客に出荷される前に速い煙のテストが必要なソフトウェア機能です。