RSS Feed for This PostCurrent Article

Write a test case for division in calculator by taking two integers. Let me know the positive and negative test case?

A=20, b=10
Positive Test cases: A/b: 20/10=2.
A=80, b=0
Negative Test case: a/b: 80/0= Error, positive infinitive.

Trackback URL

RSS Feed for This Post4 Comment(s)

  1. preethi.nd | May 10, 2007 | Reply

    i want testcases

  2. i want different testing depends on different scenarios | Nov 15, 2007 | Reply

    hai
    this is very useful for me .
    thanks a lot!!!!

  3. kalaivani | Dec 26, 2007 | Reply

    hi i need real time example for manual test case can u send anyone to my e.id

  4. sachin | May 7, 2008 | Reply

    A=20, b=10
    Positive Test cases: A/b: 20/10=2.pass
    A=80, b=0
    Negative Test case: a/b: 80/0= fail
    A=0, b=80
    Negative Test case: a/b: 0/80= fail
    A=1, b=2
    Negative Test case: a/b: 1/2= fail
    we have check screen,button,battery
    and look and feel thing

RSS Feed for This PostPost a Comment