| | |
Manual tests for the Model Editor
Guidelines for documenting the manual tests:
- Summarize the elements covered in the test
- Enumerate the steps (ordered list)
- Call out test points with a TEST bullet
- Include screenshots as appropriate; many of the manual tests will be visual, so screenshots are helpful
Model Editor
- Create a new file /app/models/test.json. The model editor should open.
- TEST add one of each type by clicking String, Boolean, Date, DateTime, Time, Decimal, Integer, Float
- TEST enter a label for a few fields, click the properties icon on some fields and set the label through the properties dialog.
- TEST checkpoint the file, add another field and delete an existing field, restore the checkpoint and verify the contents are correct
- TEST create a filtered collection on each type and see that each type has custom match criteria
- TEST click the source tab and verify the source looks correct, make a change in the source and click the design tab and verify the design is updated.
- TEST rename a field; ensure that the field is renamed in collections, too.
- TEST remove a field; ensure that the field is removed from collections, too.
|
r6 - 04 Dec 2008 - 12:57:29 - Yoav
|
|
|
| | |