Report for View (Testing): Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
No edit summary
 
 
(5 intermediate revisions by 2 users not shown)
Line 3: Line 3:
== Testing ==
== Testing ==
=== Testing Strategy ===
=== Testing Strategy ===
#Test method
==== Testing method ====
*Interactive (manual)
:*Interactive (manual)
#Test SCenario
==== Testing Scenario ====
*Complete Story
:*Complete Story
*Split focused
:*Split focused
*Testing matrix
:*Testing matrix


=== Done Tests ===
=== Planned Tests ===


=== Planned Tests ===


== View Analysis ==
=== Tests Done===
 
== View Analysis (Based on tests) ==


== View Changes ==
== View Changes ==
Line 22: Line 23:
#non-purpose? square in transaction dialog
#non-purpose? square in transaction dialog
=== Changes Made ===
=== Changes Made ===
== Appendix ==
=== Test Cases ===
==== Adding first child to existing category does not create an object tree icon (plus sign)====
Descriptions:
# Under My Budget, highlight one of the existing category.
# Select Edit -> Create new category.
# Create a name for the new category and select one of the existing categories as the parent.
# Select “OK”.
Expected behavior:
The parent category should have an object tree icon (plus sign) to show that it has children categories under it.
Actual behavior:
Notice that the parent category does not have an object tree icon (plus sign) next to it. You will have to either highlight the category or switch view from Buddi and come back.
==== Remaining amount for split is shown on the text box instead of written below the box ====
Descriptions:
# Select split (add details later)
Expected behavior:
Text box for amount is automatically filled with the remaining amount shown below the box.
Actual behavior:
Default amount is set to $0
==== Remaining amount for split transaction is negative ====
Descriptions:
# Select split (add details later)
Expected behavior:
User should be notified that the value inserted is incorrect or that the maximum value should be less than or equal to a certain number.
Actual behavior:
“Save” button is grayed out and user has to figure out what went wrong.

Latest revision as of 23:04, 26 October 2009

View Analysis and Testing

Testing

Testing Strategy

Testing method

  • Interactive (manual)

Testing Scenario

  • Complete Story
  • Split focused
  • Testing matrix

Planned Tests

Tests Done

View Analysis (Based on tests)

View Changes

Planned Changes

  1. Commit Button
  2. "+", "-" => "Add", "Remove" or icons
  3. non-purpose? square in transaction dialog

Changes Made

Appendix

Test Cases

Adding first child to existing category does not create an object tree icon (plus sign)

Descriptions:

  1. Under My Budget, highlight one of the existing category.
  2. Select Edit -> Create new category.
  3. Create a name for the new category and select one of the existing categories as the parent.
  4. Select “OK”.

Expected behavior: The parent category should have an object tree icon (plus sign) to show that it has children categories under it.

Actual behavior: Notice that the parent category does not have an object tree icon (plus sign) next to it. You will have to either highlight the category or switch view from Buddi and come back.

Remaining amount for split is shown on the text box instead of written below the box

Descriptions:

  1. Select split (add details later)

Expected behavior: Text box for amount is automatically filled with the remaining amount shown below the box.

Actual behavior: Default amount is set to $0

Remaining amount for split transaction is negative

Descriptions:

  1. Select split (add details later)

Expected behavior: User should be notified that the value inserted is incorrect or that the maximum value should be less than or equal to a certain number.

Actual behavior: “Save” button is grayed out and user has to figure out what went wrong.