What is criticality?
Answer / Pradeep Sharma
Criticality refers to the level of impact or severity of a potential failure in a system. In software testing, components with higher criticality require more thorough testing.
| Is This Answer Correct ? | 0 Yes | 0 No |
what happens in a web application when you enter all the data and click on submit button suddenly the connection goes off? where the data will go ?
give an example of unit test and integration test and system test and UAT test?
2 Answers Spring Computing Technologies, Trealth,
Why is the decision table testing used?
What is a green box testing?
What can be thought of as being based on the project plan, but with greater amounts of detail?
wht is scope of ur project?
Explain cause effect graph?
26). how will know do written test cases are sufficient to validate application of functionality? 27). how will you prepare test data to validate input object? 28). explain defect status? 29). how will know whether the developer accepted you defects or not? 30). explain acceptance test? 31). explain when we stop testing? 32). explain scope of your project? 33). in which module you conducted testing? 34). explain defects which you found in that module? 35). if defect is not reproducible then what information you will provide to developer 36). if developer is not accepted your defect then what you will do?
A) Please give example for below statements. 1.Statement Coverage: Every statement in a program execute atleat once. 2. Decision Coverage: Every point of Entry and Exit in a program invokes atleast once. Each decision in a program has taken all possible outcome atleast once. 3. Condition Coverage: Each condition is a decision in a program has taken all possible outcome atleast once. 4. Modified Condition Decision Coverage: Each Condition has shown to affect that decision independently by varying that decision while keeping fixed all other possible condion. B) If the condition is (A&&B||C) then minimum 4 test case required to cover all the paths. Which are those 4 test cases. C) If the condition is (A||B&&C) then minimum 4 test case required to cover all the paths. Which are those 4 test cases.
how i find swing lenth of probe ?
What is parameter?
what is the difference b/w functional testing and system testing?