Skip to content
This repository has been archived by the owner on Jun 2, 2022. It is now read-only.

Smoke testing

Tatsuya Saito edited this page May 12, 2014 · 1 revision

Smoke testing

Policy

  1. Tests do NOT compare exported files.
    Tests check exporting response and header.
  2. Tests do NOT include all functions and conditions.
    Only fundamental them.

Summary of implemented tests

  1. Configure page for administrator.
  • show this page.
  • check default settings.
  • change and save settings.
  1. Detailed export page.
  • show settings as Configure page.
  • show Detailed link in Issues page.
  1. Quick exporting.
  • get response 200 to export.
  • export with XLS and ZIP format.
  • use settings in Configure page.
  • show Quick link in Issues page.
  1. Detailed exporting
  • change settings and export with them.
  • export with XLS and ZIP format.

Tips

  • If you want to get exporting files, use save_exported_xls and save_exported_zip in test_helper.rb.
Clone this wiki locally