Skip to main content

Testing

Testing strategies for AppServer applications.

Unit Testing

TODO: Document unit testing:

  • Testing lifecycle hooks
  • Testing business logic
  • Mocking AppContext
  • Testing utilities

Integration Testing

TODO: Document integration testing:

  • Testcontainers for dependencies
  • Testing with real AppServer
  • Database testing
  • Event testing

E2E Testing

TODO: Document E2E testing:

  • Testing full user flows
  • Testing app installation
  • Testing microfrontend loading
  • Testing across apps

Frontend Testing

TODO: Document frontend testing:

  • Component testing
  • Vue Test Utils
  • Testing composables
  • Testing with mocked SDK