Game Preview

Intro to software testing

  •  English    7     Public
    Intro to software testing
  •   Study   Slideshow
  • I'm analyzing the code to identify and fix a software issue
    Debugging
  •  10
  • I'm modifying the code to fix a known issue
    Debugging
  •  15
  • I'm analyzing the system logs to identify any errors or warnings
    Debugging
  •  15
  • I'm executing test cases to verify if the software meets the specified requirements
    Testing
  •  15
  • What is validation?
    test to see if the delivered software and system will meet user and stakeholder needs and expectations in its operational environment
  •  20
  • Mention at least 3 objective of testing
    Enhance software reliability and stability, Identify performance bottlenecks and optimize efficiency, Verify proper handling of edge cases
  •  15
  • Who performs debugging
    Developer
  •  5