WHAT ARE THE VARIOUS RISKS INVOLVE IN TESTING?
No Answer is Posted For this Question
Be the First to Post Answer
Explain black-box testing?
there is a function called changevalues(x,y)inside this function x=x+y/2 y=y+x+5 end so i am calling function in one program as changevalues(y,x) what is the output if x=2 and y=10(ignore exact programatic statements) please can any one provide me answer for this immediately
The abbreviation of “MMORPG” is
What is the difference b/w Smoke Testing and Sanity Testing with Example...
When is a test considered to be successful?
How to do Integration testing in gmail application?
Do you know what the mean of cmm and tmm?
How you would allocate a task to team members?
Which testing method is used to check the software in abnormal condition?
What are the preconditions or initial conditions before doing the Automation testing?
What is the difference between IIS web server & Apache TOmcat server
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.