80 likes | 178 Vues
Learn practical ways to decrease test costs while maintaining code quality through examples and understanding Fahrenheit to Celsius conversion. Presentation delivered at ICOTE. Achieve improved code quality and streamlined testing procedures for cost savings. Explore techniques for achieving one-piece flow in software development.
E N D
Ways to Reduce Test Cost On Monday Matthew Heusser matt@xndev.com Excelon Development Presented to ICOTE Sept 25, 2012
Improved Code Quality Through Examples (°F - 32) x 5/9 = °C
Improved Code Quality Through Examples Fahrenheit Celsius Explanation 32 0 #Zero case 212 100 #Boiling 500 260 #Upper bound 501 ERROR #Beyond upper bound 33 1 #Simple case 34 1 #Round Up on 0.5 34.9 1 #Truncate input on fractions -200 -129 #Round up and lower bound -201 ERROR #Beyond lower bound NULL ERROR #Error if Blank HELLO ERROR #Error if Plain Text
Improved Code Quality Through Examples
Ways to Reduce Test Cost On Monday Thank You! Matthew Heusser matt@xndev.com Excelon Development Presented to Lockheed Martin Sept 24, 2012