| |
GeekInterview.com > Interview Questions > Testing > Common
| Print | |
Question: Role of configuration controller in testing
Answer: What is the role of configuration controller in testing? will configuration controller baselines the testcases? |
| October 10, 2009 00:58:43 |
#5 |
| arnoldravi |
Member Since: July 2008 Total Comments: 2 |
RE: Role of configuration controller in testing |
The role of CC is as much important for Dev team as it is to Testing team. The reason is whatever changes happen to code will have a corresponding effect on test cases and all other artifacts. If a bug is reported, it has to be correctly mapped to proper baseline document which is a reference.
For example, if a bug is posted in Version 9 of the application based on the knowledge of version 5 BRDs, it will be rejected upfront. As a tester, CC role is most crucial to testing team than any other team. I don't agree with the idea that CC role is more important to Dev team than Testing team. In fact, the vice versa is more true.
|
| |
Back To Question | |