Systems | Development | Analytics | API | Testing

Testing

Secure Code Warrior Integration

Software security breaches pose a major safety and security threats. However, writing high quality, secure code can be a challenge without the right tools and knowledge. Secure Code Warrior is an integrated platform that provides secure coding training and tools that helps shift developer focus from vulnerability reaction to prevention. By using a combination of training courses and tournaments, Secure Code Warrior enables developers to gain the knowledge and skills to fix security vulnerabilities — ensuring they are less likely to be repeated in the future.

100% Test Automation is Not a Good Goal

If you have ever seen the 1976 movie ‘All the President’s Men’ you may remember the phrase “follow the money.” The idea behind this is that political corruption could be exposed merely by looking at financial transfers between parties. In testing, I like to give a slight tweak on this phrase and say, ‘follow the revenue.’ What does this mean? Plainly, we should focus most of our testing efforts in the ways that we will see the most positive return.

8 Common Causes of Flaky Tests in Elixir

Flaky tests are like meme stocks — many people have them, but no one knows what to do with them. Today, we will change that by diving into some common causes and, more importantly, solutions for flickering tests in Elixir. Elixir has many great primitives that let us run tests asynchronously, including immutable data, lightweight processes, and the Ecto SQL sandbox. Running tests asynchronously can greatly speed up your test suite, but can also increase the chance of flaky tests.

How to use code coverage to measure your readiness to deploy

Testing and Quality Assurance can be endless tasks. That’s why testing teams need metrics to measure and quantify their work and success. Testing metrics provide tangible ways to measure the progress of testing, as well as the readiness to deploy a product. One of the most common and useful metrics is code coverage. Many testers consider it a good practice to write test cases that provide maximum code coverage and verify the expected and wanted behavior of the software.

9 Mobile App Testing Trends to Look For in 2022

It’s that time of year when we turn our attention to what lies ahead in the new year and beyond. For software development teams, it helps to understand the latest trends in technology, user behavior, and the broader market, as well as how to incorporate them into your mobile app development and testing strategies. This blog post discusses the mobile application testing trends for 2022 that software development teams need to know.

You Only Need These 5 QA Metrics to Improve Software Testing

In software development, there’s almost nothing more stressful than a hotfix—when a customer reports a bug that’s so severe everyone stops what they’re doing (no matter what time of day) to fix the bug. Hotfixes interrupt workflows and seem to always happen at the worst times. Often, a series of hotfixes will drive software teams to ask themselves: why isn’t our QA team catching these, and how can we improve QA?

Katalon Academy: Katalon Recorder Course introduction

If you are new to test automation, or want to try out a testing tool that requires little programming experience, then Katalon Recorder is for you. Katalon Recorder is a free lightweight browser extension for automated testing on the web. This extension helps you turn interactions on websites into automated test scripts that you can edit and execute easily. Start-ups and small businesses can use Katalon Recorder to quickly perform cross-browser automated testing on Chrome, Firefox, or MS Edge.