What is driver in testing point of view?
Answers were Sorted based on User's Feedback
Answer / sunil reddy
Driver is a dummy program used instead of main module
It acivates connection to sub module. Drivers 4 inpur
purpose
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / chalapathi k c
Drivers are the dummy model program written by the developers ,Here we are testing data flow between the modules and drivers sends the data and receive the data with valid inputs.the drivers are also known as calling functions in bottom-up integration testing.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / prince
Arif........
Test Harness is different, the Environment Consist of Both
Stub and Drivers are called Test harness.
| Is This Answer Correct ? | 1 Yes | 0 No |
Driver is used to replace missing components in software. Basically stub and drivers used to replace missing components in system.
Note: Stub get call by component & Driver called components.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / bondu
driver are the dummy module that always simulate high level module .
it used to replace the missing component in the software.
driver is calling function and it calls component to be tested.
example:
suppose you have module A,B and C. Module A
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / arif
Test Driver or Test Harness: A program or test tool used to
execute tests. Also known as a Test Harness.
| Is This Answer Correct ? | 0 Yes | 1 No |
what is 'v'model?
What is the Difference between Client Server and a web Application?
Could anybody tell me types of testing involved when the project is at maintenance.
What is Difference between White-box Testing and Unit testing?
6 Answers AZTEC, College School Exams Tests,
To test a application what is required is functional specfication or busniess requirment ?
Hi, Can anyone suggest a test case writing technique for the below scenario. 1. User draws a lines on the image 2. User selects the lines and right clicks ( Measuremnts like distance between the start and the end point, coordinates of start point and coordinates of end point) 3. User selects one of the measurement Measurement is displayed Just want to highlight, i am looking for a test case writing technique for above scenario.
What is the difference between Functional test cases and UAT test cases?
What are the different ways of doing black box testing?
Hi, Please answer this qns. "What is the test strategy and list of design characteristics for a login screen?" thank u
7)In a Banking Application, for a module to pay a bill it must have 3 screens (Entry, verification and confirmation screens) in series. It was found that at the final confirmation page the data was getting saved in the database but was not getting displayed on the screen. Which is the best suited category and severity of this defect? A)High severity Content issue B)Low severity Content issue C)High severity Data Loss D)Medium severity data loss
What is broken link? how to test in a web application.
2 Answers Innovizia Technologies, IT Works,
what is configuration testing