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

how to test ecg machine?

1377


How to do Performance Testing manually for a Flash Application?

1856


negative test cases on banking domain ?

3407


what will be verification and validation test cases for yahoo login page (only functional test cases)? Please explain in details.

13650


Why did you choose the Software Testing Field?

1643






What does entry and exit criteria mean in a project?

702


what is a data guidelines?

1689


hi all I have an overall experience of 12 years working in an EDP setup(worked in a manufacturing setup in a German MNC). On my request, I was relieved from my duties in Sep 06 for maternity reasons. However I would like to pursue a career in a software organization as a manual tester. I obtained my proficiency certificate in Software Testing from STAG SOFTWARE LIMITED 2 months ago i.e in May and would now like to continue working in this field. However I am unable to find a job until now. If anybody knows of a opening at bangalore, kindly let me know.

1562


When did u complete testing ? Which scenrio should not be in automation testing ? why ?

2394


What is difference between Manual testing and Pega/BPM testing?

7513


what are your achievements in your organization ? Guyz very very urgent , help me

1655


What are the different levels of manual testing?

676


What is XML Testing? Do we have any tools to test the XML? Please let me know.

1577


1.Tell me negative test cases for notepad 2.Tell me the factors for for writing severity based test cases

5545


How can you do the scalability testing?

696