CI/CD Best Practices

Cloud Testing.

CI/CD Best Practices

3 minutes readKey takeaways Keep the pipeline fast. A suite people skip because it is slow provides no safety at all. Build once and promote the same artefact through environments rather than rebuilding per stage. Make the pipeline the only path to production, or the checks become optional in practice. What is CI/CD? Continuous Integration/Continuous Delivery (or… Read more »

Customizable Widgets on LoadFocus Dashboard

Cloud Testing Load Testing.

Customizable Widgets on LoadFocus Dashboard

2 minutes readKey takeaways A dashboard is only useful if it shows the few numbers you act on. Arrange widgets around a question you ask often rather than around what is available. Review the layout occasionally. Dashboards accumulate widgets nobody reads. As a developer or QA tester, you know how important it is to have all the… Read more »

Agile Software Release Checklist Manifesto

Cloud Testing Mobile Testing.

Agile Software Release Checklist Manifesto

2 minutes readKey takeaways Releasing often only works if the pre-release checks are automated and identical every time. A written checklist beats institutional memory the first time someone is on holiday. Anything you check manually before every release is a candidate for the pipeline. In this new agile world, you want to improve your application every day… Read more »