-
Notifications
You must be signed in to change notification settings - Fork 8
Testing Overview
philcal edited this page Dec 19, 2014
·
6 revisions
Testing is a very broad subject, but here is how we commonly do it with ToolTwist projects...
- Blocks of code.
- [Web services](Testing Web Services)
- [User Interface via the browser](Browser testing using Selenium)
- Language - Java and Node
- Data storage - Mysql, memcached, SOLR, REDIS, etc
We usually test the UI using Selenium. Selenium can test the application on all the popular browsers, including mobile browsers). It can also test on a headless browser (a browser not visible on the desktop), allowing fast background tests to be performed.