Build: App Reliability Tester
This screen helps demonstrate how testing ensures app reliability by running a simple test and showing the result.
Target UI
------------------------- | App Reliability Tester | |-----------------------| | [Run Test] | | | | Test Result: | | | | | -------------------------
Add a button labeled 'Run Test'.
When the button is tapped, run a simple test function that returns success or failure.
Display the test result below the button as 'Test Passed' or 'Test Failed'.
Use Kotlin and Android best practices.
Ensure the UI updates immediately after the test runs.