Deprecated: The called constructor method for WP_Widget class in rst_ads_widget is deprecated since version 4.3.0! Use __construct() instead. in /var/www/wp-includes/functions.php on line 5546

Deprecated: The called constructor method for WP_Widget class in rst_about_widget is deprecated since version 4.3.0! Use __construct() instead. in /var/www/wp-includes/functions.php on line 5546

Deprecated: The called constructor method for WP_Widget class in rst_social_widget is deprecated since version 4.3.0! Use __construct() instead. in /var/www/wp-includes/functions.php on line 5546

Deprecated: The called constructor method for WP_Widget class in rst_recent_post_widget is deprecated since version 4.3.0! Use __construct() instead. in /var/www/wp-includes/functions.php on line 5546

Deprecated: The called constructor method for WP_Widget class in rst_instagram_widget is deprecated since version 4.3.0! Use __construct() instead. in /var/www/wp-includes/functions.php on line 5546
automated testing – Paradigm IT Consulting
posts browsing tag

automated testing

This tutorial is for setting up a web test framework in node.js. Previously, I’ve shown you how to create similar frameworks in Ruby and C#. This post should help you add another language to your testing arsenal. Why node.js? There are lots of reasons to choose various …

Continue reading

I was in a discussion the other week about choosing a language for your acceptance tests. The general consensus was that you should mirror your other code and choose the same language. For example, if you’re using a .NET stack then choosing SpecFlow with your step definitions and …

Continue reading

If you have a Windows machine then setting up Cucumber is a little more difficult, but not that bad. This article is based around installing everything on a Windows 8.1 machine, but the steps will be largely the same for Windows 7. If I have missed something that&#8217 …

Continue reading