UI test automation is at the top of the classic pyramid of tests 🔝 This means that these tests are slow to run, brittle and you shouldn’t have a lot of them. Even still they...
Writing web automation without having good knowledge of selector strategies is like going 🚶 to a place 🌍 whose address we don't know. Selectors are addresses of web...
XPath is an important Web application UI Elements Identifier mostly used in test automation. It is one of the widely used identification strategies in open source tools. In this...