| dumitru.corobceanu@gmail.com 2006-09-29, 7:07 pm |
| You received from the development team a new application; this
application was never been tested before. And you have been told that
you have to test it, they also say they don't know how much time you
have to test it. You can have a month or you can have a day, every day
may be last day for testing.
This is a simple application that enables you to save some objects and
their proprieties. Also user can edit an existing record and can delete
an existing record. Application enables you to delete and edit multiple
records. All changes that have been made to the objects including
deleting and adding a new object are logged. Objects are displayed to
the user; user can select to clipboard their proprieties and can sort
the object list and search objects by different criteria. Multiple
selection is done by dragging imagine cells in excel (without using
CTRL key J).
Think of the application as a desktop application that connects to a
server that has the database. Please make abstraction of the other
details that I didn't mention, or if you think you can't continue
without some details, make your own assumptions.
In order, we have to test that application does:
1. stores objects and their proprieties;
2. delete objects and their proprieties, one by one;
3. displays existing records;
4. edit existing records, one by one;
5. multiple delete of the objects and their proprieties;
6. changes logging;
7. search objects;
8. sort objects;
9. multiple edit;
10. clipboard selection;
11. ...
Please reorder the list according to your priority, if you've made
some assumptions regarding something I forget to point out, and you
think is important please share.
Also make more detailed assumption so we can continue on with the list.
Sorry for long post.
|