fbpx
Tag

General

Browsing

Not always writing test scripts goes as smoothly as planned. Sometimes even seemingly easy tests take way too long to make them right. Especially when just starting to write tests there are a ton of potential issues that can pop up. These issues can be in the website itself and also in the written test script. Debugging is one of the most important skills any automation tester should learn. There are many ways of test script…

Sometimes you run a performance test just to make sure your application works fine for different browsers or locations. But in other cases you may know exact thresholds for some metrics, that would show that application works as expected. In these cases using assert preconditions is a clever idea that can save you time and improve your testing. Assert values often can be dependent on different circumstances, such as different CPU usage based on browser…

In the last decade the application market has grown significantly. Messaging, fintech, and other web applications are no longer a rarity. Also, the number of smart device users has risen sharply, reaching 2.5 billion in 2018. However, tremendous challenges arise. Making sure that these applications can handle user load and work seamlessly, without errors on a broad range of devices and browsers requires troubleshooting web based applications. The need for testing web apps is growing.…