Categories

collection

Software Testing Sharing

In this page, I collected all my posts and videos I shared on Testing4Everyone youtube channels about Software Testing from Beginner level to Advanced levels.All of them are based on ...

In sharing, collection, Nov 10, 2024

Run data providers in parallel - Programming Concept

Parallel data providers are an approach used to enhance the efficiency of data processing by running multiple data retrieval tasks concurrently. This technique is particularly useful ...

In sharing, collection, Oct 01, 2024

Key points about Event Driven Testing ?

In this guide, I will cover key concepts, testing approaches about covering a testing for a system in Event-Driven architecture.

In microservice-test, collection, event-driven, Jan 15, 2024

Key points about Microservice Testing - Test Pyramid - QA should aware ?

In some cases, there are many guys as QA, Tester who don’t have much knowledge and awareness in some complex technical point or who interested in how SUT (System Under Test) work. It ...

In microservice-test, collection, event-driven, Jan 03, 2024

Automation Testing Sharing

Summary: In this space, I would like to collect all information about what I shared about Automation Testing on Testing4Everyone Youtube Channel.

In collection, automation-test, Jan 18, 2019

automation-test

Sharing - Code SQL Statement on Testing4Everyone Channels

Here is the code, that I shared for API testing in Testing4Everyone.

In automation-test, tutorial, document, Jan 23, 2019

Automation Testing Sharing

Summary: In this space, I would like to collect all information about what I shared about Automation Testing on Testing4Everyone Youtube Channel.

In collection, automation-test, Jan 18, 2019

performance-test

How to run Non-GUI mode of JMeter, Generating HTML report

Run JMeter via Commandline - NonGUI jmeter mode and HTML reportGUI JMeter will consume more resources. Therefore, we usually use JMeter in NonGUI mode in run test scenario.Otherwise, ...

In performance-test, tutorial, Feb 16, 2025

How to use test data with CSV file in JMeter

Example Scenario testing that using CSV file with JMeterIn this post, we share us the way to control testing data in CSV file in JMeter tool to perform testing scenario.

In performance-test, tutorial, Feb 15, 2025

Performance test - Preprocessor and Postprocessor in JMeter

Situational CasesIn the real scenarios, there are many cases which require us to do some pre-condition or tear-down steps in each request or sampler in JMeter. They are aka: Preproces...

In performance-test, tutorial, Jan 27, 2025

Performance test - What is a Percentile?

A percentile is a statistical measure that indicates the value below which a given percentage of observations in a data set falls. For example:

In performance-test, tutorial, Jan 19, 2025

Performance test - Different views between Client Side and Server/Service Side

In Web application and Mobile application, The view of Client Side and Server Side describes the overview how our application works in the Internet views. In Client-Server view, the E...

In performance-test, tutorial, Jan 21, 2019

What is Performance Testing

In this page, I would like to collect all notes, posts about Performance testing.

In performance-test, tutorial, Jan 18, 2019

tutorial

Install Multi Java Version in a Mac machine and switch Java Version quickly

I am lazzzzy and I don’t remember the original command line exactly to switch Java versions when each workspace will work with specify Java version. How it is proper to each workspace...

In tutorial, smart-testing-lab, course, May 31, 2025

Try to use Cursor tool for automation testing daily work

Cursor - AI Editor Code Cursor lets you write code using instructions. Update entire classes or functions with a simple prompt. Source: https://www.cursor.com/ Example:

In ai-test, tutorial, Mar 16, 2025

Use Gemini AI supports us cover UI Testing for a Web Application

Idea: Use Gemini AI as an assistant to help us boost work productivity. In this post I would like to share you the way to use Gemini to help us improve UI and Visual Testing.

In web-app-test, tutorial, Mar 15, 2025

Main keys to learn Mobile Application Testing - Appium

The essential key points for Mobile Application Testing - Appium

In mobile-app-test, tutorial, appium, Mar 07, 2025

10 key points for Web Application Testing

