Integration Testing a Cloud Native Application with JavaScript

August 31, 2020 0

This talk will take you through the challenge of testing a cloud-native application that uses MQTT (a pub/sub protocol), webhooks and REST to interact with IoT devices on top of AWS. It uses services which cannot be run on a developers machine for testing, so it was needed to develop a test setup which enables us to continuously test against real services.

How To Test Web Forms for Usability?

August 25, 2020 0

It is rare to see a website without a form that you will use for contact or to register. The interaction on this type of web pages requires a lot of processing when you have to check the validity of the user input. This article explores the testing of web forms from the usability perspective.

Testing for Accessibility on a Budget

August 18, 2020 0

According to the Norwegian Anti-Discrimination and Accessibility Act all new websites in Norway should be universally designed. Existing websites needs to be universally designed from 2021. To ignore this or postpone the subject until late in the development process can not only be expensive but will often result in sub-optimal solutions.

Digitate Launches ignioAI.Assurance

August 5, 2020 0

Digitate, a software venture of Tata Consultancy Services (TCS), has announced the release of ignio™ AI.Assurance. ignio AI.Assurance generates test scenarios autonomously, understands the impact of application changes, and can also reorder the test scenarios based on the application screen workflow.

A Guide for Software Testing in Scrum

August 3, 2020 0

The purpose of this article to share thoughts about software testing activities in the Scrum Agile framework. This article is divided in two main parts. The first part focuses on explaining the Scrum approach, who are the players, how are the plans transformed into actions, key ceremonies and what happens in a Scrum sprint. In the second part, I describe the software testing process followed in Scrum methodology and how it can be integrated within Scrum sprint.