what is difference between test harness and test bed. Are they
same? Plz reply.......
Answer Posted / 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 |
Post New Answer View All Answers
What are the different ways of doing black box testing?
What is the difference between load testing and performace testing?
What is the difference between Sleep and wait in winrunner what is integration testing and types of testing present what is system testing what is data driven testing what is functionality testing if requirements are given to you then how do you write the test cases for it Account number = Ok cancel For above given form the valid account number starts from 1 to 1000 so is it necessary to input the 1,2,3 ….998,999,1000 test cases to check the conditions of valid account numbers I,e is it compulsory to write 1000 test cases for the above form
what is test scenario and test condition?
What is strategy to be followed for execution of 500 Test Cases in One day. If only 1 Resource is available.
What is software configuration management?
What are different types of verifications?
What a team leader will test first when s/he will get new module to test?
What are the benefits of requirement traceability?
what is the difference between section & test feature in test case documention?
please send me database stored procedure checklist.
Explain crud testing.
Easiest way to write test cases? How i can learn writing the test cases?
Hi.....wat r d major bugs we can find in banking domain???
In a systen design to work out the tax to be paid: An employee has Rs 4000 of salary tax free. the next Rs 1500 is taxed at 10% , the next Rs 28000 is taxed at 22% , any further amount is taxed at 40% , the nearest whole Rs, which of these is a valid boundary value analysis test case ???? a)Rs 1500 b)Rs 32001 c)Rs 33501 d) Rs 28000.