Q. Illustrate Functions that dynamic testing tools supports?
Functions that dynamic testing tools supports:
1: input setting it is selecting of the test data that the test object reads when called.
2: stub processing it is handling outputs and selecting inputs when a stub is called.
3: results displays it is providing the tester with the values that the test object produces so that they can be validated.
4: test coverage measurement it is determining the test effectiveness in terms of the structure of the program.
5: test planning it is helping the tester to plan tests so they are both efficient and also effective at forcing discovery of defects.