10 key points for Web Application Testing Key 1 - Understand Web application Business Domain Key 2 - Applying the Cross-Browser Testing Key 3 - Considering to apply Mobile Web View...

In web-app-test, tutorial, Mar 01, 2025

How to run Non-GUI mode of JMeter, Generating HTML report

Run JMeter via Commandline - NonGUI jmeter mode and HTML reportGUI JMeter will consume more resources. Therefore, we usually use JMeter in NonGUI mode in run test scenario.Otherwise, ...

In performance-test, tutorial, Feb 16, 2025

How to use your Github account to give comments, questions on my post

In this post, I would like to share with you the way that you interact with me via my personal blog.Currently, My blog is being developed in Github free host, Pipeline. Therefore, I t...

In sharing, tutorial, Feb 16, 2025

How to use test data with CSV file in JMeter

Example Scenario testing that using CSV file with JMeterIn this post, we share us the way to control testing data in CSV file in JMeter tool to perform testing scenario.

In performance-test, tutorial, Feb 15, 2025

AI for Testing - Take advantage of DeepSeek to ask something about Testing

About DeepSeekhttps://www.reuters.com/technology/artificial-intelligence/what-is-deepseek-why-is-it-disrupting-ai-sector-2025-01-27/ DeepSeek is a Chinese artificial intelligence com...

In software-testing, tutorial, Feb 01, 2025

Performance test - Preprocessor and Postprocessor in JMeter

Situational CasesIn the real scenarios, there are many cases which require us to do some pre-condition or tear-down steps in each request or sampler in JMeter. They are aka: Preproces...

In performance-test, tutorial, Jan 27, 2025

Use Xcrun Simctl command to control simulator

AboutThere are many questions relates to topics: “why we should use tool A, not tool B ?” “Which tools I should learn to cover UI automation test for web app”

In tutorial, testing4everyone, course, Jan 22, 2025

Performance test - What is a Percentile?

A percentile is a statistical measure that indicates the value below which a given percentage of observations in a data set falls. For example:

In performance-test, tutorial, Jan 19, 2025

How to customize a annotation on TestNG

Creating and using custom annotations in TestNG involves several steps. You need to define your custom annotation, create an annotation processor, and then use the annotation in your ...

In coding, testng, tutorial, Jan 01, 2025

Less than 5 minutes to root an Android Device

What is Root or Root Access to an Android deviceRoot access on an Android device is similar to administrator access on a computer (Access as Root user in an Android device). It gives ...

In android-studio, tutorial, Dec 28, 2024

How to install ABD command in Terminal MacOSX

OverviewIn this post, I would like to collect the essential steps to help you install and setup ADB command in terminal of MacOSX. Firstly, we answer this question together: “What is ...

In terminal, tutorial, Dec 27, 2024

Sharing - Testing4Everyone - Postman - PreRequest & PostResponse

In this short post, I would like to share you the script that in a video of Testing4Everyone channel. It is related to PreRequest and PostResponse in Postman tool to generate

In postman, tutorial, Nov 28, 2024

Essential points of Sampler Controller, Module Controller, Test Fragment, Include controller.

Sampler Controller and Module ControllerContext:You want to group sampler/requests together, easier to reuse and maintain again all your samplers.

In jmeter, tutorial, Nov 21, 2024

If Controller in JMeter

If Controller is one of the most important controllers. In JMeter, the “If Controller” is used to execute its child elements only when a specified condition evaluates to true. To ev...

In jmeter, tutorial, Nov 17, 2024

Use Xcrun Simctl command to control simulator

AboutTo control the Xcode Simulator from the command line, use the xcrun simctl utility, which offers commands for managing simulators (booting, shutting down, erasing, listing, etc.)...

In tutorial, testing4everyone, course, Feb 16, 2023

Web Automation Testing with Robot Framework Testing4Everyone

About Robot Framework: https://robotframework.org/ Open Source. Following to RPA - Robotic Process Automation (RPA): https://docs.robotframework.org/docs/different_libraries/rpa. R...

