Answer Posted / mfsi_chinmayb
Hi,
Cyclomatic complexcity is a methodology to measure the
complexity at a certain area of code.In other words it an
another way to reach at defect clustering.
Cyclomatic complexity is to measure the number of
independent paths in a program's source code.
The formula it follow: M = E- N + 2P
where
M = cyclomatic complexity
E = number of edges of the graph
N = number of nodes of the graph
P = the number of connected components.
**The easier one is like:n(umber of Decision statements in
the program being tested plus one.)
It provides the degree of testing/review required in a
certain area of code.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How the build and release differ from one another, write down the difference between build and release?
What is agile testing and what is the importance of agile testing?
We have a WISPr application making an authentication request to a server running an authentication module. The client application is sending the User--Agent value, but the authentication application logs the User-Agent value as null, please explain the steps i should take to troubleshoot the issue. Please mention the steps by applying your knowledge of the OSI model.
Could you tell me two things you did in your previous assignment (QA/Testing related hopefully) that you are proud of?
Why is it often hard for management to get serious about quality assurance?
What is mr and er?
I have to write a User Story for a customer withdrawing cash out of an ATM. Can you send me some examples PLEASE. I appreciate your assistance.
hi, they have given 2 tables to write quries in SQL SERVER 2000 based on table as follows . 1st table :author: COLUMNS AS FOLLOWS pk. AUTHOR F_NAME DOB NATIONALITY 2ND TABLE BOOKS: COLUMNS AS FOLLOWS; PK ISDN F.K AUTHOR LANGUAGE PUBLISH_DATE; 1) RETRIVE author who is indian and hindi write in a) as joins b) sub quries 2)retrive who is younger author ; 3)retrive author who wrote more than one book in different language. 4)retrive author who has wrote in different language in each year write all queries in sql for sql server
What is the difference between the test plan and test strategy
Do you think qa's can also participate to resolve production issues?
What is the difference between quality assurance, quality control and testing?
Define the key challenges faced during software testing?
What is basis path testing?
What is binary portability testing?
What is cross browser testing?