Trending

NOW TRENDING AT QA VALLEY

The Benefits of Test-driven Development

It sounds like an oxymoron: Create test cases before coding. In the process of writing and using test cases before writing functionality, a developer can produce higher-quality software. That is the concept behind test-driven development (TDD), and it works. (more…)

Delivering Security and Speed: The 3 Core Principles of DevSecOps

Despite the bevy of high-profile cyber attacks making headlines these days, security approaches in most enterprise IT environments are set up to fail.For starters, companies are throwing money at protecting the wrong things. According to Verizon's 2018 Data Breach Investigations Report, 40% of system breaches occur at the application layer..

read more

Why You Need Continuous Testing in DevOps

DevOps is more than adopting the right set of tools; it's a cultural shift that incorporates testing at each stage of the agile project lifecycle. Continuous testing is key to unlocking this culture change because it weaves testing activities into every part of the software design, development, and deployment processes,.

read more

When DevOps Gets Lost in Translation

The waterfall method of developing software is a bunch of translation activities: The design is a translation of the requirements into the language of architecture, the code is another, and a formal test process is a third. And with each translation, there’s the opportunity to introduce error. When your DevOps.

read more

5 Strategies for Better, More Reliable Load Testing

Load testing is a type of software testing used to examine the behavior of a system when subjected to both normal and extreme expected load conditions. As a subset of performance testing, load testing validates a system’s capacity—for example, how many users can perform concurrent transactions, how many orders an.

read more

Test Automation Patterns and Good Practices

Test automation, or automating the execution of your tests, provides several advantages: it saves your team time, resources, and the headache of having to do everything manually. However, test automation alone doesn't guarantee success. If you don't set up tests in the right way, you end up with the same.

read more

Why Technology Startups Should Not Ignore Software Testing

According to Statista, in 2012, testing and quality assurance consumed 18% of IT companies' budget that has now reached to 39% and will be 40% in 2019. Established companies have started realizing the importance of software testing. However, there is a dire need for technology startups to follow the same..

read more

How To Do Virtual Augmented Reality Testing

How To Do Virtual Augmented Reality Testing I recently interviewed a few folks on my TestTalks podcast, including BJ Aberle and Noemi Ferrera, about how to test virtual reality (VR) and augmented reality (AR) software. Here are some key takeaways to help you with AR and VR testing. (more…)

Cross-Browser Testing for Banking Applications

The banking or financial segment is probably the most complex one from a quality assurance and regulations perspective. The requirements of a banking web application are huge. It can be accessed from various geographical locations, by different personas, and across multiple platforms, while providing top-notch service to their customers. (more…)