Web
Mobile
DevOps
Testing
Misc
Privacy Policy
Contact
from
SHIFT ASIA
Web
Mobile
DevOps
Testing
Misc
Contact Us
testing
members
コードカバレッジとは?
はじめにソフトウェアテストは、開発されたソフトウェアアプリケーションが要件を満たしているかどうかを確認するために実行される重要なフェーズの1つです。 そのフェーズがうまく行われるように、さまざまな確認メトリック/テストパラメータが生まれました。 そして、それらのメトリックの1つがコードカバレッジです。そこで今回はコードカバレッジついて解説します。 「コードカバレッジとは何か?」、「なぜ考慮する必
KAISER
May 27, 2022 | 5 min read
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
May 26, 2022 | 5 min read
testing
members
テストケースの作成方法:テストケースの書き方とは?
この記事では、完全なテストケースを作成する方法について具体的な手順を説明します。 テストケースの詳細については以下の過去記事で紹介していますので、下記のリンクをご覧ください。 テストケースとは? なぜテストケースが重要なのか テストケースの作成準備テストケースを作成する前に、顧客から提供された仕様書を注意深く読んで分析する必要があります。 何か分からないことがある場合は、チームメンバーまたは顧
Ace
May 24, 2022 | 5 min read
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
May 12, 2022 | 2 min read
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
May 12, 2022 | 2 min read
testing
members
テストマトリクスとは
はじめにソフトウェアテスト工程ではテスト結果を抜け漏れなくチェックすることが欠かせません。今回はテストケース手法として、テストマトリクスを活用する方法について解説します。 1. テストマトリクスとはマトリクスとは、テストの全体像を表示し、テスト結果をキャプチャするためのフローグラフのノード数のサイズの正方形のテーブルです。 マトリクス上の各行と列はノードの名に対応しており、各セルは行ノードと連
Ace
May 6, 2022 | 2 min read
members
スクラムでプロジェクトを管理する
アジャイルの最も一般的な方法であるスクラムは、複雑な作業/製品に最も速く効果的な方法でアプローチおよび開発するのに役立つ基本的なフレームワークです。 従来のウォーターフォールの開発の場合、事前に決めたスケジュールを完了するため、夜・土日の残業も沢山みられており、開発の前に、きちんと計画を立てたが、仕様の変更などで中々そのスケジュールに間に合うことが難しいのです。しかし、アジャイルではそのような課
Truong Van Vu
May 6, 2022 | 4 min read
members
BrSEの有効なツールー業務分析(Business Analize)
オフショア開発に不可欠な役割としてはブリッジSEです。技術力不足による品質の不安定さや言語・文化の違いによるコミュニケーションロスを防ぐために、ブリッジSEが活躍します。 BrSEの主な役割は下記のようにと広く知られていると思います。 依頼主となる日本企業の担当者とのコミュニケーション 作業進捗報告 納品物の検品・修正 具体的な仕事: 現地スタッフへの説明 設計書作成 開発の進捗管理 納品物の
Truong Van Vu
May 6, 2022 | 5 min read
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
May 6, 2022 | 4 min read
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
Apr 29, 2022 | 6 min read
Load more posts