Skip to content
This repository has been archived by the owner on Sep 18, 2020. It is now read-only.

frontend

Grzegorz Mrukwa edited this page Mar 1, 2017 · 2 revisions

Frontend

Tests prepared for frontend cover whole end user functionality. They are based on user-stories (or introduce new user-story).

For TypeScript itself no tests are necessary now. They are allowed optionally if some components need additional testing.

Toolset

To make user-story testing automatic, Selenium framework is used. Such approach allows to simulate user visit.

Each user-story should be covered by an appropriate functional test. For tests which are not based on user-stories, a story must be introduced.

An investigation must be made, which browser will be suitable from the side of AppVeyor.

Please note, that Selenium is working under NUnit framework and enforces its usage.

Clone this wiki locally