Alternatives to Acceptance Testing
Alternatives to Acceptance Testing I like the goal of eliminating defects while you’re writing code rather than fix bugs later on. When it comes to testing, my goal is to eliminate defects. At least...
View ArticleWhy Proper Terminology in the Software/Web Dev Industry Matters
Terminology and jargon are part of any field and industry. They enable us to communicate with a common vocabulary which makes it quicker for us to get to the matter at hand. The nice thing about our...
View ArticleTaking a screenshot using Protractor and Selenium WebDriver
As I work with SPAs (Single Page Applications) it becomes more obvious that some parts of a web app can only be inspected visually. As part of an end2end test or user acceptance testing, manually...
View ArticleLet’s Code: Test-Driven JavaScript
http://www.letscodejavascript.com/ Latest videos: Testing Android, iOS, IE, and more Automating Karma (test runner) Cross-Brower Tests The creator of the series, James Shore, also wrote a fantastic...
View ArticleUnit Testing in AngularJS
The modern way of development is to build and deliver web apps that include automated unit test suites. These automated tests exercise your web app to make sure that it works and doesn’t have any bugs....
View Article