Posts

Showing posts with the label top
 Top Software Testing Interview Questions Here are some basic questions that can be asked in software testing interview:   1)What is Software Testing? Software Testing is process of executing a program to find the defects and thereby  identifying the correctness , completeness and establishing that software has attained degree of quality. Software testing is done to verify that software is doing what it is intended to do and nothing more or nothing less. 2)What is objective of software testing? To find defects as early as possible and get them fixed. To identify sources of risks and their impact that can be reduced by testing. To reduce identifiable risks that may result in project failure.  3)What is the goal of testing? The goal of software testing is to find defects early as possible and get them fixed. 4)Why does software have bugs? Unclear  or missing requirements Programming or design errors Communication gap Poor documentation Complex technology architecture Unskilled worker  T