Associating Code With Tests
Last updated
Was this helpful?
Last updated
Was this helpful?
SeaLights intelligently maps tests to their corresponding code sections, enabling efficient test selection. Here are the three primary methods employed:
Leverages machine learning and AI to analyze each test's impact on code during parallel testing.
Gradually refines code-to-test mapping for increasing accuracy and efficiency over time.
Uses OpenTelemetry instrumentation to capture data on every application operation.
Precisely maps tests to code methods based on comprehensive request tracking throughout your system.
Employs sequential testing to simulate one-to-one mapping results.
Offers immediate and accurate mapping but can be time-consuming compared to other methods.