difference between test bed,test environment,test
harness,sanity testing,smoke testing,,retesting ,regression
testing (abcd)
Answers were Sorted based on User's Feedback
Answer / eswar
Test Bed: Test bed means set up to start the testing of an
application such as test environment, list of test cases
going to be executed, build of an application(EXE),test
data(input to test the condition which is to be given by the
client)
Test Environment: Required hardware and software
Test harness: Test harness means ready to start test
execution or Test Bed plus Test Environment
Sanity Testing:If we receive the initial build for dev team
then we check the build is stable or not
Eg : if we got the build and check the application is
opened or not
Smoke Testing: After Receiving the build we have to check
the major functionality of the application is working or not
Eg if we opened the Application and enter the data and
saved that data taht data saved in back end if we agree that
smoke test is passed so if it is failed report to dev team
Re-Testing:Test the Application on multiple inputs with
multiple test data on the same build
Eg: if we take login id and password in that we enter with
multiple inputs with multiple test data and test that
Application.
Regression Testing: Implement test cases on modified build
Eg : if we take initial 5 test cases that should be executed
and verify it 2 should be passed and remaining failed and
send the report to failed ones to dev team and again they
fixed send new build for testing and we test all 5 test
cases even though they passed so this process traverses the
all test cases should be passed
| Is This Answer Correct ? | 7 Yes | 4 No |
What is Boundary value analysis?
What is meant by beta testing?
What is the exact difference between Integration & System testing, give me examples with your project.
What is negative path testing?
what are iso,cmm,cmmi,level1,level2 etc in testing?
If a bug has high severity then usually that is treated as high priority,then why do priority given by test engineers/project managers and severity given by testers?
wht is TRM
Why we call it as a regression test nor retest?
how can test the entire web site?
What is Testsummary?
Can anyone explain me these 3 techniques with an example? 1).Equalent Class Partision 2).Cause-Effect Graph analysis 3).Error Guessing.
what is the difference between quality assurence and quality control