Web
Mobile
DevOps
Testing
Misc
Privacy Policy
Contact
from
SHIFT ASIA
Web
Mobile
DevOps
Testing
Misc
Contact Us
members
gRPC vs REST speed comparison
gRPC is a big competitor of REST. In this post, we will create simple gRPC and SpringBoot application to compare the speed of them. Which will win and why?
Roman Le
Dec 4, 2023 | 3 min read
members
Trace HTTP request in with Micrometer
Why do we want to trace http request?On an API application, that has numerous concurrent request calls. If get an exception of a bug and you want to find the root cause, it can be hard when you look i
Roman Le
Dec 4, 2023 | 4 min read
members
Tracing gRPC calls with Micrometer
Why do we want to trace the gRPC call?In the previous post, I introduced tracing HTTP requests in Spring Boot 3 with Micrometer. And how do we in gRPC call? Let's get started. On a microservice system
Roman Le
Dec 4, 2023 | 6 min read
members
Progress Management in Software Development: Enhancing Efficiency
Process management plays a crucial role in the successful execution of software development projects. In the rapidly evolving field of software engineering, the ability to effectively manage processes
AKI Nguyen
Dec 4, 2023 | 3 min read
testing
members
QAOps – A software testing trend in 2023
Introduction and Understanding QAOpsQAOps - Quality Assurance Operations - is an approach that combines principles and practices from DevOps and Quality Assurance (QA) to integrate testing and quality
SAMIYA NGUYEN
Nov 23, 2023 | 4 min read
members
Difference of Selenium and Cypress
1. ARCHITECTUREa. Selenium1. At the Client, test code using the selenium library will be converted into the content of requests sent to the Browser Driver. 2. These Drivers receive requests and execut
Guppy
Oct 12, 2023 | 1 min read
1. ARCHITECTUREa. Selenium1. At the Client, test code using the selenium library will be converted into the content of requests sent to the Browser Driver. 2. These Drivers receive requests…
testing
members
スモークテストとは? なぜスモークテストは必要なのでしょうか?
1.スモークテストの重要性とメリット「スモークテスト」の前に、「ソフトウェアビルド」(以下、ビルドという)について紹介します。 「ビルド」とは、プログラミング言語で書かれたソースコードなどを元に実行可能なファイルや配布パッケージを作成する処理や操作のことです。 参照:ISTQB用語集 スモークテスト(smoke test)の定義 プログラムの必須機能が正常に動作することを確認するのが目的で、コンポ
Yeni Do
Aug 23, 2023 | 2 min read
members
サニティテストとは?
はじめにサニティテストはリグレッションテストの一部分で、バグの修正やコードまたは機能の変更後、ソフトウェアに影響を与えず仕様書通りに正しく動作するか、新規のバグが発生しないかを保証するテストです。また、サニティテストの結果によって、ソフトウェアビルド(以下、ビルドという)が次のレベルのテストを受けることができるかどうかが決まります。 今回はサニティテストを深く掘り下げ、サニティテストを解説し、特徴
Yang
Jul 6, 2023 | 3 min read
testing
members
ユーザビリティテスト
はじめにアプリやウェブサイトを利用する時に「使いにくい」「この機能が分かりにくい」などと感じた経験はありませんか?テストには、バグを解決するだけでなく、上記のような不便さを改善し、ユーザーの満足度を向上させるという役割もあります。 この記事ではアプリやウェブサイトをより最適化するユーザビリティテストについて説明いたします ユーザビリティテストとは?ユーザビリティテストは、ユーザーエクスペリエンス(
Rima Tran
Jul 5, 2023 | 2 min read
WEB
members
AI Chatbot application, what are pros and cons?
Chatbot TechniquesChatbot is an effective solution used by many executives to improve the quality of business operations. Chatbot is a computer program that allows people to interact with technology u
SAMIYA NGUYEN
Jul 5, 2023 | 3 min read
Load more posts