Answer Posted / abhishek
Requirements analysis: Testing should begin in the
requirements phase of the software development life cycle.
During the design phase, testers work with developers in
determining what aspects of a design are testable and with
what parameters those tests work.
Test planning: Test strategy, test plan, testbed creation.
A lot of activities will be carried out during testing, so
that a plan is needed.
Test development: Test procedures, test scenarios, test
cases, test datasets, test scripts to use in testing
software.
Test execution: Testers execute the software based on the
plans and tests and report any errors found to the
development team.
Test reporting: Once testing is completed, testers generate
metrics and make final reports on their test effort and
whether or not the software tested is ready for release.
Test result analysis: Or Defect Analysis, is done by the
development team usually along with the client, in order to
decide what defects should be treated, fixed, rejected
(i.e. found software working properly) or deferred to be
dealt with at a later time.
Retesting of resolved defects: Once a defect has been dealt
with by the development team, it is retested by the testing
team.
Regression testing: It is common to have a small test
program built of a subset of tests, for each integration of
new, modified or fixed software, in order to ensure that
the latest delivery has not ruined anything, and that the
software product as a whole is still working correctly.
Test Closure: Once the test meets the exit criteria, the
activities such as capturing the key outputs, lessons
learned, results, logs, documents related to the project
are archived and used as a reference for future projects.
| Is This Answer Correct ? | 10 Yes | 4 No |
Post New Answer View All Answers
What processes/methodologies are you familiar with?
In manual testing, what are stubs and drivers?
Actually by using severity you should know which one you need to solve so what is the need of priority?
What kind of input do we need from the end user to begin proper testing?
What is defect validity ratio?
What is the difference between a standalone application, client-server application and web application?
What are similarities of Agile and Scrum?
Is compatabilitytestig and port testing are same
Could someone please send me real check list for Database Security testing.Please my mail ID- patil.ramchandra@yahoo.co.in. Thanks.
Can any body tell me in real time how cookies testing is done. And please tell me the steps.And for cookies testing test cases is needed.
There is only requirements document. You have 10 days and 8 resources to release the system.At the end of the 8th day u tell ur TL that system is ready for release. How will you proceed with the testing process or in other words what all approach you will follow once you get requirements
What is a testbed in manual testing?
What is a top-down and bottom-up approach in testing?
is it not possible to automate full project??what r the parts in project that cant be automated(tht has to be done manually)?
How can data caching have a negative effect on load testing results?