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 |
how to write testcases for yahoo messagner
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?
give an example of how to write functional test case.in this test case can we write all +ve and -ve conditions?
Please let me know how to write a test case for Pen and washing machine.
how to write the test case for 1 to 12 months in equivalence partitioning?
write a test case for telephone billing ?
While creating test data for testing an application, where exactly test data should be crated as in excel file or can we crate test data in database ?
What is test environment? Elaborate with example.
Consider the following: Pick up and read the newspaper Look at what is on television If there is a program that you are interested in watching then switch the the television on and watch the program Otherwise Continue reading the newspaper If there is a crossword in the newspaper then try and complete the crossword A. SC = 1 and DC = 1 B. SC = 1 and DC = 2 C. SC = 1 and DC = 3 D. SC = 2 and DC = 2 E. SC = 2 and DC = 3
How to create Test Data? What are the Fields in Test Data. Please any one specify the format of Test Data?
Write all test cases for any credit card.
What is the basic stuff you require to begin creating test cases?