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 |
If there are 4 buttons New,Edit,Delete & Refresh for Item screen .May I have to write 4 different test cses for each button OR I can perform all operations[Create,Edit,Delete & refresh item] in a single tes case? Please reply as early as possible. It's very urgent to me
If the pseudo code below were a programming language ,how many tests are required to achieve 100% statement coverage? 1. If x=3 then 2. Display_messageX; 3. If y=2 then 4. Display_messageY; 5. Else 6. Display_messageZ; 7. Else 8. Display_messageZ; A. 1 B. 2 C. 3 D. 4
I have register form there is first name field.what will be the steps to execute test case???
pls i want test cases for telecom billing system
If I have written the 10 Positive test cases first and Negative test cases 11 to 25 .I Execute +ve first & then - ve as per test cases were written .Now if I got the next build & if I write again +ve Test Cases 26-30 first & then - ve 31-35 but I have to execute all test cases 1 to 35.But here the sequence of execution is +ve,-ve,+ve & -ve .How should I maintain the test cases .Please tell me It's Urgent .Thanks In Advance.....Tester
How to write test data for login module?
Write a test case for yahoo
how to write test cases for the Sorting the Group Name, Group Number, Individual Count, Group Count.
In a log in page what will be test procedure,test scenario,test discription & test steps?
What is Initial Configuration?
how do u knw when to stop writing test case for a given project.
What are test cases for Car Locking System?