Categories

basic technique

How to receive mail from yopmail in typescript

As an automation tester, I want to receive mail from yopmail system. So I can do some feature needed to get information from mail inbox details such as register account or forgot pass...

In basic technique, mail, typescript, Jan 26, 2024

Test scenarios example following bdd concept

As an automation tester, I want to create test scenarios to test my application that following BDD concepts

In basic technique, bdd, May 02, 2023

Execute test in paralell with junit5

As an automation tester I want to execute our automation test script in parallel. So I can finish the execution faster.

In basic technique, Mar 28, 2022

How to compare two lists with AssertJ

As an automation tester, I want to compare two lists to prove those are equal or not.To do that, I can use function of AssertJ library (assertj-core) to compare two list

In basic technique, tutorial, java, maven, assertj, Mar 24, 2022

Generate Single Page HTML Report For Maven Project

As an automation tester, I want to generate single page HTML report. So, I can send the report to other members easily. To do that, I will use Serenity Report to generate the single p...

In basic technique, tutorial, java, maven, report, Mar 23, 2022

How to compare two object with AssertJ

As an automation tester, I want to compare two objects to prove those are equal or not.To do that, I can use function of AssertJ library (assertj-core) to compare two objects field by...

In basic technique, tutorial, java, maven, assertj, Mar 20, 2022

tutorial

How to compare two lists with AssertJ

As an automation tester, I want to compare two lists to prove those are equal or not.To do that, I can use function of AssertJ library (assertj-core) to compare two list

In basic technique, tutorial, java, maven, assertj, Mar 24, 2022

Generate Single Page HTML Report For Maven Project

As an automation tester, I want to generate single page HTML report. So, I can send the report to other members easily. To do that, I will use Serenity Report to generate the single p...

In basic technique, tutorial, java, maven, report, Mar 23, 2022

How to compare two object with AssertJ

As an automation tester, I want to compare two objects to prove those are equal or not.To do that, I can use function of AssertJ library (assertj-core) to compare two objects field by...

In basic technique, tutorial, java, maven, assertj, Mar 20, 2022

java

How to compare two lists with AssertJ

As an automation tester, I want to compare two lists to prove those are equal or not.To do that, I can use function of AssertJ library (assertj-core) to compare two list

In basic technique, tutorial, java, maven, assertj, Mar 24, 2022

Generate Single Page HTML Report For Maven Project

As an automation tester, I want to generate single page HTML report. So, I can send the report to other members easily. To do that, I will use Serenity Report to generate the single p...

In basic technique, tutorial, java, maven, report, Mar 23, 2022

How to compare two object with AssertJ

As an automation tester, I want to compare two objects to prove those are equal or not.To do that, I can use function of AssertJ library (assertj-core) to compare two objects field by...

In basic technique, tutorial, java, maven, assertj, Mar 20, 2022

maven

How to compare two lists with AssertJ

As an automation tester, I want to compare two lists to prove those are equal or not.To do that, I can use function of AssertJ library (assertj-core) to compare two list

In basic technique, tutorial, java, maven, assertj, Mar 24, 2022

Generate Single Page HTML Report For Maven Project

As an automation tester, I want to generate single page HTML report. So, I can send the report to other members easily. To do that, I will use Serenity Report to generate the single p...

In basic technique, tutorial, java, maven, report, Mar 23, 2022

How to compare two object with AssertJ

As an automation tester, I want to compare two objects to prove those are equal or not.To do that, I can use function of AssertJ library (assertj-core) to compare two objects field by...

In basic technique, tutorial, java, maven, assertj, Mar 20, 2022

assertj

How to compare two lists with AssertJ

As an automation tester, I want to compare two lists to prove those are equal or not.To do that, I can use function of AssertJ library (assertj-core) to compare two list

In basic technique, tutorial, java, maven, assertj, Mar 24, 2022

How to compare two object with AssertJ

As an automation tester, I want to compare two objects to prove those are equal or not.To do that, I can use function of AssertJ library (assertj-core) to compare two objects field by...

In basic technique, tutorial, java, maven, assertj, Mar 20, 2022

report

Generate Single Page HTML Report For Maven Project

As an automation tester, I want to generate single page HTML report. So, I can send the report to other members easily. To do that, I will use Serenity Report to generate the single p...

In basic technique, tutorial, java, maven, report, Mar 23, 2022

Docker

Docker - Docker Compose

As an automation tester, I want run multi-container Docker application easily. To do that, I need to use the Docker Compose to run the multi-container with the YAML file.

In Docker, Docker Compose, Jul 31, 2022

Docker Compose

Docker - Docker Compose

As an automation tester, I want run multi-container Docker application easily. To do that, I need to use the Docker Compose to run the multi-container with the YAML file.

