Blog

, page 73 back to homepage

7 Ways to Measure Test Coverage

This article was updated in December 2020. There is no one-size-fits-all guide to creating test coverage. This is why many testers could benefit from the advice on how to do

Read More

5 Principal Advantages of Offshore Software Testing

Errors are possible in any sphere, software development is not an exception from this rule – almost any software product has bugs, which have a negative effect and must be

Read More

Selenium 2 makes automation debugging easier

One of the parts of Selenium 1.0 that I never enjoyed was debugging automation that didn’t work. I had to faff about creating custom Firefox profiles with Firebug installed and

Read More

Purpose of an Independent QA Audit

The Software Engineering Institute/Capability Maturity Model (SEI CMM) describes periodic independent audits of the QA activities and work products of an organization’s QA group.  This is specifically stated in the

Read More

Why Do We Need Performance Testing?

Note: the article was updated in June 2018. The digital technologies are improving with every single day. This fact has made modern customers very demanding in the question of technology

Read More

Types of Bugs in Software Testing

Note: the article was updated in May 2022. Today, software teams face a lot of pressure to write large lines of code quickly, efficiently, and accurately to meet all business

Read More

What is Zombie Testing?

Note: This article was updated in November 2020. “Zombie testing” is a routine test execution using predetermined patterns and methods. In software testing, zombies are mostly concentrated on fulfilling their

Read More

What is the Main Aim of Software Tester?

“The main activity of testers is that they provide to the project participants of development software negative feedback on the quality of the product.” D. Spolsky recently described the same

Read More

Aggressive and Passive Testing

I’ve been thinking about how I *bucket* testing. Here is what I mean. I see testing as aggressive and passive. Aggressive testing, to me, is the art of asking the product

Read More

Non-Regression testing, what is it?

The article was updated in May 2018. Making code changes, a developer may affect the proper work of the software. Even a small tweak can cause unexpected consequences or provoke

Read More

Selenium Auto Accept Self Signed SSL Certificates and Basic Authentication

One of my biggest annoyances and unresolved issues with Selenium is the self-signed SSL certificates. This was a huge issue for me on the last project when we had dozen

Read More