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
1. what is baseline document , can you say any two ?
Once automated, what are the types of functionality provides the highest Return On Investment (ROI) to the company?
Plz give me manual testing real test case ?
what are the prerequisite conditins to test clientserver and web applications
In interview How do explain in Testcase of Calcuator,Cellphones, Email testing?
functional testing and usability testing test cases for transfer funds...
What is a failure?
Write 2 scenarios for Integration testing? Please let me know its urgent.
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.
can somebody plz tel me about financial domain for manual tester?? which kind of application use and what is the approach of testing??
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
Differentiate verification and validation?
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.
How quickly we need to fix the bug? Or how soon the bug should get fixed?
What makes a good test engineer?