Systemtest
System testing is a level of software testing in which a complete, integrated software product is tested to evaluate its compliance with specified requirements. The primary objective is to validate end-to-end system behavior and to ensure that the product as a whole functions correctly in an environment that resembles production. This level of testing focuses on the system's observable behavior and its compliance with both functional and non-functional requirements.
Tests at this level are typically conducted by dedicated testers who are independent of the development team.
System testing encompasses multiple test types, including functional testing to verify features against requirements, and non-functional
Key activities include planning, designing and executing test cases, reporting and tracking defects, and performing regression