Software Testing Interview Questions
Software Testing Interview Questions
21. What are the tasks of Test Closure activities in Software Testing?
Test Closure activities fall into four major groups.
Test Completion Check: To ensure all tests should be either run or deliberately skipped and all known
defects should be either fixed, deferred for a future release or accepted as a permanent restriction.
Test Artifacts handover: Tests and test environments should be handed over to those responsible for
maintenance testing. Known defects accepted or deferred should be documented and communicated
to those who will use and support the use of the system.
Lessons learned: Analyzing lessons learned to determine changes needed for future releases and
projects. In retrospective meetings, plans are established to ensure that good
practices can be repeated and poor practices are not repeated
Archiving results, logs, reports, and other documents and work products in the CMS (configuration
management system).
Refer Software Development Life Cycle (SDLC) & Software Testing Life Cycle (STLC)
105. What is STLC?
STLC (Software Testing Life Cycle) identifies what test activities to carry out and when to accomplish
those test activities. Even though testing differs between Organizations, there is a testing life
cycle. Click here for more details.
108. When to stop testing? (Or) How do you decide when you have tested enough?
There are many factors involved in the real-time projects to decide when to stop testing.