The document discusses automatic test generation for space applications. It describes a master's thesis that aims to automatically generate tests for an operational simulator using model-based and constraint-based testing. The thesis will extract UML diagrams and invariants from existing code and relate them to requirements. Tools like Korat and Pex were studied, with Korat able to generate complex data structures that satisfy invariants, while Pex can achieve high code coverage but does not maintain data structure invariants. The work will combine static analysis and data structure generation to automatically test the operational simulator.