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 Pre UAT and UAT is there any difference ?
if u performing on real tym application ,u r getting some continous data n if some invalid data occurs wat types of testing is preferrable
How do u write integration test cases?do u have any special format?
why use caffine for HPLC calibration ?
Today an interviewer asked me if severity assigned by tester and priority is by developer then why tester assigned priority of defect in defect report ??
What are the cases why parameterization is necessary when load testing the Web server and the database server?
what is a api testing/
What are the references for Perl scripting language?Is there a software tester should have this knowledge .?
Which Server Stats are essentially monitored during a Performance test of a Web Application?
what is the most critical bug u have to find in ur project.My application is ERP based,in this purchase module is there.plz tell me the answer?
0 Answers Accenture, Value Labs,
what is localisation &globalisation
How can a LOG for testcases be maitained which can give information about a TestCase that is it new one or has been occured in previous versions of the software.