Mandatory requirements for Parallelization There are four key points that are mandatory in executing Parallelization in Test Automation Tests must be atomicTests must be autonomousManage the Test data correctlyAvoid Static keywords 1. Tests must be atomic Atomic tests...
What programming language should you choose for your test automation? In most instances, for test automation, choose the same programming language as your development team. Choosing the same programming language opens up opportunities for collaboration, opens...
I think that you can agree with me when I say: Creating an automation framework to do automated acceptance testing is REALLY hard. It’s simply not an intuitive process. Where do you start? Do you create the page object? How many page objects? How many locators...