Software Testing Interview Question and Answers
26. |
What are the alternative names of Maintenance Phase? |
|
- Production Phase
- Post Release Phase
- Live Environment
- Customer Environment
|
|
|
27. |
What is SDLC? |
|
The software development life cycle (SDLC) describes the stages involved in development of project, from an initial feasibility study through maintenance of the completed application. |
|
|
28. |
What is a BRS? |
|
BRS is a Business Requirements Specification which is usually prepared before preparing an SRS. This document gives a high–level view of what is being required by the customer to meet business needs. |
|
|
29. |
What is Exit Criteria? |
|
Exit Criteria defines what should be there to inform that we have successfully completed a particular phase. |
|
|
30. |
What is a Cookie? |
|
- A Cookie is small information stored in a text file on the user’s hard drive by the web server.
- This information is later used by the web browser to retrieve information from that machine.
- Generally a cookie contains personalized user data or information that is used to communicate between different web pages.
|
|
|