what is the role of QA in all the phases of SDLC?
Answer Posted / anjum fatima
SDLC Phase: Analysis
Quality Assurer: Attend the meetings with the project team, should have business knowledge & domain understanding.. prepare some initial QA plans with respect to the customer's needs.
SDLC Phase: Requirement
QA: 1) Software Requirements Specification Document(SRS)
2) Functional Specification Document (FS)
prepare Test plans, checklists, test cases based on the use cases.
SDLC phase: Design
QA: 1)Modular work done save as a document each & every process; like DFD's
2) Design specifictation also made.
SDLC Phase: COding
QA: 1)Coding standards prepared; properly define the pramameter, function their names and algo definition.
2) checklists prepared by the QA for the developer contain standards and guides for developers.
SDLC phase: testing
QA: 1) execute the test cases and evaluate the output accordingly
2) prepare bug sheets
SDLC phase: deployment
QA: Change Request form (CRF) for approval.
Installation guides as well as user manuals..
| Is This Answer Correct ? | 15 Yes | 8 No |
Post New Answer View All Answers
How do you determine which piece of software require how much testing?
Write the differences between preventive and reactive approaches?
Explain the difference between the verification and validation?
What has not worked well in your previous QA experience and what would you change?
Tell me some key points to consider while writing a bug report.
Suggest me MCQ book for Software testing
What is code walkthrough?
Explain agile development processes?
What is agile testing and what is the importance of agile 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
Would we given training at first job (entry level)?
What is the difference between quality assurance and software testing?
Explain what is a cause effect graph?
What are the tables in testplans
Do you think qa's can also participate to resolve production issues?