-
Notifications
You must be signed in to change notification settings - Fork 2
Server's Testharnesses
Pavlo Paska edited this page Apr 25, 2014
·
1 revision
Server's Tests Harnesses
- Create DataSource (Customers)
- Create 3 different worksheets referencing to the same data source with three different columns set and filter rules
- Submit data (from Tsv)
- GetData
- Subscribe on changes and submit a few modified rows. Make sure you get proper updates.
- Check history for modified records
- Make changes to DataSourcenfo (no joins yet, just add or remove columns)
- Get Data and see what is there
- Delete records
- Join to other data source
- Create order data source
... steps ...
- Create OrdersWithCustomers (inherited from orders)
- Join OrdersWithCustomers to customers
- Make sure you can work with both Orders and with OrdersWithCustomers .....