write the test cases on prime number with result?
Answer Posted / babitha
Precondition:let the prime no be n
case1: expected o/p (prime no)result
divide the no n by 1 remainder=0 pass
divide the no n by n remainder=0 pass
divide the no n by 2 remainder!=0 pass
.
.
divide the no n by upto n-1 and if remanider not equal zero
then it is a prime no.
| Is This Answer Correct ? | 43 Yes | 15 No |
Post New Answer View All Answers
If anyone have attended interview with deloitte for the post of senior manual test engineer. Please share the interview process and the questions asked. How to prepare for the interview. Thanks in advance
how deployment phase of SDLC differs in product based and in service based company ?
What is an exit criteria?
What is boundary value testing? Give an example.
What is bug, deffect, issue, error?
Explain some techniques for developing software components with respect to testability.
What is a defect?
how to verify a button size (e.g Login Button) on a web page have same dimension prescribed by Client in UI Testing..??
Can you explain the pdca cycle and where testing fits in?
Why is software testing required?
Beyond the customary advantages of having a testing group, what are the benefits does a company receive from a well run, automated testing group?
What are the main key components in Web applications and Client Server applications? and their differences?
What is Traditional testing & Object Oriented testing?
Hi Friends, I've to submit a presentation in my office about "Different bug tracking tools" ? Where can i find (or any site) the templates for the bug tracking tools.
When new application ready to test than whats your testing strategies?