Wht is the Difference between Test Harness and Test Driver
Anybody can explain it..Thanks in advance...
Answer Posted / s. rajarathnam
Test Harness:
To generate Test Data by combination, for to test the
Application under regression testing. For Ex if there are 5
Fields in the Customer Enquiry First Name, Last Name,
Address1, Address2 and city, here if you have only 5 set of
original data, with the help of Test Harness Technique we
can generate upto 5X5X5X5X5 = 3125 Test Data can be
generated in that 5 Test data are positive Testdata and
3120 Testdata are negative testdata
Test Driver:
Test Driver is one of the Frame Work For testing the
Application in Automation. Test Driver Consist of 4
Component 1. Spread Sheet, 2. Script Folder, 3. Object
Repository Folder, 4. Main Script.
The Generic Script file should be saved in the Script
Folder and the Appropriate Object Repository File should be
saved in the Object Repository Folder.
In Spread Sheet, it should contains sino, Scenario Name,
Script Path, Object Repository Path, Flag.
in the Script Path Column we have to enter the Correct Path
of the Script and in the Object Repository Path Column we
have to enter the correct path of the object repository.
Flag Column contains the Yes or No (i.e) to execute or not
execute the script.
In the Main Script we are going to import the Spread Sheet
and we are going to get the value of the Flag. if the flag
value is "Yes" then we load the object repository file in
the object Repository and execute the script File. If the
Flag Value is No Control will navigate into the next line.
If there are 20 scenarios then control will to all the 20
lines and execute the script depending upon the flag value.
S. Rajarathnam
Senior Test Associate
CS Software Solutions inc Pvt Ltd
04428191336
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
uses of checklist
What are the possible test scenarios around AVS check of any credit card? (Testing through payment gateway online) (What are the fields we should check while checking AVS and CVV)
What are some best practices that you should follow when writing test cases?
how to access a build & wat is its configuration
Hi friends I am kranti completed my IT diploma in 2005 & after that complete my software testing course. Now I am working in small software form as software tester. I have 2 + year experience in manual testing. Now I wan to change company. Plz told me is there any effect that I can not have any degree although I have 2 + experience ?
Genarally what we have to tell. If anybody asks in the interview. what are challenges u faced in the Project and what are the Risks u faced in the Project, Anybody can suggest it ......Thanks in Advance....
Do write a separate test case for regression testing? If it is yes, explain how to write the test case?
What is smoke test?
what types of testing have u done in ur project?and expalin it detail?
i want to for technical interview question paper along with in tesrviwe Phases i need
Explain the components of a test plan?
What are the different ways to check a date field in a website?
Can you explain tailoring?
what are the Cs in testing
How can data caching have a negative effect on load testing results?