Trace HTTP request in with Micrometer
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
Tracing gRPC calls with Micrometer
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
Progress Management in Software Development: Enhancing Efficiency
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
QAOps – A software testing trend in 2023
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
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
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
サニティテストとは?
members

サニティテストとは?

はじめにサニティテストはリグレッションテストの一部分で、バグの修正やコードまたは機能の変更後、ソフトウェアに影響を与えず仕様書通りに正しく動作するか、新規のバグが発生しないかを保証するテストです。また、サニティテストの結果によって、ソフトウェアビルド(以下、ビルドという)が次のレベルのテストを受けることができるかどうかが決まります。 今回はサニティテストを深く掘り下げ、サニティテストを解説し、特徴
Yang
ユーザビリティテスト
testing
members

ユーザビリティテスト

はじめにアプリやウェブサイトを利用する時に「使いにくい」「この機能が分かりにくい」などと感じた経験はありませんか?テストには、バグを解決するだけでなく、上記のような不便さを改善し、ユーザーの満足度を向上させるという役割もあります。 この記事ではアプリやウェブサイトをより最適化するユーザビリティテストについて説明いたします ユーザビリティテストとは?ユーザビリティテストは、ユーザーエクスペリエンス(
Rima Tran
AI Chatbot application, what are pros and cons?
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