+ 2
Test Automation
Does anyone here knows how this java works with test automation am a manual tester and i really wanna break into writing test and running them with automation? Please help
2 Answers
+ 10
Take a look at the JUnit resources. For the automation part, you can use a build tool like Maven or Ant.
https://junit.org/junit5/
https://maven.apache.org/surefire/maven-surefire-plugin/examples/junit.html
https://ant.apache.org/manual/Tasks/junitlauncher.html
+ 1
Thanks Tashii