Write the 10 test cases for Telephone/Pen.
Answer Posted / sara
1.check whether the phone is working or not
2.Apply boundary value Ana
enter 9 number
3. enter 10 number
4. enter 11 number
5. Apply equ class partition
enter valid number
6. enter invalid number
7. apply error guessing
enter correct number
8. Press Redial button
9. check Phone stress
10. Check for phone color as per the req
| Is This Answer Correct ? | 28 Yes | 10 No |
Post New Answer View All Answers
You have designed test cases to provide 100% statement and 100% decision coverage for the following fragment of code. If width > length then biggest_dimension = width else biggest_dimension = length end_if the following has been added to the bottom of the code fragment above. Print 'biggest dimension is ' &biggest_dimensionprint 'width: ' & width print 'length: ' & length how many more test cases are required?
Can someone tell me the test cases to test the password for with following scenario: 1. Password should be minimum 6 chars and maximum 8 chars. 2. Password should consist one uppercase letter 3. Password should consist of one numeric 4. Password should consist of one special character.
What is Initial Configuration?
What are the detailed test cases for Vacations Rental websites (Admin,Traveler,Rental owner)?
How to write test case for android application,alarm clock,LCD display screen. And after seeting alarm mobile get switch off how to write test case..
How to write the test cases for STP
Explain the glass box testing?
Give me a example that differentiate Test case Procedure,Test case Scenario,Test case Discription & test steps.
# A large IT company is in the process of revising salary structure for its employees. The salary will be on the basis of assessed performance of the previous year for all employee who have completed six months or more. # The rules for salary revision are provided below :- Performance level 1 : Increase existing salary by 30% Performance level 2 : Increase existing salary by 20% Performance level 3 : Increase existing salary by 10% Performance level 4 : Increase existing salary by 5% Performance level 5 : No Increase # For those who have not completed six months, provide a flat increase of 7.5% in their salary. In addition to above provide a special loyalty allowance of Tk. 800 to all employees who have complete THREE years with the organization. # Compute the minimum number of paths that you would require to cover the application and how many test cases would you require?
write a test case flipkart login page
Explain the load testing?
In manual testing, I have query regarding data conversion testing. I am working on xml document. How do we write test cases for below input as well as for output
Input:
Can any tell to create test data for SUM (calculation), Scenario is 0 to 9 digits are available as we see in the calculator, I want to certify that the sum of the two numbers are working fine by providing test data.
Write test cases for 8+4?
what is black box system in software development in system analysis and design?