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.
Hi, For the web application testing, whether we can use "Acunetix Web Vulnerability Scanner", I want to know in detail. Thanks in advance bye
What is failure-directed testing?
Daily howmany bugs will you find and what types are they?
What are the different Joins in SQL Server??? What are the types of indexes???
What all things you should consider before selecting automation tools for the aut?
Who is responsible for document all the issues, problems and open point that were identified during the review meeting
Functional testing?
I. Product feasibility II. Software requirements III. Software Design IV. Acceptance test Which of the above reviews are necessary in order to ensure the traceability of requirements in the implemented software? 1. I and II 2. I, II, and III 3. II and III 4. II, III, and IV 5. I, II, and IV
What is Extreme Programming (XP)?
what is the difference between black box testing and white box testing?
What is usability?
In which phase should testing begin – requirements, planning, design, or coding?