Archive for October, 2007

New destination – http://venkatreddy.in

October 8, 2007

Finally, i have found my own place over the web & this blog has been moved to http://venkatreddy.in
Check out the new destination for latest updates

Non linear paths from Application Code

October 4, 2007

The applications become complex as their code base increases. This has challenges for the testers to determine the nonlinear paths in the application.
Most of the Static Analysis tools over the application code helps us to  identify the  cyclomatic complexity (nonlinear paths) at a method level. These might be helpful to validate those methods and [...]