diff --git a/content/roadmaps/110-java/content/107-testing-java-apps/101-cucumber-jvm.md b/content/roadmaps/110-java/content/107-testing-java-apps/101-cucumber-jvm.md index 5f7eb77e6..9918a5a10 100644 --- a/content/roadmaps/110-java/content/107-testing-java-apps/101-cucumber-jvm.md +++ b/content/roadmaps/110-java/content/107-testing-java-apps/101-cucumber-jvm.md @@ -1 +1,10 @@ -# Cucumber jvm \ No newline at end of file +# Cucumber JVM + +Cucumber-JVM is a pure Java implementation of Cucumber. You can [run](https://cucumber.io/docs/cucumber/api/#running-cucumber) it with the tool of your choice. + +Cucumber-JVM also integrates with all the popular [Dependency Injection containers](https://cucumber.io/docs/installation/java/#dependency-injection). + +Free Content +Cucumber JVM - GitHub +Cucumber-JVM for Java +Cucumber-JVM 5 with Enhanced Cucumber Expression \ No newline at end of file diff --git a/content/roadmaps/110-java/content/107-testing-java-apps/readme.md b/content/roadmaps/110-java/content/107-testing-java-apps/readme.md index 9639fa68e..1a310f6c0 100644 --- a/content/roadmaps/110-java/content/107-testing-java-apps/readme.md +++ b/content/roadmaps/110-java/content/107-testing-java-apps/readme.md @@ -1 +1,7 @@ -# Testing java apps \ No newline at end of file +# Testing + +A key to building software that meets requirements without defects is testing. Software testing helps developers know they are building the right software. When tests are run as part of the development process (often with continuous integration tools), they build confidence and prevent regressions in the code. + +Free Content +What is Software Testing? +Testing Pyramid