playwright+pytest+BDD+pom write automation use cases
BDD behavior driven development describes what features I need and what our verification scenarios are from the user's perspective, so as to ensure the unity of documents and code, design and testing, and develop test cases that meet the requirements
BDD is divided into fixture, scenario, given, when, and then
fixture (feature): it is a functio ...
Posted by janggu on Mon, 29 Nov 2021 19:55:06 +0100