Donald (Doai Tran) Follow

https://www.linkedin.com/in/doai-tran-nguyen-van-b125b051/

Hi, I am Donald (Doai Tran), the author of Testing4Everyone. I hope you like it!

Donald

Posts by Donald (Doai Tran)

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

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, jmeter, 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, jmeter, 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, jmeter, 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

Everything About Test Plan in JMeter

Everything About Test Plan in JMeter

In performance-test, jmeter, tutorial, Jan 04, 2025

Performance test - Download and Install JMeter On MacOSX and Windows machines

JMeter - Download and Install On MacOSX and Windows machinesIn order to install and run JMeter in MacOSX or Windows, We need to assure that our computer already installed Java or not

In performance-test, jmeter, tutorial, Jan 01, 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

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

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

AI write script - Data-Driven Mongodb

How AI (Chatgpt) to write automation test script with Data-Driven Mongodb

In ai-test, ai-agent, llm, mcp-ai, May 31, 2024

AI write script - Performance Test with Locust

Use AI (Chatgpt) to write test script in Data Driven in Performance test

In ai-test, ai-agent, llm, mcp-ai, May 30, 2024

Use AI (Chatgpt) to generate test data and write automation and performance test

Use AI (Chatgpt) to generate test data and write automation and performance test

In ai-test, tutorial, May 28, 2024

Configure AmazonQ & CodeWhisperer AWS AI tools for Software Engineer

Configure AmazonQ & CodeWhisperer AWS AI tools for Software Engineer🕹️Summary

In tips, sharing, May 12, 2024

Quick comparison about WebdriverIO vs Cypress vs Selenium vs Playwright

WebdriverIO vs Cypress vs Selenium vs Playwright

In coding, testng, tutorial, May 01, 2024

How to use AI (Gemini) to generate test cases and test data

How to use AI (Gemini) to generate test cases and test data

In ai-test, tutorial, Apr 11, 2024

How use AI (Copilot) to write an User Story, Gherkin Test cases

How use AI (Copilot) to write an User Story, Gherkin Test cases

In ai-test, tutorial, Apr 09, 2024

Quality Trending - 2024

Quality Trending - 2024

In coding, testng, tutorial, Mar 05, 2024

10 key points for Mobile Application Testing

Mobile application Testing aka Mobile Testing is the technical terms of testing for mobile application.

In web-app-test, tutorial, Feb 14, 2024

How to configure Open a project in Visual Code from terminal

How to configure Open a project in Visual Code from terminal

In tips, sharing, Feb 12, 2024

Testing for your web application when 3rd party cookies will be blocked on Chrome

Testing for your web application when 3rd party cookies will be blocked on Chrome

In microservice-test, collection, event-driven, Feb 05, 2024

Configure multi Java version in our local machine

In this post, I would like to share the essential steps to install Java environment to whom the first time using MacOS or less technical guys: QA, Tester … especially who have more ex...

In tips, sharing, Feb 01, 2024

Install more missing fonts by Maven plugin or Java Method

Owner: josdoaitranVerification: VerifiedTags: Tips

In tips, sharing, Feb 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

Setup Software for Software Engineer (DEV / QA / DEV in Test) on MacOSX

On this page, I would like to share to everyone the essential tools that we should have on your Macbook if we are software engineer

In tips, sharing, Jan 01, 2024

How to automate API an User login if the authentication of application is using AWS Auth - Cognito

How to automate API an User login if the authentication of application is using AWS Auth - Cognito

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

How to convert a WebDriverio Mocha project to WebdriverIO Cucumber

Converting a WebDriverio Mocha project to WebdriverIO Cucumber

In sharing, automation-test, Dec 19, 2023

Integration Testing - BDD - Java Springboot - Kafka Embedded - Mysql - Tutorial

Integration Testing - BDD - Java Springboot - Kafka Embedded - Mysql - Tutorial

In microservice-test, collection, event-driven, Dec 12, 2023

My Awesome Terminal on MacBook

My Awesome Terminal on MacBook

In tips, sharing, Mar 03, 2023

SQL for QA - Full Course

Basic SQL commands for QA

In sharing, collection, Feb 01, 2023

SQL for QA - Full Course

The knowledge and skills about Database are very necessary for QA/QC when we involve in testing activities.

In sharing, collection, Jan 31, 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

Parallel Execution - Mobile and Web automation test without Cloud Devices Service [Updating]

Once your project has the large number of test cases in automated of E2E testing, you will have demands for parallel executions for your automated test framework.

In sharing, automation-test, Dec 12, 2020

[Tutorial] Performance test - Web application - Client View

Performance test is the non-functional test,  one of points in non-functional testing view for Web Application is End-User’s behavior Optimization. It’s really important in digital en...

In performance-test, tutorial, Oct 01, 2019

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

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

Premium Courses with me

About Premium Course with me

In tutorial, testing4everyone, Jan 30, 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

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

Tips - How to enable LogCli Pytest on Pycharm

Pycharm is a Editor tool for Python and be developed by Jetbrain team. Pycharm with 2 license options: Community and Progressional editor. So, it and Visual Code is selected as a favo...

In pytest, tips, Jan 18, 2019

Setup the simple Postgres SQL database for learning

In this page, I will share you how to set up a simple database. The ER - Entity Relationship of Simple Database - Rental.database.(All post that I shared on Here)

In database, example-site-testing, Jan 18, 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