Software Testing Interview Question and Answers
96. |
What is a Test Procedure? |
|
A Test Procedure refers to execution of Test cases in a particular order. It is also known as Business Process Flow Testing OR Workflow Testing. |
|
|
97. |
What is the difference between Test Scenario and Test case? |
|
- Test scenario is a high level description of business Requirements, which is later decomposed into a set of test cases.
- A test case is a documented procedure to test a test condition. A test condition or test scenario can be defined as an item or transaction which can be verified by one or more test cases.
|
|
|
98. |
What is EOL? |
|
EOL means End of Life of the project. This means after the EOL, No support will be provided for the bugs reported by the customer. In other words the maintenance phase of the released project is completed. |
|
|
99. |
What is test driven development? |
|
This is a development model where the development is driven by testing. In this model test cases are developed before the coding and developers develop the code which will pass all those test cases.
|
|
|
100. |
What is SEPG? |
|
The Software Engineering Process Group or the SEPG group is a group of Process. Specialists. These individuals facilitate the definition, maintenance, and improvement of software processes used by the Organization. |
|
|