Hi can anyone pls let me know, how many test case can be
written to this C question (Unit testing)
*funame (Int x, Long b)
{
x=b;
x < 5
}
Note:
- Return type is boolean
- Input type is unsigned char
No Answer is Posted For this Question
Be the First to Post Answer
What is heuristics testing?
If anyone is having ISTQB certification study materials,please send to gul.e.raina@gmail.com
What the difference between pilot and beta testing is?
The names Sam Fisher and Gordon Freeman associated with mainly? a) Gaming characters b) Organizations CEO’s c) ______ d) ______
What is stochastic testing?
What is white box testing and list the types of white box testing?
What is Software reliability?
Hi can anyone guide me regarding how the interview procedures will be in exterro Inc, Coimbatore
Explain test plan?
why is waterfall model not good?
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.
What the purpose behind doing end-to-end testing is?