-
Cross Browser Testing
Browser compatibility testing means to test the site/application in multiple browsers and making sure that it works consistently and as in intended without any dependencies, or compromise in Quality.
Cross browser testing is applicable in both Web and Mobile application.
The Browser specific functional parameters impact the performance of an application and behavior across different browsers. It … Continue reading
-
What is Black Box Testing?
The Process of giving the input to the system and checking the output of the system, without knowing about how the system generates the output is called black box testing. It is also called as functional testing or behavior testing. Black box testing does not look inside the program code also known as functional testing
Black … Continue reading
-
Defect
What is Defect?
Defect is any difference between expected and actual result. Defect is also known as the bug.
A reason for defects:
1)Requirement Phase Problems:
Requirement related problem lead to developed functionality not as per user expectation. The problem can be:Unclear or missing Requirement: The customer is either not clear about his requirement.
Frequently changing requirement: Changes become on … Continue reading
-
Why is Integration testing important in Software Testing Life Cycle?
Most of the companies focused on the end to end testing. End to end testing is necessary but it needs to cover real use cases. Mostly testers spend 85% time finding bugs and ignore the real use cases related to an application. Test cases help the tester to find an easy path of the testing.
Most … Continue reading
-
Introduction to DevOps
Introduction
The IT industry has taken big leaps in technology innovation, the quality of the application development projects has been lagging. Many IT projects run inefficiently, missing implementation deadlines results in outages during or after implementation and therefore costing significant more than anticipated.
DevOps is the latest development that addresses such inefficiencies. DevOps binds development, quality assurance, … Continue reading