java-tutorials/libraries-testing/README.md

17 lines
852 B
Markdown

## Testing
This module contains articles about test libraries.
### Relevant articles
- [Introduction to Serenity BDD](https://www.baeldung.com/serenity-bdd)
- [Introduction to JSONassert](https://www.baeldung.com/jsonassert)
- [Serenity BDD and Screenplay](https://www.baeldung.com/serenity-screenplay)
- [Serenity BDD with Spring and JBehave](https://www.baeldung.com/serenity-spring-jbehave)
- [Introduction to Awaitility](https://www.baeldung.com/awaitility-testing)
- [Introduction to Hoverfly in Java](https://www.baeldung.com/hoverfly)
- [Testing with Hamcrest](https://www.baeldung.com/java-junit-hamcrest-guide)
- [Introduction to DBUnit](https://www.baeldung.com/java-dbunit)
- [Introduction to ArchUnit](https://www.baeldung.com/java-archunit-intro)
- [Guide to the ModelAssert Library for JSON](https://www.baeldung.com/json-modelassert)