Tests/Activity/Calculate/PlusTest
< Tests | Activity/Calculate
Jump to navigation
Jump to search
Stream | ,|x|Build stream::x}} | ||
---|---|---|---|
Category | Test category::Activity | Sub-category | Test subcategory::Calculate |
Component | System component::Calculate | ||
Feature | System feature::http://wiki.laptop.org/go/Calculate | ||
Objective | Test objective:: | ||
Tools | Test tools::n/a | ||
Setup | Test setup::n/a | ||
Procedure | [[Test procedure::1. run the Calculate Activity on XO machine
2. test invalid inputs for the fours arithmetic operations 3. test valid inputs for the fours arithmetic operations]] | ||
Expected Results and Pass Criteria |
[[Pass criteria::1. When test the invalid inputs,like letters, the calculation should do not work out.
2. When test the valid inputs, the calculation should work out well, except any number divided by 0 (anu number / 0), since it should be undefined for division.]] | ||
Comments | [[More notes::this is the case sequence to test the four arithmetic operations(addition, subtract, multiply, division ):
input1 (pos, neg, 0, invalid(a-z)), input2 (pos, neg, 0, invalid(a-z)) ,operations(+,-,*,/) we build 14 tests for this test case by pairwise.]] |
Release | Stream | Build | Pass/Fail | Trac Ticket(s) | Comment(s) | Date of Test |
---|---|---|---|---|---|---|
Software release::Candidate | Build stream::8.2 | Build number::2 | PassFail::Pass | ,|x| #x}} | Comments::When test by inputing the invalid variables, we expect that the calculation should not do. For example, when input1 is a, and input2 is 1, then the calculation should do not work out for a + 1. | Created::2009/03/26
|