testing

48 posts
Using FastAPI’s TestClient for Quick API Validation
back-end
members

Using FastAPI’s TestClient for Quick API Validation

When building APIs with FastAPI, testing is very important. But sometimes, you don’t want to set up complicated testing tools just to check if an endpoint works. That’s where TestClient comes in. It’
OTIS Ho
Generative AI in software testing: a great combination
testing
members

Generative AI in software testing: a great combination

Generative AI has been a hot technology topic for the past decade, but generative AI, and specifically the arrival of ChatGPT in 2022, has thrust AI into worldwide headlines and launched an unpreceden
Jisoo Nguyen
testing
members

8 important software testing techniques

Testing plays a vital role in ensuring software quality, reliability, and user satisfaction. Below is a summary of eight important software testing techniques that every tester should understand and a
Guppy
Testing plays a vital role in ensuring software quality, reliability, and user satisfaction. Below is a summary of eight important software testing techniques that every tester should understand and apply:…
Automation Testing Trends Shaping 2025
testing
members

Automation Testing Trends Shaping 2025

As we enter 2025, what automation testing trends will shape the future? Additionally, developments in one year tend to establish the trends for the following year. (Some trends I pointed out from 2024
Guppy
5 essential skills that a Tester must have
testing
members

5 essential skills that a Tester must have

Software testing is a process that includes many different activities to check and evaluate the quality and correctness of a software based on the requirements/needs of the user. This includes activit
Guppy
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
スモークテストとは? なぜスモークテストは必要なのでしょうか?
testing
members

スモークテストとは? なぜスモークテストは必要なのでしょうか?

1.スモークテストの重要性とメリット「スモークテスト」の前に、「ソフトウェアビルド」(以下、ビルドという)について紹介します。 「ビルド」とは、プログラミング言語で書かれたソースコードなどを元に実行可能なファイルや配布パッケージを作成する処理や操作のことです。 参照:ISTQB用語集 スモークテスト(smoke test)の定義 プログラムの必須機能が正常に動作することを確認するのが目的で、コンポ
Yeni Do
ユーザビリティテスト
testing
members

ユーザビリティテスト

はじめにアプリやウェブサイトを利用する時に「使いにくい」「この機能が分かりにくい」などと感じた経験はありませんか?テストには、バグを解決するだけでなく、上記のような不便さを改善し、ユーザーの満足度を向上させるという役割もあります。 この記事ではアプリやウェブサイトをより最適化するユーザビリティテストについて説明いたします ユーザビリティテストとは?ユーザビリティテストは、ユーザーエクスペリエンス(
Rima Tran
UNIT TESTING's role in software testing
testing
members

UNIT TESTING's role in software testing

1. What is Unit Testing?Unit Testing is a type of software testing  to test each unit or function. This is the activity performed during software development by dev or QA. The main goal of unit testin
Guppy
How to confirm the SESSION in web applications ?
testing
members

How to confirm the SESSION in web applications ?

When it comes to "clearing cache", "cookies", everyone probably understands, but "session saving" is a concept that is probably still unfamiliar, especially for many QA/Tester. 1. The similarity betwe
Guppy