what is cyclomatic complexity? plz explain with example
Answer Posted / err. nilesh
cylomatic complexity is technique used to find out the path
coverage.Mathematically, the cyclomatic complexity of a
structured program[note 1] is defined with reference to the
control flow graph of the program, a directed graph
containing the basic blocks of the program, with an edge
between two basic blocks if control may pass from the first
to the second. The complexity M is then defined as:[2]
M = E − N + 2P
where
E = the number of edges of the graph
N = the number of nodes of the graph
P = the number of connected components
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is coupling integration testing
Is there any procedure of web-site development in manual testing. If yes what are factors we should test?
Have you ever completely tested any part of a product? How?
How do you go about testing a project?
What is a test server?
wat are the questions would the project leader ask about the project?? please do send the answers early.
What are the properties of a good requirement?
What are the main key components in web applications and client and server applications? And explain the differences between them?
Hello again!! wanted to ask you HOW EXACTLY create stubs and driver in integration testing? 2.whats the difference between integration testing and system integration testing? Thanks!!
What is a defect?
My name is Akpos from Nigeria. I have finished manual testing course. Please, can someone advise me where to go on from here?
Actually by using severity you should know which one you need to solve so what is the need of priority?
Hi Friends, I want to know the best institute in hyderabad which is giving training in 'SAP Testing' and who is the best faculty. Regards, Imtiyaz..
Give the real-time example for back-to-back testing?
When should you opt for manual testing over automation testing?