1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-30 04:30:01 +02:00

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

Co-authored-by: arbhard2 <arbhard2@cisco.com>
This commit is contained in:
Arpit Bhardwaj
2022-10-05 20:48:51 +05:30
committed by GitHub
parent 603b22cfa0
commit ca00ff8a3a
3 changed files with 22 additions and 3 deletions

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>