Web
Mobile
DevOps
Testing
Misc
Privacy Policy
Contact
from
SHIFT ASIA
Web
Mobile
DevOps
Testing
Misc
Contact Us
members
What are microservices?
In this article, we are going to learn about software architecture and evaluate a bit about the popular model that is Microservice. Software architecture is the organization of a system consisting of
Drew
Oct 11, 2022 | 3 min read
members
Exploring the API Gateway: Kong
First let's explore the API Gateway architecture pattern then slowly deep dive into the details of running a production-grade Kong API gateway. Generally in many organizations, the backend APIs are c
Sage Huynh
Oct 7, 2022 | 5 min read
members
Create slack bot with slash command
Create your slack bot application Go to url your slack applications. Click button Create New App. Choose create an app From scratch. Input your bot name and choose your workspace. You will see you
Huska
Aug 31, 2022 | 3 min read
WEB
members
SPA(Single Page Application)とは
Single Page Applicationって何?SPAとは「 Single Page Application 」(シングルページアプリケーション)の略称で、複数ではなく単一のWebページに対して、Ajaxなどでページを構成することを指します。 単一のWebページで構成することで、新しい情報を読み込む際にページの遷移に縛られないことから、サーバーへどのリクエスト(要求)を送ってもほとんど同じU
Dorothy Huynh
Jul 8, 2022 | 2 min read
testing
members
Software Testing Methodologies
Table of contents 1. What is Software Testing Methodology? 2. Functional Testing 3. Non-Functional Testing 4. Difference Between Functional Testing and Non-Functional Testing 5. Conclusion 1. What is
SA_Erwin
Jul 7, 2022 | 2 min read
testing
members
テスト実行者がバグを見逃してしまう原因
はじめにあなたはバグ(ソフトウェアの不具合)、特に基本的なバグを見逃したことはありますか? もしそうであれば、その時、「どうしてこのようなバグを見逃したのだろうか」と自分に聞いてみたことはあるでしょうか? ソフトウェアテストの実行者であれば、誰でも下記のようなケースを体験したことがあるはずです。 I. テストをしたはずのテストケースにおいてバグが発生する II. 基本的な(すごく簡単な)テス
Yagi
Jul 6, 2022 | 5 min read
testing
members
エビデンスを取得する時に役に立つAwesome Screenshotの使い方
はじめにソフトウェアテストにおけるテスター(実行者)としてバグを起票したり、問い合わせを行ったりする際、エビデンスを取得することは最も大事な作業の一つです。一番手っ取り早いのはWindowsに標準搭載されているSnipping Tool(スニッピングツール、ホットキー:Windowsキー+Shift+S)を活用し、画面に表示されている部分、もしくは全体画面をスクリーンショットとして切り取った上で
Yagi
Jul 5, 2022 | 3 min read
testing
members
なぜプロジェクトにテスト計画が必要なのか
はじめに今回のテーマである「なぜプロジェクトにテスト計画が必要なのか」という質問に答える前に、まずテスト計画とは何であるかについて考えてみましょう。 テスト計画とはテスト計画とは、プロジェクトにおけるシステム要求仕様を対象としたテスト概要ドキュメントです。テスト範囲、テスト戦略、テストプロセス、リソースなどの必要な情報が含まれています。会社の構成やプロジェクトによって、テスト計画も異なっています
ShiftAsia_Wan
Jul 4, 2022 | 3 min read
testing
members
Validation check in software testing
Before the software/application is released to the users, it needs to be tested. In testing there are many techniques, methods, aspects to ensure that the software/application works as it was original
Bella
Jul 1, 2022 | 3 min read
devops
members
要件定義(機能要件・非機能要件)とは? 機能要件と非機能要件の違い
ITプロジェクトの実行フェースでは要件定義から始まり、設計、開発、テスト、本番移行、リリース、保守までの一連の工程があります。 その中で、機能要件は、ソフトウェアやシステム開発において最初の大切な工程です。今回は、ソフトウェアやシステム開発工程において重要な要件定義について一緒に見ていきましょう。 要件定義(Requirements Definition)とは要件定義とはユーザーが何を求め、何を
Julia Tran
Jul 1, 2022 | 4 min read
Load more posts