Summer of Code/2014/testing sugar activities

From Sugar Labs
< Summer of Code‎ | 2014
Revision as of 12:20, 25 August 2014 by Gp94 (talk | contribs) (Add the main topics for the testing guide.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Testing Guide for Activities in Sugar

As a part of Google Summer of Code 2014, my work was to write UI and unit tests for the different activities in Sugar. The activities that were needed to be worked upon, were installed by default in a fresh sugar installation. For detailed overview about my experience and how things panned out during the course of the program, then please hop on to this link and find more on my experience. The activities are:

What are UI and unit tests?

How does the tests work?

Small Demonstration

How to write your own tests

Important Points to remember while writing tests

Troubleshooting

Link to my submitted tests