Blog
Brace Your Version with Backward & Forward Compatibility
Compatibility implies how one thing mixes with the other. With regards to quality assurance testing, there are two types of compatibility based on version checking are backward and forward compatibility testing. While we talk about difference forward and backward...
read moreExplaining the Role of Tester in Agile Team
There are numerous various thoughts regarding what being a tester implies in an agile environment. This prompts to confusion between how tester in agile team "fit" and what is the role and skills of a tester in an agile team. In an Agile team, testers should nearly...
read moreTwitter Broadcasted “Website” A New Home for Publisher
As a major aspect of its push to attract their publishers, it broadcasted Twitter website named "Twitter Media," for publishers to figure out how to maximize its platform. Almost a month ago, Twitter was working on ways to court little distributors and that it was...
read moreBusting out the Bubble of Black Box Testing
From the name black box testing techniques, you can likely understand that it connects interfacing with the system that you are testing as a mystery box. It implies that you are not sufficiently known about the internal working of the system however you know how it...
read moreDebugging: The Locating & Fixing Bugs Procedure
In SDLC, debugging in software testing includes finding and correcting code bugs in a PC program. Debugging process is a part of the software testing process and is an integral part of the whole software development lifecycle. The debug procedure begins immediately...
read moreHow to Choose wisely B/W Vulnerability Assessments & Pen Testing
Nowadays due to increased widespread Internet usage, security is of prime significance. The almost universal utilization of Web and Mobile applications makes systems vulnerable to cyber attacks. Vulnerability assessment methodology can help to find the loopholes in...
read moreAn Unending Journey to Defect Clustering in Testing
Defect Clustering in Software Testing is one of the seven software testing principles. Defect clustering depends on the Pareto rule that is 80-20 protocol. It can be expressed that around 80% of the issues are caused by the 20% of the modules. It is trusted that the...
read moreThe Role of Equivalence partitioning Test Technique
Equivalence partitioning test technique is commonly connected to the inputs of a tested component, although in some separated cases it can be utilized on the outputs of components in the product application. Equivalence partitioning test design technique uses a subset...
read moreExplaining Stubs, Mocks & Fakes in Unit Testing
Fakes mocks and stubs are kinds of test doubles that will assist you in accomplishing the objective of isolation. There are a few libraries that give tools to effectively make these fakes mocks and stubs objects in your tests. Sinon.js is a javascript library that...
read more