In web-testing, tutorial, testing4everyone, course, robot-framework, Mar 16, 2021

Premium Course - Web Application Testing: Essential Concepts & Practical Guide Testing4Everyone

AboutThis course provides practical, hands-on experience in web testing, covering a range of essential techniques and tools.Participants will learn how to develop effective test strat...

In web-testing, tutorial, testing4everyone, course, Feb 16, 2021

Premium Courses with me

About Premium Course with me

In tutorial, testing4everyone, Jan 30, 2019

Sharing - Code SQL Statement on Testing4Everyone Channels

Here is the code, that I shared for API testing in Testing4Everyone.

In automation-test, tutorial, document, Jan 23, 2019

Performance test - Different views between Client Side and Server/Service Side

In Web application and Mobile application, The view of Client Side and Server Side describes the overview how our application works in the Internet views. In Client-Server view, the E...

In performance-test, tutorial, Jan 21, 2019

What is Performance Testing

In this page, I would like to collect all notes, posts about Performance testing.

In performance-test, tutorial, Jan 18, 2019

sharing

How to use your Github account to give comments, questions on my post

In this post, I would like to share with you the way that you interact with me via my personal blog.Currently, My blog is being developed in Github free host, Pipeline. Therefore, I t...

In sharing, tutorial, Feb 16, 2025

Software Testing Sharing

In this page, I collected all my posts and videos I shared on Testing4Everyone youtube channels about Software Testing from Beginner level to Advanced levels.All of them are based on ...

In sharing, collection, Nov 10, 2024

Run data providers in parallel - Programming Concept

Parallel data providers are an approach used to enhance the efficiency of data processing by running multiple data retrieval tasks concurrently. This technique is particularly useful ...

In sharing, collection, Oct 01, 2024

Build a profile page and personalize your github page

In this post, I’ll show you how to enhance your GitHub profile, how you can make it profile more attractive to make a good impression on the employer.

In sharing, tips, Feb 03, 2019

Quality Assurance Engineer Skill-set MindMap

In this post, I would like to collect all essential knowledges and points that a Quality Assurance or Quality Engineer should have to have a strong career-path in Software engineer as...

In sharing, skill-set, Jan 26, 2019

Aha Moment !

“Each day, I alway expect to get an Aha moment by learning new things, recognizing my achievements”

In sharing, mindset, Jan 25, 2019

Ikigai Concept

Ikigai is a Japanese concept that means “reason for being”Ikigai is a Japanese concept which translates to “a reason for being”. Knowing your ikigai is empowering; it allows you to fi...

In sharing, mindset, Jan 24, 2019

My Personal Life and Thinking

Everything about me, you can follow here:

In sharing, mindset, Jan 22, 2019

mindset

Aha Moment !

“Each day, I alway expect to get an Aha moment by learning new things, recognizing my achievements”

In sharing, mindset, Jan 25, 2019

Ikigai Concept

Ikigai is a Japanese concept that means “reason for being”Ikigai is a Japanese concept which translates to “a reason for being”. Knowing your ikigai is empowering; it allows you to fi...

In sharing, mindset, Jan 24, 2019

My Personal Life and Thinking

Everything about me, you can follow here:

In sharing, mindset, Jan 22, 2019

document

Sharing - Code SQL Statement on Testing4Everyone Channels

Here is the code, that I shared for API testing in Testing4Everyone.

In automation-test, tutorial, document, Jan 23, 2019

skill-set

Quality Assurance Engineer Skill-set MindMap

In this post, I would like to collect all essential knowledges and points that a Quality Assurance or Quality Engineer should have to have a strong career-path in Software engineer as...

In sharing, skill-set, Jan 26, 2019

source-code

testing4everyone

Use Xcrun Simctl command to control simulator

AboutThere are many questions relates to topics: “why we should use tool A, not tool B ?” “Which tools I should learn to cover UI automation test for web app”

