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 |
What is the first query u encounter to test a database..?
Diffrent between Smoke and Sanity tesing?
What is the difference between the test scenarios and test strategy?
what is entry and exit criteria?
what is software workbence process ?
Do the test cases differ for Functional,Integration,System and User Acceptance Testing???
which defect matrix or what defect matrix would you look at in ascertain the quality of product? And give some explanation about defect matrix. Its urgent.
A good url for testing concepts.....
can u tell me some bugs in any banking application.
what is integration testing technique(like topdown,bottomup and hybrid)explain me friends
Could Login Id field accept special characters?
Ho can i test the Email test boxes.