Friday 11 October 2019

What are Dynamic Testing Tools?

These tools are generally used by Software Testers.These tools are used when you operate on live data.
Dynamic Testing Tools are used at different levels from unit testing to system testing.These tools can be used only when the executables are ready.


The different dynamic testing tools are :

1.Test Driver : It inputs data into application under test.
2.Test Beds : It simultaneously displays source code along with program under execution.
3.Mutation Analyzers : It is used to check fault tolerance of the system by deliberately feeding errors into the source code.
4.Emulators : They are used to emulate parts of system not yet developed.