Balance as an Important Part of Website Testing

June 8, 2020 0

Nowadays, you have to make every effort to keep a website visitor. If a user doesn’t like your website design or its logic, you can be sure that this user will immediately leave the page and never come back. That is why every project should create a balanced and effective web design.

Patterns & Anti-Patterns For Effective Feature Flagging

June 2, 2020 0

A feature toggle is a DevOps technique that provides an alternative to maintaining multiple branches in source code, such that a software feature can be tested even before it is completed and ready for release. Feature toggle is used to hide, enable or disable the feature during runtime.

Shifting Left Your UI Testing

May 26, 2020 0

You all know Selenium tests are flaky by nature, slow to run, expensive to maintain and finding the root cause of a failure is not always easy. This presentation shows you how to shift your UI tests left with an Agile testing approach.

Testing Legacy C++ Code with Approval Tests

May 11, 2020 0

You have inherited some legacy C++ code: it is valuable, but it doesn’t have tests, and it wasn’t designed to be testable, so you need to start refactoring. But you can’t refactor safely until the code has tests, and you can’t add tests without refactoring! How can you ever break out of this loop?

Acceptance Testing for Continuous Delivery

April 27, 2020 0

Writing and maintaining a suite of acceptance tests that can give you a high level of confidence in the behavior and configuration of your system is a complex task. This presentation describes approaches to acceptance testing that allow teams to work quickly and effectively; build excellent functional coverage for complex enterprise-scale systems; manage and maintain those tests in the face of change, and of evolution in both the codebase and the understanding of the business problem.

What Makes Testing Virtual Reality Software Special

April 20, 2020 0

Virtual Reality (VR) can be defined as the use of computer technology to create a simulated environment. This technology has a lot of applications in gaming, architecture or training services with specific devices. This article shares some tips on how to perform software testing on virtual reality software.

1 54 55 56 57 58 171