what is the work flow of testing(glamorous)
Answers were Sorted based on User's Feedback
Answer / 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 |
The workflow for testing is not standard, it changes from
one company to other, But the standard worfklow which
commonly used is "V-Model" itself( SDLC itself is sufficient).
1. Verify the result from implementation by testing each build.
2.Plan the tests in each iteration.
a. Integration tests for every build within the
iteration
b. System tests for the end of the iteration
c. Design and implement tests by creating
3.
a. test cases that specify what to test
b.test procedures that specify how to perform the
tests
c. executable test components to automate the tests
(if possible)
d. Perform the tests and systematically handle the test
4.
results
a. Defective builds are sent to other workflows
(e.g., design and implementation) for defect fixing
This might answer your query :)
| Is This Answer Correct ? | 1 Yes | 0 No |
can anybody tell me what would be the architecture for window based application.And what would be the architecture for web based application.(its very urgent)
what is difference between metric and report ?
What is the difference between smoke and sanity testing? and when we perform smoke testing and when we perform sanity testing?
How will you test language converter e.g. (English to Spanish) without Automation tool? OR What are the test cases or scenarios for language converter? Conditions: 1. without Automation tool, 2. You know only English language. 3. Make sure the tests should produce 80-90% pass result.
What is the advantage of V-model compared to other models?
Wells Fargo Testing interview If we are told to perform only regression testing on a software application and not to do sanity testing , then what could be the nature of your software application.
which is the best institute for testing in hyderabad?
How many Test-Cases can be written for the calculator having 0-9 buttons,Add,Equalto buttons.The testcases should be focussed only on add-functionality but mot GUI.What are those test-cases?
What is verification in software testing?
Waht is the diffrence between static testing and dynamic testing,what u do instatic testing as a black box test engineer
Hello can anybody list out supported and unsupported browsers for Window OS,Android OS,MAC OS Ubuntu
When and by How you will come to a conclusion “Prepared testcases covers the given requirements?