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
BrSEの有効なツールー業務分析(Business Analize)
members

BrSEの有効なツールー業務分析(Business Analize)

オフショア開発に不可欠な役割としてはブリッジSEです。技術力不足による品質の不安定さや言語・文化の違いによるコミュニケーションロスを防ぐために、ブリッジSEが活躍します。 BrSEの主な役割は下記のようにと広く知られていると思います。 依頼主となる日本企業の担当者とのコミュニケーション 作業進捗報告 納品物の検品・修正 具体的な仕事: 現地スタッフへの説明 設計書作成 開発の進捗管理 納品物の
Truong Van Vu
API Design Best Practices
members

API Design Best Practices

I. AgendaAgendaOverviewWhat is an API?Rules for Restful API URI designHTTP methodsHTTP response status codesSub and nested resourcesOther useful operationThe API versionII. OverviewThe purpose of this
Timo
Timo
Introduce Apache Kafka
members

Introduce Apache Kafka

When we build a large system, we always have at least two main challenges to solve: how to handle large volume of data and how to analyze them. Kafka came as a solution. It's specifically designed for
Marvyn Hoang
Marvyn Hoang