18
Dec

What is The Contribution of Testing Strategy to QA Process?

Test strategies, test methodologies or testing methods are systematic methods used to select and / or create tests that must be included in the test suite. These can be random inputs, a test aimed at testing my suspicions, a test aimed at testing your suspicions, a test targeted for compliance checks, a test targeted for distortion checks; the most recent

Read more

13
Dec

The Importance of Testing Procedure and Performance Tuning

Software developers need to keep in mind that hundreds of thousands of users can simultaneously access the application on the Internet. Therefore, due to the load on the system, unpredictable delays are possible, which may disappoint users who are most likely to reject the application. On the other hand, adequate tests and the application tuning to ensure optimal performance under

Read more

11
Dec

Software Testing as a Profession

If you have not decided yet, who you want to be, or are looking for a job, but do not like the available vacancies, then necessarily consider such a profession as “Software Tester“. It will allow you to get into hi-tech industry, even without having a specialized education. IT jobs always pay higher than job opportunities in other career fields,

Read more

6
Dec

Incremental Testing

Implementation of unit testing practice is based on the two key principles: creating an effective test suite and choosing the way in which modules are combined into a runtime program. The second principle is very important, since it specifies the format of writing unit tests, the types of tools used in testing, the order in which modules are coded and

Read more

5
Dec

Mobile Testing: Complete Guide

This article will be useful to everyone who is involved in the development process both on the part of the agency and the customer: managers, designers, developers, testers. It presents the main features of mobile application testing. You can use one of the types listed below, depending on the aim you are pursuing: functional testing; performance testing; security testing; usability

Read more

4
Dec

How One Should Differentiate Successful And Unsuccessful Test Runs?

The test run that results in the discovery of an error cannot be called unsuccessful, if only because it is an expedient investment of capital. Hence it follows that the adjectives “successful” and “unsuccessful” need to be invested with a meaning that is opposite to the generally accepted definition of them. Therefore, in the future, we will call the test

Read more

1
Dec

How to write a good bug report?

If a bug report is written well, you have a chance that the defect will be fixed. Bug correction depends on how effective it is reported. Bug reporting is just a skill and we look through the question of its improvement.   The purpose of writing a bug report is to fix the defect. If a tester reports on the

Read more

30
Nov

Cross-browser testing

Cross-browser testing is exactly what its name means. This is a testing in several browsers, as well as the performance testing of the product without any dependencies or compromises on quality. It can be used both for websites, web applications and for mobile applications. There are two types of applications for the intended purpose: 1. Applications designed for companies to

Read more

29
Nov

System Testing

System testing is the most difficult process to perceive and execute. It should not be identified with testing of an entire system or program. The purpose of the system test is to compare the actual result with the original targets. From here follow two conclusions:   System testing is not limited to verifying “systems” only. If the product is a

Read more

27
Nov

Equivalence Class Partitioning – A Software Testing Technique in Black Box Testing

Equivalence class partitioning is a test design technology that focuses on reducing the total number of tests required to validate the functionality of a given software program. The basic idea underlying equivalence partitioning technique is to divide the input data of ​​the app into different equivalence data classes. If you design tests for each data class, but not for each

Read more