If project wants to release in 3months what type of Risk
analysis u do in Test plan
Answer / satish
Use risk analysis to determine where testing should be
focused. Since it's rarely possible to test every possible
aspect of an application, every possible combination of
events, every dependency, or everything that could go
wrong, risk analysis is appropriate to most software
development projects. This requires judgement skills,
common sense, and experience. (If warranted, formal methods
are also available.) Considerations can include:
? Which functionality is most important to the
project's intended purpose?
? Which functionality is most visible to the user?
? Which functionality has the largest safety impact?
? Which functionality has the largest financial
impact on users?
? Which aspects of the application are most important
to the customer?
? Which aspects of the application can be tested
early in the development cycle?
? Which parts of the code are most complex, and thus
most subject to errors?
? Which parts of the application were developed in
rush or panic mode?
? Which aspects of similar/related previous projects
caused problems?
? Which aspects of similar/related previous projects
had large maintenance expenses?
? Which parts of the requirements and design are
unclear or poorly thought out?
? What do the developers think are the highest-risk
aspects of the application?
? What kinds of problems would cause the worst
publicity?
? What kinds of problems would cause the most
customer service complaints?
? What kinds of tests could easily cover multiple
functionalities?
? Which tests will have the best high-risk-coverage
to time-required ratio
| Is This Answer Correct ? | 6 Yes | 0 No |
What is meant by back-end testing?
what is the role of a test build manager?
Diff B/w Test Strategy and test plan
What are the different ways to check a date field in a website?
how will define a bug generally?
i have soure and target having 1 laks records same structure and same data. no primary key. how to do data validation in. how to identify each and every record same r not. i want check every record. wat is process.
What is Test Coverage?
what is the diff between testing and debugging
Test case preparation time Vs Test case execution Time. Say for example if 500 Man hour takes to prepare test case then how long test case exexution will take?
What's the test suit?? Explain with simple example. If there is User sub-menu & options are New, Edit, Delete (to create, edit & delete user ) then can i say USER Test suit Id-1 for user. Test case id - 1.1 for New, 1.2 for edit, 1.3 for delete.
Is it necessary to test application in lower versions of OS when you have tested in latest version
If RTM is not avaiable in the project whatis use and what the Difficult you face