/testing-in-practice-exercises

Practical tasks for interns and students

Primary LanguageJavaMIT LicenseMIT

Welcome to test case definition exercises

This project is created specifically to check your skills

Prerequisite

Required basic skills

  • Java 17
  • Maven
  • Git

Good to know

Instructions

  1. Fork the given project
  2. Each task is in a corresponding directory
  3. Create a new branch

Tasks

Test Cases and Matrices - instructions

  • Read a customer requirement
    • Identify test cases
    • Identify test matrices

Issue Tracking System - instructions

  • Run the tests, identify and investigate failures
  • Create new issue reports
  • Describe as many details as possible:
    • What an issue is, what is affected
    • Environment (OS, Java, etc.)
    • Steps to reproduce the issue
    • Priority, risks, etc.