In tutorial, testing4everyone, course, Jan 22, 2025

Use Xcrun Simctl command to control simulator

AboutTo control the Xcode Simulator from the command line, use the xcrun simctl utility, which offers commands for managing simulators (booting, shutting down, erasing, listing, etc.)...

In tutorial, testing4everyone, course, Feb 16, 2023

Web Automation Testing with Robot Framework Testing4Everyone

About Robot Framework: https://robotframework.org/ Open Source. Following to RPA - Robotic Process Automation (RPA): https://docs.robotframework.org/docs/different_libraries/rpa. R...

In web-testing, tutorial, testing4everyone, course, robot-framework, Mar 16, 2021

Premium Course - Web Application Testing: Essential Concepts & Practical Guide Testing4Everyone

AboutThis course provides practical, hands-on experience in web testing, covering a range of essential techniques and tools.Participants will learn how to develop effective test strat...

In web-testing, tutorial, testing4everyone, course, Feb 16, 2021

About Me

💫 About MeHi 👋, I’m Donald. A passionate Quality engineer, Software Engineer. How we can become a good software engineer in test, assure the product quality when release to our custom...

In testing4everyone, Feb 04, 2019

Premium Courses with me

About Premium Course with me

In tutorial, testing4everyone, Jan 30, 2019

tips

Build a profile page and personalize your github page

In this post, I’ll show you how to enhance your GitHub profile, how you can make it profile more attractive to make a good impression on the employer.

In sharing, tips, Feb 03, 2019

web-testing

Web Automation Testing with Robot Framework Testing4Everyone

About Robot Framework: https://robotframework.org/ Open Source. Following to RPA - Robotic Process Automation (RPA): https://docs.robotframework.org/docs/different_libraries/rpa. R...

In web-testing, tutorial, testing4everyone, course, robot-framework, Mar 16, 2021

Premium Course - Web Application Testing: Essential Concepts & Practical Guide Testing4Everyone

AboutThis course provides practical, hands-on experience in web testing, covering a range of essential techniques and tools.Participants will learn how to develop effective test strat...

In web-testing, tutorial, testing4everyone, course, Feb 16, 2021

course

Install Multi Java Version in a Mac machine and switch Java Version quickly

I am lazzzzy and I don’t remember the original command line exactly to switch Java versions when each workspace will work with specify Java version. How it is proper to each workspace...

In tutorial, smart-testing-lab, course, May 31, 2025

Use Xcrun Simctl command to control simulator

AboutThere are many questions relates to topics: “why we should use tool A, not tool B ?” “Which tools I should learn to cover UI automation test for web app”

In tutorial, testing4everyone, course, Jan 22, 2025

Use Xcrun Simctl command to control simulator

AboutTo control the Xcode Simulator from the command line, use the xcrun simctl utility, which offers commands for managing simulators (booting, shutting down, erasing, listing, etc.)...

In tutorial, testing4everyone, course, Feb 16, 2023

Web Automation Testing with Robot Framework Testing4Everyone

About Robot Framework: https://robotframework.org/ Open Source. Following to RPA - Robotic Process Automation (RPA): https://docs.robotframework.org/docs/different_libraries/rpa. R...

In web-testing, tutorial, testing4everyone, course, robot-framework, Mar 16, 2021

Premium Course - Web Application Testing: Essential Concepts & Practical Guide Testing4Everyone

AboutThis course provides practical, hands-on experience in web testing, covering a range of essential techniques and tools.Participants will learn how to develop effective test strat...

In web-testing, tutorial, testing4everyone, course, Feb 16, 2021

robot-framework

Web Automation Testing with Robot Framework Testing4Everyone

About Robot Framework: https://robotframework.org/ Open Source. Following to RPA - Robotic Process Automation (RPA): https://docs.robotframework.org/docs/different_libraries/rpa. R...

In web-testing, tutorial, testing4everyone, course, robot-framework, Mar 16, 2021

