Can u please explain wat is Cyclomatic Complexity?and wat
is incident?
Answer Posted / a sameer
Cyclomatic complexity is a software metric, It used to
measure the complexity of a program. It directly measures
the number of linearly independent paths through a program's
source code.
M = E − N + 2P
where
M = cyclomatic complexity
E = the number of edges of the graph
N = the number of nodes of the graph
P = the number of connected components.
Here main things is of identifying predicates or decision
points ( predicate node means edge connectin two nodes).
Incident:- Its unusual or unespected behaviour that occurs
or occured in the software or appplication is caled incident
specifically designated for the task beforehand or on the
spot, It can be a hardware problem too.
It can be produced or may not be produced
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
what types of bugs will we find out in banking projects
Have u ever done testing related to a database,give examples to support u r answer.
There are some features to improve the performance of a Product. What are those factors?
What are the factors affecting a manual testing project and what are the ways to overcome it?
explain ur testing project? how can u nexplain . what should we explain ? i have not worked on any project?
What is test plan and contents available in a test plan?
Explain the difference between severity and priority.
How a test engineer will convince a test lead when he didn't approve the bug as a report ???
What is rapid application development model (rad)?
How do you know the code has met specifications?
How do u determine,what to be tested?
Can you explain regression testing and confirmation testing?
You want a automation tool to be used for your project. How will you convince the client for the same. Please give me specific answer.
What are the different cost elements involved in implementing a process in an organization?
What type of metrics would you use?