A software developer is replacing a higher level code with a test code that establishes a function and passes test data to that function What type of test environment is the developer using
In software testing, a driver is a piece of code that replaces a higher-level module to test a lower-level module by establishing a function and passing test data to that function. Drivers are used inbottom-up integration testing to simulate the behavior of higher-level modules that have not yet been developed or integrated.
References:
"Software Testing and Quality Assurance: Theory and Practice" by Kshirasagar Naik and Priyadarshi Tripathy
IEEE Standard for Software Unit Testing (IEEE Std 1008-1987)
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit