write the test cases on prime number with result?
Answer Posted / md.mosaj gohar
- chech if the number is not a decimal no.
- check if the number is not of the from p/q
- check if the number is not a negative no.
- if the number is a natural number a greater than 6 then,
-if it can be converted to the form 6k-1or
6k+1,then it is prime no.else not.
- for natural nos. less than 6: 2,3 7 5 are prime nos. to
be taken as granted.
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
What are the tasks of test closure activities in software testing?
What is regression testing? When to apply it?
In what situation would you want to parameterize a text verification check?
Encapsulation of attributes and operations inside objects makes it easy to obtain object state information during testing. is it true.explain
What is a failure?
If date field is a text field write test cases to validate it?
What is early testing?
How do you test a web application for dump and deaf??
Should testing be done only after the build and execution phases are complete?
What is bug, deffect, issue, error?
What is difference between Bug resolution meeting & Bug Review Committee? Who are participants?
How we allocate the priority(Blocker, Critical, etc.,) in Testing?
how to connect your project in database?
What is the difference between manual testing and automation testing?
What is the most important phase in STLC and Why