Can u please explain wat is Cyclomatic Complexity?and wat
is incident?
Answer Posted / revati
Cyclomatic Complexity(CC):
The number of independent paths through a program.
You can count CC with 3 different ways .
1. CC = Edges - Nodes + 2
2. CC = Predicate Node(which has 2 paths) + 1
3. CC = Bounded or Closed region + 1.
Other than above the easiest way to calculate CC is to sum
the number of binary decision statements(e.g. if, while,
for etc) and add 1 to it.
Incident:
It is an event that occures during testing requires further
investigation.
An incident is any situation where the system exhibits the
questionable behavior, but often to refer to an incident as
a defect only when the root cause is some problem in the
item we're testing.
Other causes of incidents include misconfiguration or
failure of the test environment, corrupted test data, bad
tests, invalid expected results and tester mistakes.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
what could be the (realtime)bugs you come across in job portal and health care projects in terms of 1. high severity n low priority 2. high severity n high priority 3. low severity n low priority 4. low severity n low priority? pls its very urgent thanks n in advance n lukin forward for reply
*) Internal review defect gets detected… 1) During peer review. 2) By the own stuff member onsite/offshore. 3) During Informal review process. 4) None of these 5) All of these
Discuss what test metrics you feel are important to publish an organization?
whar are the contents in db testing test case template
What do you plan to become after say 2-5yrs (Ex: QA Manager, Why?)
Is Anyone attended the manual testing interview with capgemini in recent past. please let me know the type of questions they can ask. Thanks
What is Pre UAT and UAT is there any difference ?
What is CVS and why it is used?
What are differences between Testing in Uncontrolled Environment and Abnormal Environment?
What is mean by Schedule report who is the responsible for generated that one ?
what is base time , how can we base time your doc"s ?
What does entry and exit criteria mean in a project?
State a generalized process for load test? Or explain how you did it previously.
What were the major challenges u faced while testing
After insert the record in front-end, how will you check the back end by manually? Please explain?