Page 50 - Electronic Mechanic - TP - Volume - 2
P. 50
ELECTRONICS MECHANIC - CITS
DISADVANTAGE OF TESTING:
Some of cons in the mobile testing includes increased time and cost associated with thorough testing. There
are potential delays in the release of product as per the schedule. Furthermore, testing may not always catch all
issues, leading to post-release bugs or user complaints.
CIRCUIT DIAGRAM:
PROCEDURE:
• Clearly outline what aspects of the mobile app you want to test, such as functionality, usability, performance,
security, and compatibility across different devices and operating systems.
• Create Test Cases: Develop detailed test cases covering various scenarios, including positive, negative, and
edge cases. Each test case should have clear steps to reproduce, expected outcomes, and actual results.
• Document all issues encountered during testing, including steps to reproduce and severity level. Use a bug
tracking system to prioritize and track the resolution of issues.
• Iterate and Improve Incorporate feedback from testing to iteratively improve the app’s quality and user
experience. Regularly review and update test cases to adapt to changes in requirements or features.
RESULT:
Continuously test the app after each update or code change to identify and fix any regressions or unintended side
effects
33
CITS : E & H - Electronics Mechanic - Exercise 129