Responsive Design with Protractor and Browserstack

Veröffentlicht Schreibe einen KommentarVeröffentlicht in Angular, Web Development

This article describes how we can use Protractor and Browserstack to create a good environment and development process to quickly get feedback about the responsive design of a web application during development. Challenge We want to develop a responsive web application. Therefore it should be able to be used in a user-friendly manner at various […]

Tutorial: Developing an angular app driven by tests

Veröffentlicht Schreibe einen KommentarVeröffentlicht in Angular, TDD

This article is a tutorial for developing Angular applications driven by tests (TDD). Introduction For a long time graphical user interfaces of complex systems were made of solid and heavy weighted technologies of higher developed, object oriented programming languages. Mostly UIs have been fat clients, developed with WPF or Swing. Just rarely they were thin […]

Test strategies when developing redux stores in angular apps driven by tests

Veröffentlicht Schreibe einen KommentarVeröffentlicht in Angular, Redux, TDD, Web Development

I generally develop angular applications driven by tests. That works well, but when using redux in my projects (currently ngrx, but also angular/redux), there are several different aspects to consider when testing and developing stores and feature/fractal-stores, driven by tests. Intend The issue is to find a good strategy to test and develop driven by […]