What is Test Harness, Anybody can explain in Detail. Thanks
in advance.
Answer Posted / prasad m
It is a huge benefit to separate the data from the test scripts. So, another part of the test harness would be the data repository. Here, we use several tables to identify elements and their properties and their relationships among different environments. By using this method, we can pull the element attributes for a given element based on the environment in which we are running our test. This allows the elements to have different properties in different environments, and we never have to use an if-then-else statement to determine which properties to use.
Remember that decoupling is good, so separate components of the framework into the smallest pieces you can manage. You then have the added benefit of being able to replace components with better ones if they become available. If a new engine comes out, simply change the engine. This may require a rewrite of your test logic, or test scripts, but you may be able to do this quickly using regular expressions, or a code conversion tool. If a better database comes out, change the db. If you code it right, all you have to do is change a connection string and your queries if needed. It may be a lot of work, but if the end result is faster and more efficient automation, it may be worth it.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to find bug in photos and videos ??
1)What are the QA procedures followed 2) Write test cases on a weatherreport.com web page that has only two dropdown and a submit button, Fist drop down is a countries and second is metros in the selcted countries.When proper selection si doen and submitted it shows weather report of that metro.? 3)Write test cases on Mobile Alarm Module? 4)Write test cases on Company Water Bottle?
What are all the netwoking tools, hardware tools and software tools required for testing a web-based n client server applicatopn?
What are the Major Functionality for a ATM machine ??
You want a automation tool to be used for your project. How will you convince the client for the same. Please give me specific answer.
What types of testing is specifically important for web testing?
i need some objective type papers for my certification
what are the prerequisite conditins to test clientserver and web applications
what is the critical defect in telecom domain?help me out from this prob its very urgent
In Manual testing how to test proxy servers? can u please explain with example?
Hi,Please can any one tell me about SAP Testing concepts.
On what basis you are fixing up the time for project completion?
In which all places, testing is done?One is from the server by calling server name.Can u suggest others?
Upps..., sorry my email id is this : preet405p@yahoo.com Thanks in advanced.
Explain unit testing, integration tests, system testing and acceptance testing?