write the test cases on prime number with result?
Answer Posted / surya gandepalli
for input = 1 , Ouput: should be "Not a Prime Number"
Prime Number(Definition): A number Greater Than 1 is called
a prime number, if it has exactly two factors, namely 1 and
the number itself.
so check with the boundary values.
({INPUT},OUTPUT ) = ({0,1,4}, {NOT PRIME})
({INPUT},OUTPUT ) = ({2,3,5}, {is PRIME})
{Destructive INPUT}=(Type Special Characters),(Copy Past
Special Characters from a Note Pad document Using Mouse ))
0 (Zero is the only Whole Number which is not a natural number)
1
| Is This Answer Correct ? | 2 Yes | 10 No |
Post New Answer View All Answers
What is defect cascading in software testing?
Difference between Stakeholder and Relevant Stakeholder?
What is srs and brs document?
What if the project isn’t big enough to justify extensive testing?
What can you tell about the project if during testing you found 80 bugs in it
in the account there is 10,000 rupees and i entered 20000, in this case how will you test the application
What ishigh severity, low priority bug?
Can you explain v model in manual testing?
Which is the best book to ref. for design the test cases/scenario in manual testing,which gives detailed idea with all the strategies ?
how will you estimate of your website?
How do you estimate white box testing?
How does compatibility testing differ while testing in Internet explorer and testing in Firefox?
which sanity testing is performed?
any one please send me any test case examples with tabular columns in manual testing
Can you explain the elementary process?