-
Tags
ASQ Influential Voices blogs Books Career Carnival commentary continual improvement Creativity curiouscat Customer focus customer service Data Deming Economics engineering Google Health care Innovation internet Investing IT John Hunter leadership lean manufacturing Lean thinking management Management managing people Manufacturing organization as a system Popular Process improvement Psychology Public Sector Quality tools quote respect for people Six sigma Software Development Statistics Systems thinking tips Toyota Toyota Production System (TPS) webcast
-
Categories
- Books
- Career
- Carnival
- China
- Competition
- Creativity
- curiouscat.com
- Customer focus
- Data
- Deming
- Design of Experiments
- Economics
- Education
- Fun
- Health care
- India
- Innovation
- Investing
- IT
- Lean thinking
- Management
- Management Articles
- Manufacturing
- Performance Appraisal
- Popular
- Process improvement
- Psychology
- Public Sector
- Quality tools
- quote
- Respect
- Science
- Six sigma
- Software Development
- Statistics
- Systems thinking
- Tags
- Theory of Constraints
- Toyota Production System (TPS)
- Travel photos
- UK
- webcast
Tag Archives: software testing
Interviews on Software Testing
I haven’t added a new post here recently. One of the things that has been keeping me busy is putting together some interviews on software testing. Here are excerpts from 3 of the interviews: Testing Smarter with Alan Page Hexawise: … Continue reading
Posted in Software Development
Tagged interview, Software Development, software testing
Comments Off on Interviews on Software Testing
Software Testing and the Impact on Quality
My response to a question on Reddit. “Software quality does not come from testing” Does anybody have any thoughts on the validity of the above statement? That statement is similar to the idea you can’t inspect in quality. Basically “Inspection … Continue reading
Posted in IT, Software Development
Tagged Deming, inspection, quality, Software Development, software testing
2 Comments
Combinatorial Testing – The Quadrant of Massive Efficiency Gains
My brother, Justin Hunter, gives a lightning talk on Combinatorial Testing – The Quadrant of Doom and The Quadrant of Massive Efficiency Gains in the video above. The following text is largely directly quoted from the talk – with a … Continue reading
Improving Software Development with Automated Tests
Automated software testing is a mistake proofing (poka-yoke) solution for software development. The way automated testing works is that software code is written that tests the software code of the application. This automated testing code test that business rules are … Continue reading
Baking in Quality to Software Development
One of the reasons my organizations switched to Ruby on Rails for software development was the great integration with automated testing. We always wanted to have good test coverage on our software applications (which are web applications – some used … Continue reading
Combinatorial Testing for Software
Combinatorial testing of software is very similar to the design of experiments work my father was involved in, and which I have a special interest in. Combinatorial testing looks at binary interaction effects (success or failure), since it is seeking … Continue reading