1. Home
  2. iOS Docs
  3. Test Cases

Test Cases in Fusion

A test case in testing is a detailed set of instructions, conditions, and inputs designed to verify specific aspects of a software application. It defines the steps to be taken and expected outcomes to determine if the software functions correctly. Test cases are essential for systematic and repeatable software testing to identify defects and ensure quality.

Create a test suite
  • To include a test case in the test suite, select the desired test suite and then proceed to add a new test case by clicking the"Add Test Case" button.
  • Image 2
  • A pop-up window appears covering the right side. Fields inside pop-up to be filled
  • Title: Specify the test case's title or name.
  • Description: Provide supplementary information to offer greater context and understanding of a test case.
  • Type: Choose between the options "Functional" or "Non-functional" for the test case type.
  • Step: A single action or instruction performed during testing to verify software functionality.
  • Expected Result: The predicted outcome of a specific test step used for software validation.
  • Image 2
  • Click on"Add test Case" to create test case