In Docker, Docker Compose, Jul 31, 2022

UI

Robot Framework - Getting started

As an automation tester, I want to do automation test for UI application. To do that, I can use Robot Framework tools to implement the test script.

In UI, Automation testing tools, Jul 31, 2022

Docker - Installation

As an automation tester, I want to istall tools easily and it will be not diffirent between machines. To do that, I have to you Docker to install that tools.

In UI, Automation testing tools, Jul 31, 2022

Automation testing tools

Robot Framework - Getting started

As an automation tester, I want to do automation test for UI application. To do that, I can use Robot Framework tools to implement the test script.

In UI, Automation testing tools, Jul 31, 2022

Docker - Installation

As an automation tester, I want to istall tools easily and it will be not diffirent between machines. To do that, I have to you Docker to install that tools.

In UI, Automation testing tools, Jul 31, 2022

Jenkins

Selenium Grid - Installation

As an automation tester, I want to execute my UI test script on remote browser. To do that, I need to install Selenium Grid which help me to execute my test script easily throw remote...

In Jenkins, CICD, Jul 31, 2022

Jenkins - Maven project setup

As an automation tester, I want to use Jenkins tools to setup my CICD job for my Maven Project. But the Jenkins is not support Maven project indefault. Therefore, I need to setup Jenk...

In Jenkins, CICD, Jul 31, 2022

Jenkins - Allure Report Setup

As an automation tester, I want to use Jenkins tools to setup my CICD job that is integrated with Allure report. To do that, I need to install the Allure report tool on jenkins.

In Jenkins, CICD, Allure report, Java, Maven, Jul 31, 2022

Jenkins - Installation

As an automation tester, I want to use Jenkins tools to setup my CICD job. To do that, I need to install the jenkins tools.

In Jenkins, CICD, Jul 31, 2022

CICD

Selenium Grid - Installation

As an automation tester, I want to execute my UI test script on remote browser. To do that, I need to install Selenium Grid which help me to execute my test script easily throw remote...

In Jenkins, CICD, Jul 31, 2022

Jenkins - Maven project setup

As an automation tester, I want to use Jenkins tools to setup my CICD job for my Maven Project. But the Jenkins is not support Maven project indefault. Therefore, I need to setup Jenk...

In Jenkins, CICD, Jul 31, 2022

Jenkins - Allure Report Setup

As an automation tester, I want to use Jenkins tools to setup my CICD job that is integrated with Allure report. To do that, I need to install the Allure report tool on jenkins.

In Jenkins, CICD, Allure report, Java, Maven, Jul 31, 2022

Jenkins - Installation

As an automation tester, I want to use Jenkins tools to setup my CICD job. To do that, I need to install the jenkins tools.

In Jenkins, CICD, Jul 31, 2022

Allure report

Jenkins - Allure Report Setup

As an automation tester, I want to use Jenkins tools to setup my CICD job that is integrated with Allure report. To do that, I need to install the Allure report tool on jenkins.

In Jenkins, CICD, Allure report, Java, Maven, Jul 31, 2022

Java

Jenkins - Allure Report Setup

As an automation tester, I want to use Jenkins tools to setup my CICD job that is integrated with Allure report. To do that, I need to install the Allure report tool on jenkins.

In Jenkins, CICD, Allure report, Java, Maven, Jul 31, 2022

Maven

Jenkins - Allure Report Setup

As an automation tester, I want to use Jenkins tools to setup my CICD job that is integrated with Allure report. To do that, I need to install the Allure report tool on jenkins.

In Jenkins, CICD, Allure report, Java, Maven, Jul 31, 2022

bdd

Test scenarios example following bdd concept

As an automation tester, I want to create test scenarios to test my application that following BDD concepts

In basic technique, bdd, May 02, 2023

mail

How to receive mail from yopmail in typescript

As an automation tester, I want to receive mail from yopmail system. So I can do some feature needed to get information from mail inbox details such as register account or forgot pass...

In basic technique, mail, typescript, Jan 26, 2024

typescript

How to receive mail from yopmail in typescript

As an automation tester, I want to receive mail from yopmail system. So I can do some feature needed to get information from mail inbox details such as register account or forgot pass...

In basic technique, mail, typescript, Jan 26, 2024

blog

Automation Test Getting Started

//TODOAs an automation tester, I want to write the very first automation test script. To do it, I need to choose the programing language and the tool to getting started.

In blog, Mar 20, 2024

diary

Writing automation testing guide

This article provides a roadmap for getting started with automation testing, aimed at beginners including manual testers and developers. It outlines the benefits of automation testing...

In diary, Mar 22, 2024