microservice-test

Key points about Event Driven Testing ?

In this guide, I will cover key concepts, testing approaches about covering a testing for a system in Event-Driven architecture.

In microservice-test, collection, event-driven, Jan 15, 2024

Key points about Microservice Testing - Test Pyramid - QA should aware ?

In some cases, there are many guys as QA, Tester who don’t have much knowledge and awareness in some complex technical point or who interested in how SUT (System Under Test) work. It ...

In microservice-test, collection, event-driven, Jan 03, 2024

event-driven

Key points about Event Driven Testing ?

In this guide, I will cover key concepts, testing approaches about covering a testing for a system in Event-Driven architecture.

In microservice-test, collection, event-driven, Jan 15, 2024

Key points about Microservice Testing - Test Pyramid - QA should aware ?

In some cases, there are many guys as QA, Tester who don’t have much knowledge and awareness in some complex technical point or who interested in how SUT (System Under Test) work. It ...

In microservice-test, collection, event-driven, Jan 03, 2024

jmeter

Essential points of Sampler Controller, Module Controller, Test Fragment, Include controller.

Sampler Controller and Module ControllerContext:You want to group sampler/requests together, easier to reuse and maintain again all your samplers.

In jmeter, tutorial, Nov 21, 2024

If Controller in JMeter

If Controller is one of the most important controllers. In JMeter, the “If Controller” is used to execute its child elements only when a specified condition evaluates to true. To ev...

In jmeter, tutorial, Nov 17, 2024

postman

Sharing - Testing4Everyone - Postman - PreRequest & PostResponse

In this short post, I would like to share you the script that in a video of Testing4Everyone channel. It is related to PreRequest and PostResponse in Postman tool to generate

In postman, tutorial, Nov 28, 2024

terminal

How to install ABD command in Terminal MacOSX

OverviewIn this post, I would like to collect the essential steps to help you install and setup ADB command in terminal of MacOSX. Firstly, we answer this question together: “What is ...

In terminal, tutorial, Dec 27, 2024

android-studio

Less than 5 minutes to root an Android Device

What is Root or Root Access to an Android deviceRoot access on an Android device is similar to administrator access on a computer (Access as Root user in an Android device). It gives ...

In android-studio, tutorial, Dec 28, 2024

coding

How to customize a annotation on TestNG

Creating and using custom annotations in TestNG involves several steps. You need to define your custom annotation, create an annotation processor, and then use the annotation in your ...

In coding, testng, tutorial, Jan 01, 2025

testng

How to customize a annotation on TestNG

Creating and using custom annotations in TestNG involves several steps. You need to define your custom annotation, create an annotation processor, and then use the annotation in your ...

In coding, testng, tutorial, Jan 01, 2025

software-testing

AI for Testing - Take advantage of DeepSeek to ask something about Testing

About DeepSeekhttps://www.reuters.com/technology/artificial-intelligence/what-is-deepseek-why-is-it-disrupting-ai-sector-2025-01-27/ DeepSeek is a Chinese artificial intelligence com...

In software-testing, tutorial, Feb 01, 2025

web-app-test

Use Gemini AI supports us cover UI Testing for a Web Application

Idea: Use Gemini AI as an assistant to help us boost work productivity. In this post I would like to share you the way to use Gemini to help us improve UI and Visual Testing.

In web-app-test, tutorial, Mar 15, 2025

10 key points for Web Application Testing

10 key points for Web Application Testing Key 1 - Understand Web application Business Domain Key 2 - Applying the Cross-Browser Testing Key 3 - Considering to apply Mobile Web View...

In web-app-test, tutorial, Mar 01, 2025

mobile-app-test

Main keys to learn Mobile Application Testing - Appium

The essential key points for Mobile Application Testing - Appium

In mobile-app-test, tutorial, appium, Mar 07, 2025

appium

Main keys to learn Mobile Application Testing - Appium

The essential key points for Mobile Application Testing - Appium

