Why is system testing typically conducted after integration testing?

  • To ensure compatibility
  • To find unit level bugs
  • To validate performance
  • To verify overall functionality
System testing is conducted after integration testing to ensure the overall functionality of the entire system. While integration testing focuses on the interfaces between integrated units, system testing evaluates the system's behavior as a whole, ensuring all components work harmoniously together.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *