WHAT IS THE MEANING OF RISK BASED TESTING WITH EXAMPLE pls
this is urgent
Thanks in advance
Answers were Sorted based on User's Feedback
Answer / supriyo sengupta
Let me make this simple:
Let's say, we are testing a piece of end to end
functionality, and it has some 100 test cases.
Now, each of these test cases are given a weightage on the
basis of:
1. Severity (if this test case fails how big will be the
impact: Answer will be high, medium and low)
2. Likelihood of occurrence ( what is the chance of this
test case to fail: for example, if this test case has been
tested in the past several times, or if there is no change
in code/configuratio in that area : hence the answer will
be again: high, medium or low
Now, once we put this high, medium and low qualification on
all the test cases, I will get a grid of 9 boxes (High +
High, High + Medium, High + Low, Meduim + High, etc.) on
Severity and Likelihood of occurrence.
So, the risks are maximum if the test cases in the High+
High grid fails, then it will be High + Medium, then Medium
+High, and so on.
When time is an essence, we may end up testing only the
ones where risks are high as mentioned above.
This concept is called risks based testing.
There are other methods to do this, but for any beginner,
this is good to understand.
Hope it helps.
| Is This Answer Correct ? | 10 Yes | 1 No |
Answer / skan
Risk Based Testing is a context sensitive method of
carrying out testing. You identify all the areas in the
project for testing.Then you classify the areas based on
the Risk. you will have more test cases focused on high
risk areas.
| Is This Answer Correct ? | 10 Yes | 5 No |
Answer / priyanka
Risk-based testing is the term used for an approach to creating a test strategy that is based on prioritizing tests by risk. The basis of the approach is a detailed risk analysis and prioritizing of risks by risk level. Tests to address each risk are then specified, starting with the highest risk first.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / sitam jana
Hi Ramonsojos,
Risk based testing is an approach to testing to reduce the
level of product risks and inform stakeholders of their
status, starting in the initial stages of a project. It
involves the identification of product risks and the use of
risk levels to guide the test process.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / mnk.rao
any one projects sensitive brain working method if file
after getting all projects risk .our life.
by rao
| Is This Answer Correct ? | 0 Yes | 5 No |
Can anybody post the format of a Requirement Traceability Matrix. And how to include this RTM in the reqirement document.?
How should write test case (i.e. in proper format or simply step by step) in an interview test paper?
How to write test cases for the following scenario: The system shall limit the search result display to 200 records. Do we need to write test data for it. How do we create a test data for it.
hai we need to get some data from a logfiles and populate into database .to check this we need to write test cases .how to write test case for this scenario tell me as functional and stress testing differ
Describe to me the Software Development Life Cycle as you would define it.
how many checkpoint u have to used
Write the testcase for pen
How you will write test cases on DROP DOWN list BOX on GUI
This question is regarding MC/DC coverage (A and B) or (B and C) or (A and C) ? how many conditions are there in above expression? what are the test cases for statement, decision, condition, MC/DC and multiple condition overage explain in deatil why ?
I want 100 test scenario for gmail
Roads concatenation Problem Consider we have some GIS (Geo Information System) operating over some road network. Each road represented as array of two-dimensional geographical points. Road network is a set of roads. System has function called Concatenate(). This function takes raw road network and should return optimized road network. Optimization lies in concatenating roads with matching start or end points, i.e. if road AB end point matches road BC start point, then optimized network should contain concatenated road AC. Optimized network shouldn’t contain two roads which can be concatenated. Your task is to suggest set of test cases for Concatenate() function in order to make sure it works correctly. public interface IPoint { double Lat { get; } double Lon { get; } } public Road : List<IPoint> { } public RoadNetwork : List<Road> { } public RoadNetwork Concatenate(RoadNetwork roads);
could somebody plz tell me the test cases on online credit card payment?