what is the difference between CMM and CMMI?
Answer Posted / vijaya
The first CMM (CMM v1.0) was developed for software and
released in August 1990.
Based on this success and the demand from other interests
CMMs were developed for other
disciplines and functions:
a. Systems Engineering
b. People
c. Integrated Product Development
d. Software Acquisition
e. Software Quality Assurance
f. Measurement
While organizations found these various CMMs to be useful
they also found them to be:
1. Overlapping
2. Contradicting
3. Lacking clean, understandable interfaces
4. Lacking standardization
5. Displaying different levels of detail
In addition, many organizations also had to deal with ISO
9001 Audits or TickIT audits based on ISO 9000-3
This resulted in expensive, confusing and conflicting
process improvement programs.
CMMI:
The CMM Integration Project was formed to:
1. Establish a framework to integrate current and
future models
2. Build an initial set of integrated models
The source models that served as the basis for the CMMI
include:
1. CMM for Software v2.0 Draft C
2. EIA ? 731 Systems Engineering
3. IPD CMM (IPD) v0.98a
| Is This Answer Correct ? | 32 Yes | 11 No |
Post New Answer View All Answers
can you explain the software testing life cycle?
What are the types of testing can be performed on facebook login page?
Describe the dimensions of the risk in qa?
In asset accounting we are run depreciation in 10% now we are in 6th period . But now our client says that the depreciation percentage is 12% but we have wrongly calculated on 10%. So what are the process we have calculated actual percentage.
Mention the different types of software testing?
hey, i recently attended 2 interviews and they asked whether I used qamonitor of softsmith. any help on what it does?
Hello Can anyone please share the interview details for QA positions in Tribal Fusion, Noida. Much Thanks
What is a cause effect graph?
Define use case testing.
How to log defect in HP ALM
what is the difference between product and process based projects?
Explain functions of quality assurance department.
What is maturity level?
What is the difference between compatibility testing and cross browser testing?
hi, they have given 2 tables to write quries in SQL SERVER 2000 based on table as follows . 1st table :author: COLUMNS AS FOLLOWS pk. AUTHOR F_NAME DOB NATIONALITY 2ND TABLE BOOKS: COLUMNS AS FOLLOWS; PK ISDN F.K AUTHOR LANGUAGE PUBLISH_DATE; 1) RETRIVE author who is indian and hindi write in a) as joins b) sub quries 2)retrive who is younger author ; 3)retrive author who wrote more than one book in different language. 4)retrive author who has wrote in different language in each year write all queries in sql for sql server