8 items that make up a non-functional requirement under ISO 25010
testing
members

8 items that make up a non-functional requirement under ISO 25010

Usually during system development, we place great emphasis on ensuring that all requirements function. While functional requirements are important, non-functional requirements are equally important. D
Mary
Mary
システム開発におけるテスト工程を理解しましょう!
testing
members

システム開発におけるテスト工程を理解しましょう!

システム開発プロセスの最後にテストを行った場合、バグが検出されるタイミングが遅くなることから、システムの品質リスクが高まります。したがって、リスクを軽減するために、バグを早期に発見し、より高いテストレベルでバグが発生するのを防ぐには、システム開発の各段階に対応してテストを実行する必要があります。 1. システム開発のテスト工程とは システム開発におけるテストの意義とは、開発されたシステムが要件、仕
SA Maris
非機能要件とは?システム開発に必要な非機能要件の分類
testing
members

非機能要件とは?システム開発に必要な非機能要件の分類

はじめに非機能要件とは、ソフトウェア開発の分野で働く人々の間では非常によく知られている言葉です。そこで、この記事では非機能要件とは何か、そして、システムを構築する上でなぜ重要なのかについて、その定義やシステム要件などと合わせてご説明します。 定義と分類① 非機能要件とは非機能要件は機能要件とは異なり、ソフトウェアシステムの品質を向上させるために役に立つ一連の属性です。動作(ソリューションの機能)に
SA_Phoenix
度重なる仕様変更とうまく付き合うにはどうすればいい?
members

度重なる仕様変更とうまく付き合うにはどうすればいい?

現在、仕様変更に柔軟に対応するためにアジャイル開発を導入している企業が多いのは確かですが、まだウォーターフォールモデルで開発を実施している企業も少なくありません。前の工程が終わってから、次の工程に進めるのが特徴であるウォーターフォールモデルは仕様変更が多いと、手戻りが発生したり、当初予定していた予算を上回る課題は誰もがわかるでしょう。では、仕様変更が発生した時、うまく対応するには何をすればよいでし
ELIO TRUONG
Create First Flutter Application On Apple Silicon
members

Create First Flutter Application On Apple Silicon

In this article, we will talk about how to write your first Flutter application on Apple Silicon. One of the benefits of this post is how to structure your project on Flutter project. It help build wi
Timo
Timo
End-to-End testing with Cypress: Integrate with NextJS application
members

End-to-End testing with Cypress: Integrate with NextJS application

In the previous article I have introduced the Cypress basic key features. Today I would like to show you how to use Cypress in action by integrate it with existing NextJS application. NextJS applicati
KYLE Tran
End-To-end Testing with Cypress: Introduction
members

End-To-end Testing with Cypress: Introduction

Hi you all, surely we have encountered many times after the code fix is deployed then client gives feedback that some other features no longer works correctly. There might be reasons like we just only
KYLE Tran
Rebuild & migrated a system with 2 millions user to AWS
members

Rebuild & migrated a system with 2 millions user to AWS

This post is a true story of how I migrated a system for our customer from a legacy Mobile PaaS to AWS. Brief of the project - Duration: Jun-2020 - Aug-2022 (2 years 2 months). - Scope of work: Syst
Riccardo
Riccardo
Build Rails application
members

Build Rails application

Below are steps to build a simple Rails application with PostgreSQL database. If you don't know where to start, or want to have a quick overview, this guide is made for you. Now let's start. Make sure
Tinker