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
Can you explain tailoring?
What is validation in software testing?
How do you know the code has met specifications?
Can you please explain about the erp project
how will the test plan is pepared in ur organisation>?
Hi, Im B.E 2011 pasout,worked in back office till now, but now im searching for job into manual testing with fake exp of 1 year..Plz suggest me how to prepare for an intervw? how to gain real time testing knowledge? Is dere any site where i can practice testing?
Work flow in testing in your company?
1. what is a date guidelines ?
What is user acceptance testing (uat)?
what is the architecture of your current project?
What are the different levels of manual testing?
What makes a good test engineer?
Who are all involved in an inspection meeting?
Write down ten test cases for below scenario: Increase the day by 1 and date format should be mm/dd/yyyy Conditions are : date should not be greater then 31 and date<1 month should not be greater then 12 and month<1 year should not be greater then 10000 and year<1 Thanks in advance
What is checkpoint? How can you handle the checkpoints?