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

1. what is baseline document , can you say any two ?

1954


Once automated, what are the types of functionality provides the highest Return On Investment (ROI) to the company?

10586


Plz give me manual testing real test case ?

1136


what are the prerequisite conditins to test clientserver and web applications

1682


In interview How do explain in Testcase of Calcuator,Cellphones, Email testing?

1831






functional testing and usability testing test cases for transfer funds...

1370


What is a failure?

885


Write 2 scenarios for Integration testing? Please let me know its urgent.

1679


Hi, Can anyone suggest a test case writing technique for the below scenario. 1. User draws a lines on the image 2. User selects the lines and right clicks ( Measuremnts like distance between the start and the end point, coordinates of start point and coordinates of end point) 3. User selects one of the measurement Measurement is displayed Just want to highlight, i am looking for a test case writing technique for above scenario.

1675


can somebody plz tel me about financial domain for manual tester?? which kind of application use and what is the approach of testing??

1491


how to generate id in testdirector? a) Td id 1 b) td id 2 c) td id 3 d) td id 4 which is correct answer please any one of the tell me and mail me

1911


Differentiate verification and validation?

940


Wat type of questions ll be asked in interview for an 1-2 yrs. experinced persond and i need some database concept question in testing.

1936


How quickly we need to fix the bug? Or how soon the bug should get fixed?

807


What makes a good test engineer?

831