Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 1.05 KB

README.md

File metadata and controls

8 lines (6 loc) · 1.05 KB

some-testing-projects

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.

What do we have here?

  • 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.