devops
|
How to Get Started Automating Your API Tests When designing a test automation strategy, an area that is often overlooked is automating API testing. API test scripts are faster and easier to write than other types of scripts and can be fairly simple tests. An added benefit is that API testing can be included in your continuous integration tools for quick feedback. |
|
|
Embedding Performance Engineering into Continuous Integration and DeliveryIn the world of continuous integration and continuous delivery, the importance of ensuring good performance has increased immensely. While functional and unit testing are relatively easier to integrate into these processes, performance engineering has typically raised more challenges. Here's how you can mitigate them. |
|
|
Demystifying DevOps: A Day in the Life of a DevOps TesterThe idea of working as a test specialist on a team using DevOps can be intimidating. There are at least two technology stacks, containerization and continuous integration, that you need to be familiar with. But few people need to be able to start from scratch. Here's what a normal day of testing in DevOps looks like. |
|
|
Why Software Testing Is Key to DevOpsOne of the major reasons organizations adopt DevOps practices is to accelerate delivery of software to production. However, many fail to include quality components in their practices. Continuous deployment without quality is just delivering continuous bugs. Here's why software testing is an essential part of DevOps. |
|
|
Application Release Automation: Why the QA Pro Should CareThe speed of testing depends on a consistent software release process that can provide critical information when reporting issues. QA pros will benefit from a new set of DevOps tooling called application release automation, which drives continuous release deployment and provides visibility about what was deployed. |
|
|
Why Agile Is a Double-Edged Sword When It Comes to Quality When it comes to quality, agile very often leads to better applications and just stronger testing overall. However, the rapidity of agile can make it even more difficult to keep up with bugs since you’re iterating at speeds teams often just aren’t used to. |
|
|
Continuous Testing, Continuous VariationWith the arrival of continuous integration/continuous delivery (CI/CD), the notion of continuous testing is taking center stage. Knowing that comprehensive tests are running smoothly can be of benefit for the CI/CD pipeline. Using the repetitive character of CI/CD for testing can be a way to address issues. |
|
|
Software Teams Aren’t Taking Bug Reporting Seriously Enough Of the things that are being sacrificed for speed, proper bug reporting is high on the list. Because it’s so easy to quickly update applications on the fly and push out fixes within days or even hours rather than weeks or months, plenty of teams assume it’s OK to ship something with a high volume of bugs. |
|