Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is Test Harness, Anybody can explain in Detail. Thanks
in advance.

Answers were Sorted based on User's Feedback



What is Test Harness, Anybody can explain in Detail. Thanks in advance...

Answer / preethi

In software testing, a test harness or automated test
framework is a collection of software and test data
configured to test a program unit by running it under
varying conditions and monitoring its behavior and outputs.

It has two main parts: the Test execution engine and the
Test script repository.

Test harnesses allow for the automation of tests. They can
call functions with supplied parameters and print out and
compare the results to the desired value. The test harness
is a hook to the developed code, which can be tested using
an automation framework.

A test harness should allow specific tests to run (this
helps in optimizing), orchestrate a runtime environment, and
provide a capability to analyze results.

The typical objectives of a test harness are to:

* Automate the testing process.
* Execute test suites of test cases.
* Generate associated test reports.

A test harness may provide some of the following benefits:

* Increased productivity due to automation of the
testing process.
* Increased probability that regression testing will occur.
* Increased quality of software components and application.


with regards
Preethi.G

Is This Answer Correct ?    35 Yes 2 No

What is Test Harness, Anybody can explain in Detail. Thanks in advance...

Answer / hlf

A test harness provides a mechanism for controlling or
applying a test.

Is This Answer Correct ?    8 Yes 2 No

What is Test Harness, Anybody can explain in Detail. Thanks in advance...

Answer / 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

What is Test Harness, Anybody can explain in Detail. Thanks in advance...

Answer / ks thangavel

test harness is nothing but aspect which affect the test
environmental called test harness


KS THANGAVEL

Is This Answer Correct ?    3 Yes 24 No

What is Test Harness, Anybody can explain in Detail. Thanks in advance...

Answer / shaleni

Test Harness is a Tool which used in Telcom Testing.
That is mainly used to test the Communication between the
protocols.

Is This Answer Correct ?    1 Yes 23 No

What is Test Harness, Anybody can explain in Detail. Thanks in advance...

Answer / arul

Test harness is testing the contents of the server. It may
be of anything say, Java test, Mime type test, audio, video
test etc.. It is done before the server is lanched to
custmer use(Commercial). We can say test harness as a pre
testing of the server(Contents in the server)
It is mostly done in mobile handsets(wireless).

Is This Answer Correct ?    2 Yes 24 No

Post New Answer

More Manual Testing Interview Questions

Can anyone tell me what should be the test cases for Security Testing?

3 Answers  


What is a test condition wen a tester will prepare or write a test condition?

1 Answers  


Write max. no of test case's in following scenario Developer develops single page which consist of simple Text box and a Submit button. Developer has not written a single line of code for the button (i.e. no relation of Text box and Submit button). No validations are implemented on Test box as well as button.

4 Answers   TCS,


what are the type of test strategy

3 Answers  


When u will start writing test cases?who will intemate u ,to write test cases?if the requirements changes day by day what will u do allready written test cases?

2 Answers   CSC,


Your manager has taken you onboard as a test lead for testing a web-based application. He wants to know what risks you would include in the Test plan. Explain each risk factor that would be a part of your test plan

1 Answers   Crea,


For a functionality 50 test cases are passed and we released the code with all the test reports etc etc.. But in customer side all the 50 test cases are failed. How will you answer for this error to ur manager and Customer?

2 Answers   IBS,


Difference Between Quality Center and Test Director?

2 Answers   CSC,


As a tester, what is the final report u submitted to ur customer? please write it in tabular form?

1 Answers   CybAge,


what is positive and negative testing with example?

6 Answers  


why did u chose software testing?

1 Answers   Verifone,


*) Internal review defect gets detected… 1) During peer review. 2) By the own stuff member onsite/offshore. 3) During Informal review process. 4) None of these 5) All of these

0 Answers  


Categories