Explain structural testing?
No Answer is Posted For this Question
Be the First to Post Answer
HI, CAN ANY ONE PLZ EXPLAIN IN SIMPLE WORD WHEN WE DO SANITY TESTING AND SMOKE TESTING AND WHY ? and differance between this two ?
What the meaning of code walk through is?
What are validation and verification?
Explain automated testing?
Any applications in the market to help quality test team members communicate with each other?
how to download fullversion of JIRA(defect reporting s/w) s/w for free.can any provide web site for full version free download.
When you will deploy Fibre Channel SAN instead of iSCSI SAN?
What is structural testing?
what is SEI?
Explain me about test scenarios? How will you write it?
Test report?
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.