what is meant by cyclomatic complexity???
Answers were Sorted based on User's Feedback
Answer / vinodh anandhan , software tes
Cyclomatic Complexity is a software measurement developed
by Thomas Macabe. It directly measures linearly independent
path of program source code
Cyclomatic Complexity = No of Edges - No of Nodes + 2 *
Number of connected components
or alternative Definition G = Edges - Nodes + 2
or No of closed loops in the flowgraph + 1
| Is This Answer Correct ? | 9 Yes | 0 No |
Answer / jagadeesh
Cyclometric complexity is a whitebox testing technique
(More useful when doing Unit testing). In this we try to
identify all possible unique program branches (if, while,
forloops etc.) and ensure our test suit is covering these
all possible branches at least once.
| Is This Answer Correct ? | 2 Yes | 0 No |
can any one give negative testcases for calculator
I faced following questions in Polaris Interview. 1. Tell me about u r current organization 2. what is Black box testing? 3. what is white box testing? 4. What is Functional Testing? 5. What is difference between Black box & functional ? 6. what is test plan? 7. what is test strategy? 8. what is difference between Test plan & test strategy? 9. What is smoke testing ? 10 what is sanity testing? 11. who will perform smoke testing? 12. Explain about Agile process? 13. How much you know about QTP? ( I mentioned in my resume as Exposure on QTP) 14. Explain about u r current project? 15. What is the Requirement Traceability Matrix? 16. Can u draw the template for Requirement Traceability Matrix? 17. What is Ad-hoc Testing? 18. What is difference between ReTesting and Regression Testing. 19. Can u explain about Bug life cycle? 20. How can u make sure whether all requirements are covered or not? 21. Can u explain biggest complexity in current project? 22. what is difference between bug severity and priority? 23. Which bug tracking tool is u r using? 24. can u give one example for High severity and low priority bug? 25. can u give one example for High priority and low severity bug? 26. What is security Testing?
What is Test scenario and what's the relation between Test scenario and Test case.
4 Answers First Indian Corporation, Sapient,
what is agile testing, explain with example
u have 1000 of delete button in ur application ,how to check it out,.one by one ? or how to check it out by easy way?
define STLC life cycle step by step
what is Test Factor
Please write 4 high severity & high pririty bugs on ONLINE SHOPPING OF PRODUCT.Write bugs that should be practical and original.Thank u
What is the difference bt QA and QC
if u find bug is duplicated is it needed to again log it .how do u find bug is duplicated using test director as a tool
what is the difference between web based application and client server application as a testers point of view?
9 Answers Cognizant, Kanbay, RGPV, Saber Corporation,
Work flow in testing in your company?