Overview repo on some testing projects. Most of them were part of the Software Verification and Validation lercture at the Universidad Nacional del Sur in Argentina.
- VyVS-JUnitExample: Small jUnit project for Unit-Testing a toy String Toolbox class.
- VyVS-WebDriver: Automated Functional Testing on a small website provided by the lecture. Makes use of Selenium WebDriver and jUnit to execute the tests.
- Book Reservation API-Testing: Small API testing project using Postman. The API used here is the Simple Books API by vdespa and consists of a really simple Book Reservation API. Supports authentication and CRUD operations, which are also tested by this suite.