Tag: Testing

2 years ago • 8 min read time

Recently, I received a request to test an app’s responsiveness with a constant load of several thousand concurrent users. Out of nowhere, a simple open-source load testing tool caught my attention — k6.

4 years ago • 10 min read time

In the following tutorial I m going to show you how to create your own Selenium WebDriver C# automation framework with the help of four design patterns: Page Object pattern…