Ask Question
4 February, 18:34

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. 4 February, 21:18
    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?
Get 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 & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers