Squashing Bugs: How Testing Can Help Improve Software Quality

blog Squashing Bugs : How testing can help improve Software Quality Early days of software development industry In the early days of the software development industry, software was created by individual programmers or small teams of programmers working on their own. ...

Agile or waterfall – different approaches to software development

blog Approaches to Software Development Agile and waterfall are two popular approaches to software development. The main difference between the two is that agile methodologies are iterative and incremental, while waterfall is a linear approach. Agile development Agile...

Tips for Software Development

blog Tips for Software Development Don’t write code that you think you might need in future, but don’t need yet.  Tests don’t need testing. Infrastructure, frameworks, and libraries for testing need tests. The third time you write the same piece of...