A platform where you can ask any question related to Software testing. here you learn importance for software testing, testing technique and fundamentals. also learn practical methods for software testing which help you in career.
𝙮𝙤𝙪 𝙬𝙧𝙞𝙩𝙚 𝙘𝙤𝙢𝙢𝙚𝙣𝙩 𝙖𝙣𝙙 𝙖𝙨𝙠 𝙢𝙚, 𝙄 𝙬𝙧𝙞𝙩𝙚 𝙖 𝙩𝙤𝙥𝙞𝙘 𝙖𝙘𝙘𝙤𝙧𝙙𝙞𝙣𝙜 𝙮𝙤𝙪𝙧 𝙦𝙪𝙚𝙧𝙮.
What is Testing ?
Get link
Facebook
X
Pinterest
Email
Other Apps
software testing is process to check whether the software is error free or not
in other word say, to check that the actual result is match with expected result
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...
Q1.Fill the blank. A set of test cases are called a test ____ Ans: Suit Q2.Fill the blank. ____testing is considered a validation activity. Ans: System Q2.Fill the blank. A ____test is a system test performed daily or several times a week after every build. Ans: Smoke Q3.True or False. the presence of a fault or bug in a program will not guarantee its failure. Ans: True Q4.True or False. Errors that escape a fault detection technique can be detected by further application of that technique. Ans: False Q5.fill the blank. Testing ____primarily address which types of tests to deploy and how much effort to devote to different types of testing. Ans: Strategy Q6.fill the blank.A____ case typically tries to establish correct working of some functionality. Ans:Test Q7.Around____%of errors and bugs get removed at the end of a typical testing process.write your answer in numeric form. Ans: equals to 85. Q8.fill the blank. black box test case are designed using only ____specification o...
Whenever users log in with their credentials it displays a popup alert for saving their credentials. In Chrome Browser login with credentials, it displays one popup near the address bar. Manually we can uncheck to disable the popup. but in this post, we will see how we can disable this popup dialog with help of Chrome Options we use this preferences for disable prefs.put("credentials_enable_service", false); prefs.put("profile.password_manager_enabled", false); Here is the brief implementation code Note: All the URL and path, Images is for reference purpose only. do not misuse.
Comments
Post a Comment