how to do risk analysis during project and during write test
cases how to know which one is most crucial functionalities
of the application?
Answers were Sorted based on User's Feedback
Answer / srujana
Risk analysis is done by assesing how likely the problem
would occur and the impact if it happens.
Depending on requirements priority the test cases are
prioritized and crucial functionalities are determined.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / riju
For that first we need to have very good domain knowledge as
well as business logic, so that we can understand failure of
which function will affect the system majorly. e.g., for
passport application if two passports can be issued for a
single person then it is very risky area so we must test it
if index check is proper or not...
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / shruthi
1)we have 2 understand the req we not do means it comes
under risk n we cant able 2 identify the psbl scenarioes n
we cant able 2 cover in the test cases this all nothing but
the risk,so this all are the crucial functionalities of the
application
| Is This Answer Correct ? | 1 Yes | 3 No |
Difference between cache and cookie.
What is the Regression Testing Process followed in your company?
What is the difference between a Test Plan and a Test Strategy?
What is split testing?
Difference between spiral model and proto type in sdlc?
List the considerations in developing testing methodology
When a project was started in an organisation ,Testing team will get BRS & FRS documents and starts preparing the Test cases for the application.when the Build was released whether the Testing team will execute only the written Test cases (or) they may update further testcases
How to test Requirements?
If a webapplication is handed over and you are requested to come out with a test strategy. what are all the key things will you include in test strategy?
What types of testing is specifically important for web testing?
define defect lifecycle step by step
can we do database testing in manual testing? then how we write the test case?