Data driven test cases (in Playwright)As we know, tests should be both stable and efficient. For UI tests, I personally aim for a maximum runtime of 10 minutes per execution. If…Sep 10Sep 10
Visual comparison with PW— worth it?!Each time I hear about visual comparison, I think how awesome it is to check the UI graphically. If each button, frame, table, form, and so…Oct 24, 2023Oct 24, 2023
XPath's selectors— and nothing else matter…Each time I start a new project, there seems to be no ID, no dataTestId, nor data-aria — nothing unique that could help me make easy…Oct 17, 2023Oct 17, 2023
Speeding up tests execution in Playwright — shared sessionThe fastest test execution is, the better for us — we can check the result of the changes faster. However, as always, it depends on the…Sep 25, 2023Sep 25, 2023
How to modify the requests — Burp Suite for the rescueSometimes, it is necessary to go beyond the functionality provided by the UI, for example, to test whether the server is properly…Sep 19, 20231Sep 19, 20231
How to start with test automation — Playwright codegenIs it possible to start playing with test automation without knowing any programming language? The answer is yes. As it may sound weird…Sep 15, 20232Sep 15, 20232
Newman — running Postman collections in node.jsMaybe this is easy, maybe not. Maybe this will save someone’s time. However, a while ago, I was trying to figure out how to include all…Sep 12, 2023Sep 12, 2023