Tests/Activity/Calculate/FourArithmeticOperationsTest: Difference between revisions

From OLPC
Jump to navigation Jump to search
No edit summary
No edit summary
Line 6: Line 6:
|testcase_component=Calculate
|testcase_component=Calculate
|testcase_feature=http://wiki.laptop.org/go/Calculate
|testcase_feature=http://wiki.laptop.org/go/Calculate
|testcase_objective=Test the calculate activity doing well or not
|testcase_objective=Test the calculate activity basic functionalities
|testcase_tools=n/a
|testcase_tools=n/a
|testcase_setup=n/a
|testcase_setup=n/a
Line 12: Line 12:
2. Run the Calculate Activity on XO machine.
2. Run the Calculate Activity on XO machine.


3. Test invalid inputs for the fours arithmetic operations.
3. Test invalid inputs for the four arithmetic operations.


4. Test valid inputs for the fours arithmetic operations.
4. Test valid inputs for the four arithmetic operations.
|testcase_expectedresults=1. When test the invalid inputs,like letters, the calculation should do not work out.
|testcase_expectedresults=1. When testing the invalid inputs, it is expected that tests will fail by returning some error message telling the user what went wrong.
2. When test the valid inputs, the calculation should work out well, except any number divided by 0 (any number / 0), since it should be undefined for division.
2. When testing the valid inputs, it is expected that tests will pass by returning the right value.
|testcase_comments=The following is the case sequence to test the four arithmetic operations(addition, subtract, multiply, division ):
|testcase_comments=The following 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(+,-,*,/)''
''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.
We build 12 test cases using pairwise method and 2 test cases using Myer's method.
}}
}}
{{Test results begin}}
{{Test results begin}}
Line 29: Line 29:
|testresult_passfail=Pass
|testresult_passfail=Pass
|testresult_comments=TestInvalidInputs:
|testresult_comments=TestInvalidInputs:
When we 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 not work out for a + 1.
When we test by inputting the invalid variables, we expect that the calculation should not work. For example, when input1 is a, and input2 is 1, then the calculation should not work out for a + 1.


The invalid inputs values are from a to Z.
The invalid inputs values are from a to z.
|testresult_date=2009/03/26
|testresult_date=2009/03/26
}}
}}
Line 40: Line 40:
|testresult_passfail=Pass
|testresult_passfail=Pass
|testresult_comments=TestValidInputs:
|testresult_comments=TestValidInputs:
The valid inputs values are numbers, and truth values(true and false). However, we just test the numbers as the inputs for the test case. We need do more tests to verity truth values for the fours arithmetic operations.
The valid inputs values are numbers, and truth values(true and false). However, we just tested numbers as the inputs for the test cases. We do need more tests to verity truth values for the four arithmetic operations.
|testresult_date=2009/03/26
|testresult_date=2009/03/26
}}
}}

Revision as of 23:27, 29 March 2009

Test case: Short name::FourArithmeticOperationsTest
How to report results

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::Test the calculate activity basic functionalities
Tools Test tools::n/a
Setup Test setup::n/a
Procedure [[Test procedure::1. Open the XO machine.

2. Run the Calculate Activity on XO machine.

3. Test invalid inputs for the four arithmetic operations.

4. Test valid inputs for the four arithmetic operations.]]

Expected Results
and Pass Criteria
[[Pass criteria::1. When testing the invalid inputs, it is expected that tests will fail by returning some error message telling the user what went wrong.

2. When testing the valid inputs, it is expected that tests will pass by returning the right value.]]

Comments [[More notes::The following 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 12 test cases using pairwise method and 2 test cases using Myer's method.]]

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::TestInvalidInputs:

When we test by inputting the invalid variables, we expect that the calculation should not work. For example, when input1 is a, and input2 is 1, then the calculation should not work out for a + 1.

The invalid inputs values are from a to z.]]

Created::2009/03/26


Software release::Candidate Build stream::8.2 Build number::12 PassFail::Pass ,|x| #x}} [[Comments::TestValidInputs:

The valid inputs values are numbers, and truth values(true and false). However, we just tested numbers as the inputs for the test cases. We do need more tests to verity truth values for the four arithmetic operations.]]

Created::2009/03/26