ユーザ 受入テスト(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
Base64 Encoding - How it works?
members

Base64 Encoding - How it works?

What is Base64 encoding?Base64 encoding is a binary-to-text encoding/decoding scheme. Base64 encoding is used when any binary data, such as images or video needs to be transmitted over systems that ar
Scott To
What is unit testing and how important is it in the development cycle?
testing
members

What is unit testing and how important is it in the development cycle?

Software is an significant invention that help our life easier and more comfortable. We use software in every field, at any time and for many purposes: smart phone, smart home, automated manufacturin
Bella
Bella
システムテスト定義・種類・テスターのシステムテスト種類の選択基準
testing
members

システムテスト定義・種類・テスターのシステムテスト種類の選択基準

はじめに今回は「システムテスト(ST:System Testing) とは何でしょうか」、「システムテストにはどんな分野がありますか」、「システムテストにはどんな手法がありますか」、「テスターになるにはどんな準備が必要ですか」といった質問にそれぞれ回答していきたいと思います。では、一緒に見ていきましょう。 システムテストとは 定義システムテスト(ST: System Testing) は、「総合
Hailey
Hailey