Approval Testing

November 15, 2018 0

Approval Testing is an approach to software testing that focuses on capturing and storing the behavior of your application, presenting the changes in behavior and allowing the software development team to react to them. There are some open source tools that will help you automate approval testing.

UKSTAR Software Testing Conference, London, March 11-12 2019

November 8, 2018 0

The UKSTAR Software Testing Conference is a software testing event taking place in London and aimed at software testing professionals. This conference wants to offers an experience of introspection and forward-thinking for software testing professionals to renew their determination and passion to advance the software testing role.

Unit Testing with xUnit

November 5, 2018 0

xUnit.net is an open source unit testing tool for the .NET Framework. Written by the original inventor of NUnit v2, xUnit.net is the latest technology for unit testing C#, F#, VB.NET and other .NET languages. xUnit.net works with ReSharper, CodeRush, TestDriven.NET and Xamarin.

Open Source Behavior-Driven Development (BDD) Tools for PHP

October 30, 2018 0

Behavior-Driven Development (BDD) is an Agile approach that mixes requirement gathering, documentation and acceptance testing. The idea is that you start by writing human-readable sentences that describe a feature of your application and how it should work. Then you implement this behavior in software. This description can produce automated tests that will verify that the feature is implemented correctly. On the testing side, BDD tools provide you the features to perform functional or acceptance tests. There are many tools that implement the BDD concept for different languages, including PHP.

REST APIs and WebDriver

October 22, 2018 0

This talk demonstrates to participants how they can use HTTP request libraries and WebDriver in harmony. A common pattern that Automator’s fall into is trying to execute every action of a test via the UI, from logging in, creating required data, navigating to that specific data and then running assertions on it before logging out. This can lead to tests that are slow to run and likely to break due to the reliance on many Web elements.

Web hosting Monitoring Services and Tools

October 15, 2018 0

Software testing doesn’t stop when your website is live and monitoring your website uptime or response time is a key aspect of software quality assurance. If your website is slow or down, it means you are losing clients: with no access to your pages, how are they supposed to use your services and contact you?

1 66 67 68 69 70 171