This project is aTest Automation Frameworkdesigned to automate the testing of theSwag Labs eCommerce website. The framework is built usingSelenium WebDriverwithJava, following thePage Object Model (POM)design pattern.TestNGis used as the testing framework, andExtentReportsis integrated for generating...
设计之初是按照MVM(Mediator, View, ViewModel)的思路设计的,完成后搜索了一下网上有没有类似思路, 最后发现了Page Object Model, also known as POM, is a design pattern in Selenium that creates an object repository for storing all web elements.; 在iOS, Android, H5中还没搜到这方面的文章 一、MVM简...