Ask Question
27 January, 13:41

Which of the following could be useful during system testing?

stubs

data flow analysis

capture-replay tools

*unit-style automated oracles

mock objects

+3
Answers (1)
  1. 27 January, 17:26
    0
    Answer: Stubs, data flow analysis, capture-replay tools and mock object are useful during the system testing.

    Explanation:

    Stubs hold the predefined data and used it to answer calls during testing. Stub act as an object and test scrub simulated the charactertics of software components.

    Data flow analysis used in the programming of software components by using the control flow graph. It basically focused on the data variable and their definite values. It is used in the form of whitepox testing.

    Capture replay tool is used as aggression development test and during testing it records all the events. By using playback it also compared the results in the testing.

    Mock object are used to verified all the expected results and behavior during testing. Mock objects are mainly used in unit testing.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “Which of the following could be useful during system testing? stubs data flow analysis capture-replay tools *unit-style automated oracles ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers