software testing

How To Tests for Azure Functions

Azure Functions is a serverless cloud service that enables you to run code on-demand in Azure without having to explicitly provision or manage infrastructure. Use Azure Functions to run a script or piece of code in response to a variety of events.

State-of-the-Art Cloud Testing

The cloud is penetrating every technology organization and almost every software product or service. The cloud affects everything inside development, bringing profound changes to how engineers build, test, release, and maintain software and systems. Sharing his experiences at Microsoft working on the Bing search engine, Ken Johnston reveals how they devised and implemented a test-oriented …

State-of-the-Art Cloud Testing Read More »

Hitting a Moving Target in the Cloud

The testing of Microsoft Translator (MT) service can be divided into two broad areas 1) Testing of the machine learning system that returns the translation answer 2) the web service that serves translate requests running on the Microsoft cloud.