Ticket #809 (assigned task)

Opened 5 years ago

Last modified 5 years ago

Better automated tests for uploading and creating content

Reported by: jukka Assigned to: tarmo (accepted)
Priority: critical Milestone:
Component: generic Version:
Keywords: Cc:
Time spent: 1.5h Time remaining:
Time planned:

Description

Currently our tests don't capture well enough when new features or fixes break old features. Uploading, modifying and creating stuff are the most vulnerable (and important) failure points, but our tests currently don't do very complicated modifications or uploadings.

We need one good complicated test where object is created, some pieces are added to it through the existing methods and some are removed. Then we can copy/paste it to test other features.

Change History

10/19/06 09:43:07 changed by tarmo

  • owner changed from anonymous to tarmo.
  • status changed from new to assigned.

I'll give this one a try...

10/19/06 12:23:20 changed by tarmo

  • tt_spent set to 1.5h.

(In [863]) Added some tests for chapter material editing. Refs #809, spent 1.5h.