All Stories
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, 2022Execute 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, 2022How 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, 2022Generate 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, 2022How 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