SE 2025 Tutorial
SE 2025 Tutorial
Choose Git. Make sure that Eclipse has the Git Plugin else you need to plugin.
DONE!!!!!!!!!!
Traditional
From Production code → To Test
1. Test succeeds
2. Test fails → fix production code
Better (Agile)(TDD):
From Test → To production code
1. tests as goals
2. API design … ”wish list” for production code
3. Testable software
Requirements:
● Java SDK 8 or higher. https://adoptopenjdk.net/
● To check the java version you have installed on your PC, write the
following command "javac -version".
● Install your favourite IDE. Eclipse or IntelliJ. https://www.eclipse.org/
●
● Building tools : Ant / Maven /gradle
If this choice does not work and give the following error : No repository found at
http://rlogiacco.github.com/Natural ⇒ GO TO STACKOVERFLOW
https://stackoverflow.com/questions/67356740/error-no-repository-found-at-http-rlogi
acco-github-com-natural
● Creating Maven Project
Add all needed dependencies from MAVEN repository
https://mvnrepository.com/ to the pom.xml
Resources:
https://cucumber.io/docs/guides/10-minute-tutorial/
https://cucumber.io/docs/cucumber/api/