Trending

NOW TRENDING AT QA VALLEY

Qualities of a Good Agile Tester

From mutual funds to startups, big media to textile giants, every company is utilizing technology these days and each one has their unique requirements for automation and software. While the software implementation as well as development is vital to these companies, there is an evolving need for good agile software.

read more

You Can’t Rush Agile Change

Too often, organizations try to rush agile change. It is usually because they want to see the business benefits of agile as quickly as possible. Unfortunately, change doesn’t work like that. Much like growing experience, you can’t rush it. In fact, trying to change too fast often results in no.

read more

Stop Automating Your Regression Tests (For Now)

Note: in my observation, scripted test execution and the type of regression test scripts I’m referring to are slowly going away, but a lot of organizations I work with still use them. Not every organization is full of testers working in a context-driven and exploratory way while applying CI/CD and.

read more

Unit-testing: best practices

I have unit-tested my code for many years. While building a GIS-system, we really cared about our product quality. Our users’ needs demanded the app to work properly. I had all critical and/or complex parts of code 100% test-covered, with multiple paths and corner cases. It was such a pleasure.

read more

Maximize the Power of Your Open Source Application Security Testing

Open source components are the building blocks of the application economy. According to recent research, open source components make up 60 to 80 percent of the code base in modern applications.Developers depend on components that are written and maintained by the open source community to work faster and more efficiently,.

read more

Fundamentals of Anomaly Detection

Let's take a look at the fundamentals of anomaly detection and also explore the categories of anomalies and anomaly detection techniques. Today, when we claim of solving problems with Data Science, we try to do one of the following things: (more…)

The Role of AI in Software Testing

We all know that over the recent years, AI has proven to be quite helpful for the human race in the multifarious fields like statistics, graphical studies, astronomy and so on. But now the concerned matter is whether the theory will be able to bring about the necessary and the.

read more

Use waits as assertions for your Selenium tests

Selenium tests tend to make a lot of use of assertions, to check that some actions have been performed on the front-end or that some WebElement properties are the expected ones. And by assertions, I mean, mostly: assertEquals or assertTrue, as these are the most commonly used ones. (more…)