java-tutorials/libraries-testing/README.md

15 lines
686 B
Markdown
Raw Normal View History

## 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 Awaitlity](https://www.baeldung.com/awaitlity-testing)
- [Introduction to Hoverfly in Java](https://www.baeldung.com/hoverfly)
- [Testing with Hamcrest](https://www.baeldung.com/java-junit-hamcrest-guide)
2020-05-05 05:05:25 -04:00
- [Introduction To DBUnit](https://www.baeldung.com/java-dbunit)