how to write test cases for fibonacii series
Answers were Sorted based on User's Feedback
Answer / shubhi
Minimum 3Test cases are required to test fibonncai series:
1.)Negative TC: In which enter neg value in series, it
should not accept neg value and should return alert/msg.
2.)For zero:Enter 0 in series. It should return zero.
3.)For any positive value: Enter any positive value.
Let i entered n then it's output should be. F(n-1)+F(n-2).
These are few testcase which i think is good to test
Fibonacci series.
Pls correct me if i m wrong..
Thanks..
| Is This Answer Correct ? | 23 Yes | 5 No |
Answer / vamshi kumar
1.When an zero is entered it should return a zero.
2.When a negative integer is entered it should not accept the value and should return an error msg.
3.When a positive value is entered then it should return the output.
Let i entered n then its output should be. F(n-1)+F(n-2).
| Is This Answer Correct ? | 10 Yes | 3 No |
how to access a build & wat is its configuration
sanity testing and smoke testing both are same or not? what is mean by Build Acceptance Test?
What is negative testing.
From Which part of the Requirement we will prepare Test Cases
Explain the V-Model
What is Change and configuration management repositoty
What is acid testing? In which scenario we can use acid testing
What if there isn't enough time for thorough testing?
Hello again!! wanted to ask you HOW EXACTLY create stubs and driver in integration testing? 2.whats the difference between integration testing and system integration testing? Thanks!!
difference between test suit and test scenario? (Asked in Zensar Hyderabad today(17-1-12010))
What tests would you perform on common homepage?
can you tell me high priority low severity defect?