Can u please explain wat is Cyclomatic Complexity?and wat
is incident?

Answer Posted / revati

Cyclomatic Complexity(CC):
The number of independent paths through a program.
You can count CC with 3 different ways .
1. CC = Edges - Nodes + 2
2. CC = Predicate Node(which has 2 paths) + 1
3. CC = Bounded or Closed region + 1.

Other than above the easiest way to calculate CC is to sum
the number of binary decision statements(e.g. if, while,
for etc) and add 1 to it.

Incident:
It is an event that occures during testing requires further
investigation.
An incident is any situation where the system exhibits the
questionable behavior, but often to refer to an incident as
a defect only when the root cause is some problem in the
item we're testing.
Other causes of incidents include misconfiguration or
failure of the test environment, corrupted test data, bad
tests, invalid expected results and tester mistakes.

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is an exit criteria?

657


qtp9.2 and qtp10.0 difference

3027


What is the role of the test group vis-?is documentation, tech support, and so forth?

1605


Why did you choose the Software Testing Field?

1631


Write the test cases for file transfer from one user to other from Google Drive/drop box?

7218






Hi, Anybody knows about Hexaware company..

1672


PLS SEND REAL TIMERS, WHAT IS SOA TESTING..IM TRYING 3+ YR.. I HAVE GOOD KNOWLEDGE ON MANUAL TESTING... NOW IM NEW TO LEARN "SOA TESTING" IS BEST OR NOT? BEFORE LEARNING SOA TESTING ANY SKILLS ARE REQUIRED..... AND NOW WHAT IS THE MARKET FOR SOA TESTING... AND IT IS BASED ON PROGRAMMING OR NOT?

2323


Can anybody give me some tips on how to face telephonic interview and Write some expected telephonic questions as a 2+yr exp. in testing. Try to give Ques. that u already hv faced in telephone. Plz Help me out friends.

1437


If project wants to release in 3months what type of risk analysis you do in test plan?

705


Test cases for Internal IP Messenger

4092


What do you plan to become after say 2-5yrs (Ex: QA Manager, Why?)

1656


What is regression testing? When to apply it?

670


what should be tested when credit card is used as payment option in ecommerce project?can anyone tell me in detail what to test n how to test when credit card is involved in web application?

1525


Write the test cases for yahoo home page

1684


how to access a build & wat is its configuration

1761