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 is Test Design ?( Urgent) and Test Design for Printer?
What r the sequences that leads to automation?
What is early testing?
What is junit & api?
Please can any one tell me 1).Types of reports 2).Types of Meetings.
What is the Diff between Code Walkthrough & Code Review? What is the diff between walkthrough and inspection? What is meant by GUI Testing?
write test case for gmail login page
Which are the standards for software test plans?
How do you get programmers to build testability support into their code?
3.if a questions asked as,what is the quality standards you are following? what i need to tell.
Define Stability, Scalability and reliability with example ?
1.what is the approach while writing test cases in your project. 2.tell some intresting scenareo in your project
What are the tasks of test closure activities in software testing?
How to test the search functionality.For example in naukri advance search is there.how ca i test that page.
How to do Performance Testing manually for a Flash Application?