Answer Posted / eswar
3 stages for a project are:
1. Project Manager
2. Developer
3. QA Team
Project Manager Activities:
1. Requirements Gathering
2. Project Planning
3. Code Review
4. Impact Analysis
5. Technical Assistance
6. Quality
7. Release
Developer Activities:
1. Analysis of Requirements
2. Coding
3. Self & Peer Review
4. Unit Testing
5. Integration Testing
6. Delivery to QA Team
QA Activities:
1. Test Analysis Process
i.Establishing Test Traceability
ii.Analyse Contradictory Requirements
iii.Discuss ambiguous Requirements
iv. Verify missing Requirements
2. Test Design Process
i. Test Plan document
ii.Test Case Document
iii.RTM
3. Test Execution Process
i.Test Case Executed
if it is Pass---->entered in Actual Result column
as "Pass" in Test Cae Document
if it is Fail----> entered in Actual Result column
as "Fail" in Test Cae Document and logged the defect in
Defect Report.
4. Defect Tracking Process
i. The Tester finds the "bug" and logged in Defect
Report with the status as "New"
ii. The Project Manager approves the Bug and change the
bug status as "Open"
iii. Project Manager assigns the bug to corresponding
Developer
iv. The developer fixes the bug and change the status
as "Fixed"
v. The tester re-tests & verify the bug and change the
status to "Closed"
vi. If the bug re-occurs,the tester changes the status
to "Reopen"
5. Test Reporting/Deliverables
i. Test Case document with Test Results
ii.Defect Report
iii.Test Summary Report
iv.Status Reports(Daily/Weekly).....................
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Where we have to use perl scripting in Testing approach and its importance
What is alpha testing?
what do you mean by Develop test data through sourcing (or) handcrafting techniques
How much the bug is affecting the functionality of the application?
Wat type of questions ll be asked in interview for an 1-2 yrs. experinced persond and i need some database concept question in testing.
write test case for linked in sign up page ?
PLEASE CAN ANYONE SEND ME THE TEST SCENARIO BASED QUESTIONS FOR 3+ EXPERIENCE IN MANUAL TESTING
Test approach to windows scheduler?
What do you think the role of test-group manager should be? Relative to senior management?
what is system testing? as test eng, what do u do in sys testing? who invoves in sys testing?
IN SQL SERVER 2005, With out using Query, hw can u break down USER NAME & PASSWORD to enter the software.
Explain what is exhaustive testing?
Explain briefly your project.
IF ASCII_CODE_OF_ENTERED_CHAR is less than 44 THEN reject it ELSE IF ASCII_CODE_OF_ENTERED_CHAR is greater than 56 THEN reject it ELSE it's a digit, so accept it Which one of the following sets of ASCII codes do you use to test the sample code above WITHOUT redundant coverage?
What is build interval period?