Tags
featured
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, 2022serenity
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, 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, 2022junit5
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