Home/software testing interview questions/Page 3
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
What do you mean by Bug Life Cycle?
Bug Life Cycle explains the various phases of a software bug or defect's entire lifetime. It starts with detecting a bug and sums up when the same is closed, and it is ensured that it will not reproduce. Its various phases are: Detection/new Assigned Active Rejected Deferred Tested Reopened (goes toRead more
Bug Life Cycle explains the various phases of a software bug or defect’s entire lifetime. It starts with detecting a bug and sums up when the same is closed, and it is ensured that it will not reproduce. Its various phases are:
The Bug Life Cycle, also known as Defect Life Cycle, varies according to a range of factors, most notably organization policy and the SDLC methodology used, such as agile or RAD. Other Defect Life Cycle shaping factors include project timelines and team structure.
See lessCan you name the various levels of software testing?
Usually, software testing starts with unit testing and sums up with acceptance testing. The hierarchy followed is; unit testing -> integration testing -> system testing -> acceptance testing.
Usually, software testing starts with unit testing and sums up with acceptance testing. The hierarchy followed is; unit testing -> integration testing -> system testing -> acceptance testing.
See lessPlease explain the various strategies of software testing.
There are three types of software testing: Black Box Testing - Based completely on testing requirements and specifications. Demands no knowledge about: Internal paths, Code structures, or Software implementation. White Box Testing - Necessitates advanced programming skills. This testing strategy buiRead more
There are three types of software testing: