page banner
avatar
'What Does A Perfect QA Process Look Like' post illustration
What Does A Perfect QA Process Look Like

What is the ideal QA process, what activities does it involve, and what team is required? Let's look deeper at how to know your QA activities are adding value to your project.

avatar
'How To Build Effective Communication Between The QA Engineer And The Client' post illustration
How To Build Effective Communication Between The QA Engineer And The Client

Communication with the client is very influential, helping to achieve better results for the whole project. Let's look at how to establish efficient and beneficial relationships with clients through communication.

avatar
'Testing strategies for Apache Spark based projects' post illustration
Testing strategies for Apache Spark based projects

Testing of Apache Spark pipelines can be challenging. Let's talk about possible approaches, their pros and cons, and see how Cucumber can help you to write clean and self-documenting tests.

avatar
'How to Test and Debug a GraphQL API in Scala' post illustration
How to Test and Debug a GraphQL API in Scala

Testing and debugging your Scala application built with GraphQL and Sangria can't be easier with our article.

avatar
'Test Design Techniques overview' post illustration
Test Design Techniques overview

The main idea is to walk through the Test Design techniques. As a starting point, I chose the list from ISO/IEC/IEEE 29119-4 Test Techniques.

avatar
'Test management process as a crucial point of the qualitative development' post illustration
Test management process as a crucial point of the qualitative development

Effective test management is an important element of a software development process. A well-planned and organized test management can ensure that the best possible software is produced within fixed time and resources.

The necessity to develop increasingly sophisticated software solutions has led to comprehensive,

avatar
'RESTful service load testing using Gatling 2' post illustration
RESTful service load testing using Gatling 2

In this post, I am going to show how to create load tests for a REST API application with the help of Gatling 2. This will be a step-by-step guide — starting from integrating Gatling 2 using SBT plugin, creating/configuring test scenarios, and all the way to running the Gatling tests.

avatar
'Usability testing. Practical guideline. Part One' post illustration
Usability testing. Practical guideline. Part One

The primary purpose of any commercial website is to effectively sale services or products. That is where the user experience design which includes various usability solutions comes into focus. This article considers key concepts of the user experience and usability and answers the basic questions:

avatar
'Scala REST API Integration Testing with Spray-testkit' post illustration
Scala REST API Integration Testing with Spray-testkit

Here you can find out how to create integration tests for RESTful service on the example of application shown in the article "Building REST service with Scala". To create the tests, I am going to use spray-testkit DSL, as it provides a simple way to test route logic for services built with spray-routing.