Who creates test bed?Who is responsible for correctness and completeness of documents?During which steps of SDLC we can perform regression testing?

Showing Answers 1 - 6 of 6 Answers

sandeep kumar

  • Oct 6th, 2007
 

1 Test Bed- Collection of test cases for whole project(Test Suite) is called and this will prepare by Team Lead
2 Team Manager And Business Analyst
3 About Regression Testing all are different views. It is used test the side effects of code. This testing is done After closing all the bugs some time it is also called re testing in some company

  Was this answer useful?  Yes

1) A test bed is an environment used for testing purposes.  Various functional groups in a company are responsible for creating this environment.  Lab Operations sets up the lab environment.  Developers produce the tools and software.  However, it is the test group who ensures everything is configured properly for optimal testing purposes.

2) This answer depends on the documents in consideration.  The Business Analyst and/or Project Manager ensures the Business Requirements are accurate and thorough.  Members of the development staff may work with the Project Manager to ensure the technical specifications are accurate and complete.  The Test Manager or Test Lead ensures the Test Plan is complete and accurate.  

3) Regression tests are tests on preselected functionalities of the software deemed important enough to test independent of any code changes to their corresponding modules.  Once the first build of a software program has been delivered to the test team and tested, these regression tests will be executed on each and every build thereafter.   

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions