Welltested Docs
v2.x.x
v2.x.x
  • Documentation
    • Set up
    • Unit Tests
      • Annotation
      • Generate Tests
      • Save Tests
      • Good to Knows
        • Custom Testcases
        • Regenerate Bad Tests
        • The Batching Rule
    • FAQs
      • Paid Plans
      • Code Privacy
      • Support
      • Using with FVM
    • Testability Guidelines
Powered by GitBook
On this page

Was this helpful?

  1. Documentation

Unit Tests

Unit testing means testing individual units of code for their expected behaviour. Here we simulate every possible scenario of functions and ensure they behave as expected.

Smart tests within minutes

Testing all classes and functions increases code quality and better stability but is a time consuming task when done manually.

Welltested AI allows you to cut this time and easily generate smart and exhaustive unit tests for your entire codebase within minutes.

PreviousSet upNextAnnotation

Last updated 1 year ago

Was this helpful?