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
要件定義(機能要件・非機能要件)とは? 機能要件と非機能要件の違い
devops
members

要件定義(機能要件・非機能要件)とは? 機能要件と非機能要件の違い

ITプロジェクトの実行フェースでは要件定義から始まり、設計、開発、テスト、本番移行、リリース、保守までの一連の工程があります。 その中で、機能要件は、ソフトウェアやシステム開発において最初の大切な工程です。今回は、ソフトウェアやシステム開発工程において重要な要件定義について一緒に見ていきましょう。 要件定義(Requirements Definition)とは要件定義とはユーザーが何を求め、何を
Julia Tran
コードカバレッジとは?
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
スクラムでプロジェクトを管理する
members

スクラムでプロジェクトを管理する

アジャイルの最も一般的な方法であるスクラムは、複雑な作業/製品に最も速く効果的な方法でアプローチおよび開発するのに役立つ基本的なフレームワークです。 従来のウォーターフォールの開発の場合、事前に決めたスケジュールを完了するため、夜・土日の残業も沢山みられており、開発の前に、きちんと計画を立てたが、仕様の変更などで中々そのスケジュールに間に合うことが難しいのです。しかし、アジャイルではそのような課
Truong Van Vu