recategorized by
1,099 views
1 votes
1 votes

Which of the following is not a part of the Test Implementation and Execution Phase?

  1. Creating test suites from the test cases
  2. Executing test cases either manually or by using test execution tools
  3. Comparing actual results
  4. Designing the tests
recategorized by

1 Answer

1 votes
1 votes
Test implementation does include Creating test suites, executing and comparing results. Hence eliminate options a, b and c. The only option left is ‘D’. Designing activities come before implementation.
Answer:

Related questions

1 votes
1 votes
1 answer
1
gatecse asked Dec 9, 2020
429 views
$\text{SRD}$ stands for __________.Software Requirements DefinitionStructured Requirements DefinitionSoftware Requirements DiagramStructured Requirements Diagram
1 votes
1 votes
1 answer
2
gatecse asked Dec 9, 2020
493 views
Black Box Software Testing method focuses on the :Boundary condition of the softwareControl structure of the softwareTesting of user Interface onlyCyclomatic Complexity
1 votes
1 votes
1 answer
3
gatecse asked Dec 9, 2020
409 views
A software Requirements Specification $\text{(SRS)}$ document should avoid discussing which one of the following?User interface issuesNon-functional requirementsDesign so...
1 votes
1 votes
1 answer
4
gatecse asked Dec 9, 2020
770 views
In the Model-View-Controller (MVC) architecture, the model defines the ____________.Data-access layerPresentation layerBusiness-logic layerInterface layer