Q.1)how write negative & positive test cases
Q.2 )write negative & positive test cases for i-pod
Answer / slal
Q1. Negative test cases are always intented to find a
failure result eg: Username should not be larger than 8
characters result: Authentication failed.
Positive test case is expected a pass or positive
result. eg: Confirmation pop up message should be populated
when OK button is clicked. result: Pop up message is
reflected.
Q2. Negative test cases.
1. Press power button and ipod is not turn on.
2. No disaply on screen
3. If ipod is on then touch menu and tracks are not
displayed.
4. headphone has a improper connectivity.
Positive test cases.
1. when power button is pressed ipod is turn on
2. increase the volume seekbar and volume is increased.
3. click on album and all tracks are displayed
| Is This Answer Correct ? | 7 Yes | 4 No |
write a test case for employee income caculation it is awindows aplication when window is opened all options should be disabled except empno when user enter 3 charcters empname,empdes,basic should be displayed but they should be inactive,HRA,DA are active enter these two gross is displayed,enter tax then net income is displayed.all inputs must be integers and min is 1 and max is 4 charcters for all text boxes.gross =basic+HRA+DA and netincome= gross- tax
write down test cases for "x>=1"
write test cases for flipkart.
what are the sanity test cases for a waterBottel?
What is BRANCH COVERAGE Testing
Explain the functional testing?
how can we write test cases with help of functional spec? is it not appropriate to write by using the application?
How would you test a cup and or pencil?
What is business validation test case?
Using the same code example as question 17,how many tests are required to achieve 100% branch/decision coverage? A. 1 B. 2 C. 3 D. 4
what are the possible test cases for sending an sms from mobile
Write a test scenario for a project which is developed in a VB then after wards it is converted in Java and there is no documentation available.