TestMatick

4
May

Functional Testing of a Web Application: a Complete Checklist

To not be afraid to push a project to independent testing, you should perform functional software testing on the basis of a checklist. Further, we’ll talk about it.

29
Apr

How to Manage an Effective Test Planning

Nobody ever wants to work with long and monotonous test plans. More and more QA engineers come to the so-called test planning methods which contain all the thoughts and ideas that the project team can and will certainly have while developing and testing software.

27
Apr

A Complete Guide to Web Accessibility Testing

This article gives useful tips on tools and techniques that you should use while performing web accessibility testing.

22
Apr

Best Demo Websites to Perform Software Test Automation

Before you spend tons of time studying and developing a test suite for a new automation test framework, it is better to try it on different types of websites. Thus, you’ll ensure that this particular framework performs reliably and is user-friendly.

20
Apr

Requirements Testing: Criteria for Technical Documentation

When creating new software functionality, the analytical team creates certain technical requirements, and the QA department tests the product based on these instructions. And, of course, this happens even before the product reaches the end user. In this article, we will talk about the important points that you should pay attention to when testing software requirements.

15
Apr

Internal API Testing Strategies

If the development department and, accordingly, the QA engineers group have to interact with external API, certain difficulties may arise. Since, any part of the API can be modified or broken at the most inopportune moment. And if you want to deal with that as rarely as possible, you should anticipate the situation in advance, that is, create and constantly test the API. The following strategies may be helpful for these purposes.

13
Apr

Good Examples of Qualitative Communication between QA Specialists

A tester’s point of view plays a crucial role during the entire process of software development and software testing since it helps to not forget what users and developers think about all this. Further in this article, we’ll talk about the most illustrative examples of the way software quality depends on the tester’s communication skills.

8
Apr

What We Can Test in the Elements Tab

This material contains comprehensive information on what exactly we can test in the Elements tab in a browser whose main objective is displaying the page program code in the tree of DOM elements.

6
Apr

Which Programming Language to Choose for Automated Testing

Any automated testing implies the use of a certain set of tools for the automated execution of test cases created earlier. Undoubtedly, we cannot talk imagine this process without a programming language. Further, we’ll have a look at how to choose the most appropriate one.

1
Apr

Introduction to Regex

In this article, we’ll analyze 10 most popular symbols of regular expressions that can be met every day while performing software testing. And it’s Regex that will help us to interpret this.