Skip to content

Server's Testharnesses

Pavlo Paska edited this page Apr 25, 2014 · 1 revision

Server's Tests Harnesses

SimpleDataSource

  1. Create DataSource (Customers)
  2. Create 3 different worksheets referencing to the same data source with three different columns set and filter rules
  3. Submit data (from Tsv)
  4. GetData
  5. Subscribe on changes and submit a few modified rows. Make sure you get proper updates.
  6. Check history for modified records
  7. Make changes to DataSourcenfo (no joins yet, just add or remove columns)
  8. Get Data and see what is there
  9. Delete records

Joined DataSource

  1. Join to other data source
  2. Create order data source

... steps ...

Inherited DataSource

  1. Create OrdersWithCustomers (inherited from orders)
  2. Join OrdersWithCustomers to customers

Joins in inherited DataSource

  1. Make sure you can work with both Orders and with OrdersWithCustomers .....
Clone this wiki locally