Movatterモバイル変換


[0]ホーム

URL:


Skip links

Try QA

Main navigation

Study material for ISTQB Exam Certification Foundation level, Premium & Free for ISTQB and ASTQB Exam, Certification questions, answers, software testing tutorials and more

What is configuration management in software testing?

Configuration managementis a topic that often confuses new practitioners. So, let me describe it briefly:

  • Configuration management determines clearly about the items that make up the software or system. These items include source code, test scripts, third-party software, hardware, data and both development and test documentation.
  • Configuration management is also about making sure that these items are managed carefully, thoroughly and attentively during the entire project and product life cycle.
  • Configuration management has a number of important implications for testing. Like configuration management allows the testers to manage their testware and test results using the same configuration management mechanisms.
  • Configuration management also supports the build process, which is important for delivery of a test release into the test environment. Simply sending Zip archives by e-mail will not be sufficient, because there are too many opportunities for such archives to become polluted with undesirable contents or to harbor left-over previous versions of items. Especially in later phases of testing, it is critical to have a solid, reliable way of delivering test items that work and are the proper version.
  • Last but not least, configuration management allows us to keep the record of what is being tested to the underlying files and components that make it up. This is very important. Let us take an example, when we report defects, we need to report themagainstsomething, something which isversion controlled.If it is not clear what we found the defect in, the programmers will have a very tough time of finding the defect in order to fix it. For the kind of test reports discussed earlier to have any meaning, we must be able to trace the test results back to what exactly we tested.

Ideally, when testers receive an organized, version-controlled test release from a change-managed source code repository, it is along with a test itemtrans-mittal report or release notes. [IEEE 829] provides a useful guideline for what goes into such a report. Release notes are not always so formal and do not always contain all the information shown.

Configuration managemement or Item transmittal report template

Configuration management is a topic that is very complex. So, advanced planning is very important to make this work. During the project planning stage – and perhaps as part of your own test plan – make sure that configuration management procedures and tools are selected. As the project proceeds, the configuration process and mechanisms must be implemented, and the key interfaces to the rest of the development process should be documented.

Other popular articles:

Reader Interactions

Comments

  1. D is correct because a test management tool that covers all phases of testing. In this question traceability which covers the requirement to test cases, recording of incidents/ Defect during execution and scheduling of tests which all test activities covered with a test management tool.

  2. Can anyone help why E is the answer for this question – I thought incidents are recorded using test management tool and requirement traceability is done by test management tool and we schedule the test execution in the test management tool.

    Looking for help here…

    30 A tool that supports traceability, recording of incidents or scheduling of tests is
    called:
    a) a dynamic analysis tool
    b) a test execution tool
    c) a debugging tool
    d) a test management tool

  3. awesome and very helpful infomation provided on related topic

Leave a ReplyCancel reply

Your email address will not be published.Required fields are marked*

Primary Sidebar

Search

  

ISTQB Certification Exam Study Material

Chapter 1. Fundamentals of testing
What is Software testing?
Whyis testing necessary?
Software testing objectives and purpose
Whatis Defect or bugs or faults?
Whatis a Failure?
Fromwhere do Defects and failures arise?
Whendo defects arise?
Whatis the cost of defects?
Defector Bug Life Cycle
What is the difference between Severity and Priority?
Principlesof testing
Fundamentaltest process
Psychologyof testing
Independenttesting- it’s benefits and risks
SoftwareQuality
Chapter 2. Testing throughout the testing lifecycle
Whatis Verification?
Whatis Validation?
CapabilityMaturity Model (CMM-Levels)
SoftwareDevelopment Life Cycle
SoftwareDevelopment Life Cycle (SDLC) phases
SoftwareDevelopment Models
Waterfallmodel
V-model
Incrementalmodel
RADmodel
Agilemodel
Iterativemodel
Spiralmodel
PrototypeModel
SoftwareTesting Levels
Unittesting
Componenttesting
Integrationtesting
BigBang integration testing
Incrementaltesting
Componentintegration testing
Systemintegration testing
Systemtesting
Acceptancetesting
Alphatesting
Betatesting
SoftwareTest Types
Functionaltesting
Non functionaltesting
Functionalitytesting
Reliabilitytesting
Usabilitytesting
Efficiencytesting
Maintainabilitytesting
Portabilitytesting
Baselinetesting
Compliancetesting
Documentationtesting
Endurancetesting
Loadtesting
Performancetesting
Compatibilitytesting
Securitytesting
Scalabilitytesting
Volumetesting
Stresstesting
Differencebetween Volume, Load and stress testing in software
Recoverytesting
Internationalizationtesting and Localization testing
Confirmationtesting
Regressiontesting
Structuraltesting
MaintenanceTesting
Impactanalysis
Chapter 3. Static Techniques
Testdesign techniques
Statictest technique
Whatis static Testing?
Usesof Static Testing
Informalreviews
Formalreviews
Theroles and responsibilities of the moderator, author, scribe, reviewers and managers involved during a review
Typesof review
Walkthrough
Technicalreview
Inspection
Whatis static analysis?
Whatis a static analysis tools?
Chapter 4. Test design techniques
Testanalysis
Traceability
Testdesign
Testimplementation
Testdesign technique
Categoriesof test design techniques
Static testing techniques
Dynamictesting technique
i.Black box testing or Specification-based
Equivalencepartitioning (EP)
Boundary Value Analysis (BVA)
whyit is important to do both EP and BVA
Decisiontables
Statetransition testing
Usecase testing
ii.White box testing or Structure-based
iii.Experience-based testing
Errorguessing
Exploratorytesting
Structurebased technique
Testcoverage
Whereto apply this test coverage?
Whyto measure code coverage?
Howwe can measure the coverage?
Typesof coverage
Statementcoverage
Branch Coverage or DecisionCoverage
Conditioncoverage
Howto choose that which technique is best?
Chapter 5. Test management
Rolesand responsibilities of a Test Leader
Rolesand responsibilities of a Tester
Purposeand importance of test plans
Thingsto keep in mind while planning tests
Whattesting will involve and what it will cost?
Estimationtechniques
Factorsaffecting test effort
Test strategy
Testmonitoring
Testcontrol
Configurationmanagement
Risksin software testing
Productrisk
Projectrisk
Risk-basedtesting
Riskanalysis
Incidentmanagement
Incidentlogging Or How to log an Incident
Whatare incident reports?
Howto write a good incident report?
Whatis test status report?
Chapter 6. Tool support for testing
Typesof test tools
Toolfor management of testing and tests
Testmanagement tools
Requirementsmanagement tools
Incidentmanagement tools
Configurationmanagement tools
Statictesting tools
Reviewprocess support tools
Staticanalysis tools (D)
Modellingtools (D)
Testspecification tools
Testdesign tools
Testdata preparation tools
Testexecution and logging tools
Testexecution tools
Testharness/ Unit test framework tools (D)
Testcomparators
Coveragemeasurement tools (D)
Securitytools
Performanceand monitoring tools
Dynamicanalysis tools (D)
Performancetesting, Load testing and stress-testing tools
Monitoringtools
Advantagesand benefits of using testing tools
Disadvantagesand risks of testing tools
Factorsfor software testing tool selection
Proof-of-conceptor piloting phase for tool evaluation

Secondary Sidebar

Popular Posts

Trending Posts

Categories

All content is copyright of tryqa.com, tryqa.com was earlier called ISTQBExamCertification.com

[8]ページ先頭

©2009-2025 Movatter.jp