Overview of automated testing

Software testing has become a more and more significant step in the process of developing. As requirements and expectations grow in IT organizations, the relevance of testing grows in the case of small and big companies as well. The process has two main parts: manual and automation testing and they have the same types, but […]

Read more
Importance of Quality Assurance Testing

What is QA and why it is important? Definition of QA: Quality Assurance (QA) is a way of preventing mistakes or defects in manufactured products and avoiding problems when delivering solutions or services to customers. Similar Posts from the author: Android/iPhone application testing – simulator/emulator Usertesting Open source testing tools Testrail – first impressions Getting […]

Read more
Writing effective test cases

Everybody can write a test case. What’s difficult is writing an effective test case. Luckily it’s a learnable skill, but it requires in-depth knowledge of the software it is written for. Before we start writing one let’s ask “What is a test case?”.  A test case can be defined as “a set of conditions or […]

Read more