write the test cases on prime number with result?
Answer / ramyab.mca@gmail.com
Hai...
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.
K,Byeee..
Thanks & Regards
B.Ramyasri
| Is This Answer Correct ? | 0 Yes | 1 No |
what is system testing?
How u did security testing for the web application???
What is System Testing and Integration Testing.Differentiate them.
wat is cookie And Session testing ????
if a project is long term project , requirements are also changes then test plan will change or not?why
Is Test plan a running document or a fixed document?
What knowledge I must have as a 3 yrs. manual tester??
write test cases on "Login Window" ?
HI could u plz tell what actually is done in a manual testing in practically in a company for ex suppose it is web applications testing how to proceed further
what is boudarary value analysis? what is the use of it?
there are many test cases in our test case repository like function,integration,system,acceptance test case so which test case should test engineer test first.? please answer me . thanks
How do u ensure that there are no duplicate testcases?