When we talk about automation applied to the testing field, there are two expressions you’ll often hear thrown around: “automated testing” and “test automation.” But wait a minute. Aren’t automated testing and test automation the same thing? As it turns out, no. They are related concepts, but each one has a very specific meaning and…
Month: July 2019
When working with modern web applications, it’s common to encounter elements and attributes that change dynamically. These dynamic changes can pose challenges for test automation, especially when values are updated frequently or unpredictably. For instance, consider a currency conversion application. Today, 1 US Dollar might equal 0.89 Euros, but tomorrow it could be 0.90 Euros….