Posts

Test case for OTP Verification.

Image
Test cases for "OTP" Verification page.  How to test OTP verification functionality. i wrote some scenarios. hope its help-full. 1. Verify that one time password generate within a time duration or not. 2. Check the generated OTP is valid from one time or not 3. Verify that how many time user can enter invalid. 4. To check that it received only registered email/mobile number. 5. Verify that OTP is case-sensitive or not. 6. Verify that if once used then not allowed to use again. 7. Verify that OTP received with set of count or not. (like 6 digit OTP) 8. Verify that it allow to use after timeout? 9. Verified that Resend OTP button is working or not. 10. Verify that “Submit” button functionality is working or not. 11. Verify that text box is allowed to enter large input rather than OTP size. 12. To check that it display any validation message when clicking on submit button without entering OTP. 13. Check for types of characters are support. Like only digits, only alph...

Basic Mobile Application Testing Scenario

Image
    In mobile application testing, there is a lot of testing available. here I share some basic scenarios which help you in mobile app testing. •verify that the app has been launched by downloading and installing it for use. • Verify that text is visible and readable properly. • To check that app is working on landscape & portrait view. • Verify that back, minimize key can working as per flow wise. • Verify that application is working on background or not. • Verify that application ask to allow required permissions popup on screen. • Verify that volume buttons are working properly in applications. • Check that application goes into background when on call. • Check the application performance during different network connections like: 2G,3G,4G,5G • Verify that application working with WI-Fi Connections. • To verify that app operate normally when there is an incoming call and SMS received. • Check that application working on different OS in android and iOS. • Che...