testing

43 posts
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
Can we apply UIPath to automation testing?
testing
members

Can we apply UIPath to automation testing?

UIPath is primarily known as a popular Robotic Process Automation (RPA) tool used for automating repetitive tasks within business processes. However, UIPath can also be utilized for automation testing
SAMIYA NGUYEN
#2 TestNG in Selenium
testing
members

#2 TestNG in Selenium

SummaryWhat is TestNG? Why Use TestNG with Selenium? Install and Set up TestNG Introduce some TestNG annotations Run Testcase with TestNG DetailsWhat is TestNG?This blog will provide basic concepts of
Saki Pham
What Is API Testing
testing
members

What Is API Testing

In todays’ world of software development, Application Programming Interfaces, or APIs have become an essential part of building and integrating different software components or systems. So, let’s find
Han
#1 - Selenium with Java - Basic settings
testing
members

#1 - Selenium with Java - Basic settings

SummaryStep 1 - Download and Install Java Development Kit(JDK-11) Step 2 - Download and Install Eclipse Step 3 - Download Selenium WebDriver Libraries Step 4 - Configuring Selenium WebDriver with Ecli
Paul Bui
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