what is difference between test harness and test bed. Are they
same? Plz reply.......
Answer / vinoth5054
Nopes not same.
Test Harness : Means automated test framework is a
collection of test data and software configured to run the
test in varying conditions and to monitor the behavior and
outputs.
In simple test tool used to execute the test.
Test Bed : Preparing for test execution. Installing
application, Configuring environment & Executing test cases.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is the difference between test scenario n testcase.do we have separate template fr test scenario.what is the use of scenarios.pls explain with example.
How to do the performance testing manually? Does you have a test case for that?
what are test cases for Session Time Out?
How will you determine if the architecture of any web site is of two tiers, three tiers or multi tier?
how to perform security testing manualy.I given the answer but interviwer not satisfeid from my answer
At what stage unit testing has to be done?
Difference between integration and regression testing?
What is the difference between static testing and dynamic testing?
who preapares use case document? who preapares use functional point document? who preapares use test sceanario document?
what is corrective & Preventive Action
what is localisation &globalisation
How to test the below code and write test case? Prove that this code is wrong? int add(int a ,int b) {return a+b; }