Added jbehave,testng and rest-assured content (#2166)

Co-authored-by: arbhard2 <arbhard2@cisco.com>
pull/2181/head
Arpit Bhardwaj 2 years ago committed by GitHub
parent 603b22cfa0
commit ca00ff8a3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      content/roadmaps/110-java/content/107-testing-java-apps/103-jbehave.md
  2. 9
      content/roadmaps/110-java/content/107-testing-java-apps/105-testng.md
  3. 8
      content/roadmaps/110-java/content/107-testing-java-apps/106-rest-assured.md

@ -1 +1,7 @@
# Jbehave
# Jbehave
JBehave is a framework for Behaviour-Driven Development (BDD). BDD is an evolution of test-driven development (TDD) and acceptance-test driven design, and is intended to make these practices more accessible and intuitive to newcomers and experts alike. It shifts the vocabulary from being test-based to behaviour-based, and positions itself as a design philosophy.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='blue' badgeText='Official Site' href='https://jbehave.org/'>Jbehave</BadgeLink>
<BadgeLink colorScheme='blue' badgeText='Official Tutorial' href='https://jbehave.org/tutorials.html'>Jbehave Tutorial</BadgeLink>

@ -1 +1,8 @@
# Testng
# Testng
TestNG is a testing framework inspired from JUnit and NUnit but introducing some new functionalities that make it more powerful and easier to use.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='blue' badgeText='Official Site' href='https://testng.org'>Testng</BadgeLink>
<BadgeLink colorScheme='blue' badgeText='Official Documentation' href='https://testng.org/doc/documentation-main.html'>Testng Documentation</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.guru99.com/all-about-testng-and-selenium.html'>Testng tutorial</BadgeLink>

@ -1 +1,7 @@
# Rest assured
# Rest assured
Testing and validating REST services in Java is harder than in dynamic languages such as Ruby and Groovy. REST Assured brings the simplicity of using these languages into the Java domain.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='blue' badgeText='Official Site' href='https://rest-assured.io/'>Rest-assured</BadgeLink>
<BadgeLink colorScheme='blue' badgeText='Official Documentation' href='https://github.com/rest-assured/rest-assured/wiki'>Rest-assured Documentation</BadgeLink>
Loading…
Cancel
Save