テスト密度とバグ密度の指標について
testing
members

テスト密度とバグ密度の指標について

はじめにテスト密度とバグ密度は、下流工程で定量的な品質指標として使用され、案件品質の分析評価に欠かせないものです。これらの指標の下限値~上限値と実績テスト密度と実績バグ密度を組み合わせることで、どの機能に品質面の懸念があるかを確認することが可能です。 これにより該当する機能のテスト項目の網羅性をレビューしたり、バグ内容を深く検証したり、現象発生区分/原因区分/原因工程/バグ重要度などの品質につい
Michiko
テストケースサンプル事例:良いテストケースを書くためのベストプラクティス
testing
members

テストケースサンプル事例:良いテストケースを書くためのベストプラクティス

はじめにテストケースのサンプルは、組織によって異なる場合があります。 しかし、テストケースを作成するために標準のサンプルを使用することは、プロジェクトのテストプロセスを設定する上で最初の一歩と言えます。 また、ビジネスチームがテストケースを確認するプロセスがある場合は、両方の当事者が合意したサンプルでテストケースをフォーマットする必要があります。 このチュートリアルでは、例を使用して手動テストで
Ace
テストケースとは? なぜテストケースが重要なのか
testing
members

テストケースとは? なぜテストケースが重要なのか

はじめにテストケースの作成はソフトウェア開発において不可欠な活動であり、ソフトウェアテストの最も重要な部分の1つと見なされています。この記事ではテストケースについて、そもそもどういったものであるのか、なぜ必要なのか、どのような内容が記載されているかを解説したいと思います。 テストケースとは何であるかを知りたい場合は参考にしてください。 テストケースとはテストケースとは、ソフトウェアやシステムが期
Ace
ユーザ 受入テスト(UAT)とは
testing
members

ユーザ 受入テスト(UAT)とは

はじめにソフトウェア製品の価値は顧客要件と利用者のニーズを満たしているかどうかによって決まります。そのため、現在のソフトウェア検証モデルにおいては単体テスト(UT)、統合テスト(IT)、システムテスト(ST)の各種テストを実施した後、ユーザ受入テスト(UAT)を行うことが必要です。今回は、ユーザ受入テストについて一緒に見ていきましょう。 ソフトウェア検証の工程ユーザ受入テストの概要1.ユーザ 受
Hailey
Hailey
Top 10 deadly mistakes in Cloud projects
devops
members

Top 10 deadly mistakes in Cloud projects

This post will help you to avoid mistakes in Cloud projects from the beginning to release. No master you are SA, PM, System Engineer, DevOps Engineer or Developer, avoiding those mistakes will help yo
Riccardo
Riccardo
Getting start with Minimal APIs in .Net 6
members

Getting start with Minimal APIs in .Net 6

What's Minimal APIs Microsoft has released .NET 6 on 2021-11-08 and Minimal API is a part of this release. Minimal APIs are architected to create HTTP APIs with minimal dependencies. They are ideal fo
Levi Nguyen
Levi Nguyen
CQRS design pattern
members

CQRS design pattern

What is CQS? CQS is a design pattern, and the acronym stands for Command Query Separation. (CQS) is the core concept the defines two types of operations handled in a system: a command that executes a
Levi Nguyen
Levi Nguyen
log4j vulnerability in a nutshell
members

log4j vulnerability in a nutshell

Lately people are crazy about newly found security vulnerable from a well known java library log4j and meme it with Log4Shell. As I first heard about it, I wonder why do just a Log library became a se
Louis
Louis
Differences between Encoding, Encryption & Hashing
members

Differences between Encoding, Encryption & Hashing

Encoding, encryption and hashing, these terms, we may see them usually in our every daily working day. But there are still misunderstandings, they are commonly interchanged and used incorrectly. Knowi
Scott To