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
what is sanity test (or) build test?
wat are the questions would the project leader ask about the project?? please do send the answers early.
During alpha testing why customer people are invited?
Explain user acceptance testing.
When did u complete testing ? Which scenrio should not be in automation testing ? why ?
Explain stub in testing point of view?
What is the difference between latent and masked defects?
What are the different strategies for rollout to end users?
Does an increase in testing always improve the project?
Can you explain random/monkey testing?
Explain briefly your project.
What is unit level testing?
Anyone attended the manual testing interview with L&T infotech in recent past. please let me know the type of questions they can ask especially in PM round. Thanks
List the type of testing perform to test microsoft excel 2003 give atleast 1 example of each type
why QA team is necessary for an organization?