Changes between Version 2 and Version 3 of DeveloperGuidelines/Testing/Smoke


Ignore:
Timestamp:
09/19/14 15:01:45 (10 years ago)
Author:
Arnav Sharma
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Testing/Smoke

    v2 v3  
    11= Smoke Tests - DEPRECATED=
    22[[TOC]]
     3
     4=== Look here for new version: [wiki:DeveloperGuidelines/EdenTest/WriteTestcase/Advanced#SmokeTests Smoke Tests] ===
     5
    36
    47Smoke Tests click through on every link within Sahana Eden and can be used to check for errors on pages and broken links. They are a light-weight approach to detecting basic errors, however they do not test form submission or any interaction. They can be run using [http://twill.idyll.org/ twill] or [http://jeanphix.me/Ghost.py/ Ghost.py]. Ghost is still under development and offers much more features than Twill.