In this post I will describe Cyclomatic complexity in Software Testing and how to calculate code complexity using Cyclomatic complexity. I have included few examples to understand how the code complexity is calculated. Also, I have mentioned advantages of using Cyclomatic Complexity. Definition: Cyclomatic complexity (or conditional complexity) is a … [Read more...]
How To Identify Entity Type In Database Designing
In this post, I will discuss about how to identify Entity Type in Data Base Designing, Property of entity types, How to make good definition of an Entity Type in Data Modeling. How to identify Entity Type in Data Base Designing? Below mentioned are the points to be considered: What information is required by business?Things that are of interest to the business that … [Read more...]