testing

48 posts
テスト実行者がバグを見逃してしまう原因
testing
members

テスト実行者がバグを見逃してしまう原因

はじめにあなたはバグ(ソフトウェアの不具合)、特に基本的なバグを見逃したことはありますか? もしそうであれば、その時、「どうしてこのようなバグを見逃したのだろうか」と自分に聞いてみたことはあるでしょうか? ソフトウェアテストの実行者であれば、誰でも下記のようなケースを体験したことがあるはずです。 I. テストをしたはずのテストケースにおいてバグが発生する II.    基本的な(すごく簡単な)テス
Yagi
Yagi
エビデンスを取得する時に役に立つAwesome Screenshotの使い方
testing
members

エビデンスを取得する時に役に立つAwesome Screenshotの使い方

はじめにソフトウェアテストにおけるテスター(実行者)としてバグを起票したり、問い合わせを行ったりする際、エビデンスを取得することは最も大事な作業の一つです。一番手っ取り早いのはWindowsに標準搭載されているSnipping Tool(スニッピングツール、ホットキー:Windowsキー+Shift+S)を活用し、画面に表示されている部分、もしくは全体画面をスクリーンショットとして切り取った上で
Yagi
Yagi
なぜプロジェクトにテスト計画が必要なのか
testing
members

なぜプロジェクトにテスト計画が必要なのか

はじめに今回のテーマである「なぜプロジェクトにテスト計画が必要なのか」という質問に答える前に、まずテスト計画とは何であるかについて考えてみましょう。 テスト計画とはテスト計画とは、プロジェクトにおけるシステム要求仕様を対象としたテスト概要ドキュメントです。テスト範囲、テスト戦略、テストプロセス、リソースなどの必要な情報が含まれています。会社の構成やプロジェクトによって、テスト計画も異なっています
ShiftAsia_Wan
Validation check in software testing
testing
members

Validation check in software testing

Before the software/application is released to the users, it needs to be tested. In testing there are many techniques, methods, aspects to ensure that the software/application works as it was original
Bella
Bella
コードカバレッジとは?
testing
members

コードカバレッジとは?

はじめにソフトウェアテストは、開発されたソフトウェアアプリケーションが要件を満たしているかどうかを確認するために実行される重要なフェーズの1つです。 そのフェーズがうまく行われるように、さまざまな確認メトリック/テストパラメータが生まれました。 そして、それらのメトリックの1つがコードカバレッジです。そこで今回はコードカバレッジついて解説します。 「コードカバレッジとは何か?」、「なぜ考慮する必
KAISER
All pairs Testing
testing
members

All pairs Testing

This article is hopefully useful for those who are looking for a method to perform all-pair matching testing, in order to reduce the number of test cases, save time and effort. Many people believe tha
SA_Erwin
テストケースの作成方法:テストケースの書き方とは?
testing
members

テストケースの作成方法:テストケースの書き方とは?

この記事では、完全なテストケースを作成する方法について具体的な手順を説明します。 テストケースの詳細については以下の過去記事で紹介していますので、下記のリンクをご覧ください。 テストケースとは? なぜテストケースが重要なのか テストケースの作成準備テストケースを作成する前に、顧客から提供された仕様書を注意深く読んで分析する必要があります。 何か分からないことがある場合は、チームメンバーまたは顧
Ace
Functional Testing and Types of Them
testing
members

Functional Testing and Types of Them

Functional testing is one of the 4 main types of Integration Test in software testing. So what is functional testing and what types are functional testing? Let’s find out together! 1. What is function
Kin
Test case and how to create it
testing
members

Test case and how to create it

What are test cases? How can I write good and effective test cases? Let’s find out the answer about what a test case is and how to write an effective test case. 1. What are test cases? Test cases (Tes
Kin
テストマトリクスとは
testing
members

テストマトリクスとは

はじめにソフトウェアテスト工程ではテスト結果を抜け漏れなくチェックすることが欠かせません。今回はテストケース手法として、テストマトリクスを活用する方法について解説します。 1.  テストマトリクスとはマトリクスとは、テストの全体像を表示し、テスト結果をキャプチャするためのフローグラフのノード数のサイズの正方形のテーブルです。 マトリクス上の各行と列はノードの名に対応しており、各セルは行ノードと連
Ace