How do you prioritize testing tasks within a project?
Answers were Sorted based on User's Feedback
Answer / bizz
To my understanding, all the testing follows a Testing
Process. Test Process is something which we have to execute
in step by step. We cannot skip any of the process defined
for a bug free application. Following is the Test Process
which are in terms of their priority:
1- Preparation of URS.
2- Preparation of Test Plan (Very important Step).
3- Preparation of Test Cases from URS.
4- Execution of the Test Cases.
5- Defect report and tracking.
6- Test Report Summary.
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / sastha
?? Test Strategy & Planning
?? Test Design
?? Test Environment setup
?? Test Execution
?? Defect Analysis & Tracking
?? Final Reporting
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / pravati
1.analysing the requirement to understand the functionality.
2.deriving the test case as per the userstories.
3.execute the test case once it is deploied in testing env.
4.reporting the defects.
verifying the defects
5.changing the corresponding status.
6.certifying the product.
preparing the test summery report.
| Is This Answer Correct ? | 0 Yes | 0 No |
should we include risk in Test Plan
5 Answers iSoft, Mascon, Nigerian Ports Authority,
This is the question related to Traceability Matrix. Say we have 10 requirements for a project. If one of the testing team member misses the 9th requirement. Then how can we justify the Traceability Matrix and what is the further action to be taken. Please advice.
How to test a Falsh player scrollings?
Q) If pseudo code below a programming language. what test case s are required to achieve 100% statements coverage If x=3 then display_message x; If y=2 then display_message y; else display_message z; else display_message z;
at which movement we will perform varification testing & Validation Testing , with Example ??
hi all, I am doing Testing course,can anyone help me what is domain & module?
What is a 'walkthrough'?
which are the different types testing tools are available and which tool is mostly used in industry
What Is risk Based testing?
How can you do the scalability testing?
Whatis the need of writing testcases? why don,t test the application without the testcases
Differentiate verification and validation?