12. What is the configuration management?
Answers were Sorted based on User's Feedback
Answer / vv
Configuration mangement nothng but maintaing and tratcking
the files which are saved.Normally organisations use VSS as
configuration mangement tool.
VSS is a abbreviated asa visual source safe.Its a version
control tool.After completion of developing the completion
the build will be stored in vss.The file willnot editable
after saving the file into VSS.Here we hVE Check In
/Checkout Process to Upload/Download the Files.After Check
out then only u can modify the files/ Documents.After that
the tester will CHECKOUT and save the same file for testing.
The VSS will be useful to a tester like sending his testcase
for review and storing his documents and sending the bug
reports to testlead
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / mfsi_priyankaa
Configuration management (CM) is a field of management that
focuses on establishing and maintaining consistency of a
system or product's performance and its functional and
physical attributes with its requirements, design, and
operational information throughout its life.
It includes version and build management.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / guest
I believe Configuration Management goes well beyond what was described above. The team in an enterprise usually takes care of the internal applications for the organization like the Human Resource Management Systems, Version Control Systems, provides user with licenses, manages servers with licenses, etc. There are some DB functions that are executed by the team. They usually hold a pool of resources to be used by several teams within a large scale software development organization. They usually take care of performance tuning of an application irrespective of the application being developed. They develop installation support for the product developed by a product development entity. There should be other activities executed by the CM team within an organization. I believe majority of them make use of Python scripting and software like Install Anywhere or their Open Source counterparts to package applications.
| Is This Answer Correct ? | 0 Yes | 0 No |
Configuration management (CM) is the detailed recording and
updating of information that describes an enterprise's
hardware and software. Such information typically includes
the versions and updates that have been applied to
installed software packages and the locations and network
addresses of hardware devices. Special configuration
management software is available. When a system needs a
hardware or software upgrade, a computer technician can
accesses the configuration management program and database
to see what is currently installed. The technician can then
make a more informed decision about the upgrade needed
| Is This Answer Correct ? | 0 Yes | 0 No |
What are Templetes for Daily,Weekly,Monthly test reports(Test Execution report)?
What is Green Tesing, Red Tesing & Yellow Box Tesing?
In real time where u can apply traceability matrix
Explain Equavalence Partioning.With example?
What are the types of maintenance?
Requirement is given : 1) The Login screen should require with 2 fields "Login" & "Password" 2) After successful login Success Message will display. 3) For Invalid login Error Message will display. 4) "Login" & "Password" both fields are case insensitive. 5) The Application should be Dialog application. What are the test cases for above requirements?
When and by How you will come to a conclusion “Prepared testcases covers the given requirements?
when doing regression testing, how can we know that other screen or module are affected?
Hi Friends Please let me know that how to test font size and font type of any website content when the right button is disable and we can not copy and paste it in msword.
what is bug description document?how to prepare it?
What is transient bugs ? How to reproduce those bugs? Can we log the those kind of bugs in tracking tool, if we found?
There is a Create Card window. It contains Card Name,Lunch discount & Dinner discount. I have written test cases for above [+ve & -ve].Now there is one Party discount is added to that window. How should I maintain test case.Guide me properly.I want to know that whether I have to write new test case bloking the previous one.