my blog. for you.

Reden wir über Digitales.

Ich bin selbständiger IT Berater und Unternehmer in der Internet und Software Branche. Ich beschäftige mich mit Design, Enterprise Applikationen, Web Apps und SaaS Produkten. Ich entwerfe und entwickle Business Lösungen und Anwendungen. Ich helfe Unternehmen in Sachen Software Qualität und Wissenstransfer, z.B. mit Angular und Spring Boot.

Testing REST Services with REST Assured

Leider ist der Eintrag nur auf English verfügbar.RESTful service testing can be unwieldy and difficult to get started with. Providing a REST API implies using a variety of technologies and techniques such as HTTP, JSON, authentication, various payload transfer mechanisms and content types. This is where a tool that abstracts over these technical details and facilitates their application comes in handy. REST Assured is a high-level DSL for testing REST APIs. It draws upon behaviour-driven development (BDD) and hence makes for ... Read more

Mockito 2 now available

Leider ist der Eintrag nur auf English verfügbar.Last week version 2.1.0 of the Mockito testing framework for Java has been released. For more information on this latest iteration check out this page. As the name suggests, Mockito allows you to mock object behaviour during unit tests. When writing unit tests you only want to test a particular unit's behaviour (hence the name). Depending on the programming language used such a unit might be a function, a procedure or - most commonly ... Read more

Libraries.io and Dependency CI: Open Source Library Discovery and Dependency QA

Recently, I came across Libraries.io and its companion service Dependency CI. Libraries.io is an open source library catalogue that helps you find new libraries and keep track of the ones you already use in your projects. Once set up with a GitHub project, the service monitors the repository and notifies you in case there's a new version of a dependency available. Building upon this, Dependency CI is a continuous integration service that offers 'automatic compliance testing for all of the dependencies in your ... Read more

Varying Degrees Of Software Quality And What To Do About It

Leider ist der Eintrag nur auf English verfügbar.When working on client projects I come across copious amounts of source code, which sometimes is very well-maintained, sometimes less so. The various code bases are as diverse as their owners and respective stakeholders: A few come with an inherent sense of quality, lots of unit tests serving as the specification for the product. They're typically delightful to maintain and extend. Some though at times leave the impression of having been cobbled together in a rather ... Read more

Tracking Down Software Bugs, Automatically!

Leider ist der Eintrag nur auf English verfügbar.Last week MIT researchers published an article about an automatic bug-repair system called Prophet. Prophet is a machine-learning system that learns general properties and patterns of successful error corrections in software and applies those patterns to making new error corrections in other programs. While the possibility of having software track down and fix bugs automatically (which effectively would mean creating self-correcting computer programs) is exciting enough in its own right, Prophet possibly has far-reaching implications ... Read more

Advice On Improving JavaScript Test Speed (by Shyp Engineering)

Leider ist der Eintrag nur auf English verfügbar.On their blog engineers of logistics service Shyp (defunct) talk about how they improved the turn-around times of their JavaScript test suite by an order of magnitude of 3 (i.e. 1000x), which is no small achievement. In a modern software development process continuous integration and continuous deployment play a vital role. These ensure that your software always is in an deliverable, tested state and ideally is deployed to production systems in a timely manner when ... Read more

Houdini – Automatically Generated Web App Tests

Leider ist der Eintrag nur auf English verfügbar.Houdini is was a new SaaS product - currently in private beta - that "watches you using your site and automatically generates end to end tests that run continuously in the cloud". After having added some JavaScript code to your web app Houdini will follow and record your clicks, inputs and actions. These recordings are then used for automatically generating tests that run continuously. So, if a code change breaks your app's front end behaviour ... Read more

nagg – Simple A/B Testing For Links

Leider ist der Eintrag nur auf English verfügbar.nagg is an interesting take on URL shortening. It lets you enter up to 4 links each of which will be presented to the user clicking on the link at a previously set rate. For example, if entering four links with a rate of 25% each, each link will be shown every fourth time a user clicks on the shortenend link. This allows you for instance to do quick split testing of marketing sites or ... Read more

Acceptance Testing With PhantomJS and CasperJS

Leider ist der Eintrag nur auf English verfügbar.PhantomJS is a headless WebKit browser that allows you to call, test and scrape websites from the command line. In the developer's own words: PhantomJS is a headless WebKit with JavaScript API. It has fast and native support for various web standards: DOM handling, CSS selector, JSON, Canvas, and SVG. CasperJS is a testing and scripting framework that builds on PhantomJS. Again, in the developer's own words: CasperJS is an open source navigation scripting & testing utility ... Read more

Sauce Labs – Cross Browser Testing

Leider ist der Eintrag nur auf English verfügbar.Cross browser testing is a notoriously cumbersome problem. When developing web applications or websites any decent web developer or designer will try to test her work not only on her local machine, browser and operating system combination but will strive to cover as many reasonable environments that hold a certain market share as possible. Provisioning all those configurations with every possible combination of Chrome, Firefox, Safari and Internet Explorer and OSX, Windows, Linux, Android and ... Read more
« Vorherige Seite