In mobile-app-test, tutorial, appium, Mar 07, 2025

ai-test

MCP - Excel with Claude AI to generate test cases automatically

Ideas Take advantages of LLM to help us generate test case with a specify template via prompting Integrate MCP to push the generated Test Cases into Excel file, where we use it to m...

In ai-test, ai-agent, llm, mcp-ai, May 17, 2025

MCP - Playwright with Claude AI

Let start with a mcp for covering web-automation with playwright in Vscode - Copilot and Claude. It is based on: MCP Execution Playwright

In ai-test, ai-agent, llm, mcp-ai, May 09, 2025

The Relationship Between MCP, AI Agent, GenAI, and LLM

The Relationship Between MCP, AI Agent, GenAI, and LLMNote: The information in this post are collected and composed at April 2025, in the future it can be changed with the development...

In ai-test, ai-agent, llm, mcp-ai, Apr 12, 2025

Try to use Cursor tool for automation testing daily work

Cursor - AI Editor Code Cursor lets you write code using instructions. Update entire classes or functions with a simple prompt. Source: https://www.cursor.com/ Example:

In ai-test, tutorial, Mar 16, 2025

ai-agent

MCP - Excel with Claude AI to generate test cases automatically

Ideas Take advantages of LLM to help us generate test case with a specify template via prompting Integrate MCP to push the generated Test Cases into Excel file, where we use it to m...

In ai-test, ai-agent, llm, mcp-ai, May 17, 2025

MCP - Playwright with Claude AI

Let start with a mcp for covering web-automation with playwright in Vscode - Copilot and Claude. It is based on: MCP Execution Playwright

In ai-test, ai-agent, llm, mcp-ai, May 09, 2025

The Relationship Between MCP, AI Agent, GenAI, and LLM

The Relationship Between MCP, AI Agent, GenAI, and LLMNote: The information in this post are collected and composed at April 2025, in the future it can be changed with the development...

In ai-test, ai-agent, llm, mcp-ai, Apr 12, 2025

llm

MCP - Excel with Claude AI to generate test cases automatically

Ideas Take advantages of LLM to help us generate test case with a specify template via prompting Integrate MCP to push the generated Test Cases into Excel file, where we use it to m...

In ai-test, ai-agent, llm, mcp-ai, May 17, 2025

MCP - Playwright with Claude AI

Let start with a mcp for covering web-automation with playwright in Vscode - Copilot and Claude. It is based on: MCP Execution Playwright

In ai-test, ai-agent, llm, mcp-ai, May 09, 2025

The Relationship Between MCP, AI Agent, GenAI, and LLM

The Relationship Between MCP, AI Agent, GenAI, and LLMNote: The information in this post are collected and composed at April 2025, in the future it can be changed with the development...

In ai-test, ai-agent, llm, mcp-ai, Apr 12, 2025

mcp-ai

MCP - Excel with Claude AI to generate test cases automatically

Ideas Take advantages of LLM to help us generate test case with a specify template via prompting Integrate MCP to push the generated Test Cases into Excel file, where we use it to m...

In ai-test, ai-agent, llm, mcp-ai, May 17, 2025

MCP - Playwright with Claude AI

Let start with a mcp for covering web-automation with playwright in Vscode - Copilot and Claude. It is based on: MCP Execution Playwright

In ai-test, ai-agent, llm, mcp-ai, May 09, 2025

The Relationship Between MCP, AI Agent, GenAI, and LLM

The Relationship Between MCP, AI Agent, GenAI, and LLMNote: The information in this post are collected and composed at April 2025, in the future it can be changed with the development...

In ai-test, ai-agent, llm, mcp-ai, Apr 12, 2025

smart-testing-lab

Install Multi Java Version in a Mac machine and switch Java Version quickly

I am lazzzzy and I don’t remember the original command line exactly to switch Java versions when each workspace will work with specify Java version. How it is proper to each workspace...

In tutorial, smart-testing-lab, course, May 31, 2025