Page Object Factory
란, Selenium에서 지원하는 Page Object Model을 좀 더 구현해주기 쉽게하는 일종의 기능입니다.
Page Object Factory Annotations FindBy
Skilled labor: Testers not technically sound or aware of programming best practices are a nightmare in this case. Perhaps this is the biggest mistake to make, employing unskilled labor in hopes of training them during implementation. Unskilled testers need to undergo a Training Boot Camp to be ready for such an undertaking. Also the Architecture of the framework should be defined clearly and completely before development in order to avoid any loopholes in later stages. Every application is different and it may require the automation framework to be significantly tailored towards it.
POM
이란, 설계에 필요한 디자인 패턴인데, 아무것도 없는 상태에서 프레임워크를 구축하고자 한다면, 설계에도 어느정도 지식이 있어야하며 상황별로 유연하게 대처할 수 있는 능력이 필요합니다.Specific: Not a generic model. Automation Framework developed using POM approach is specific to the application. Unlike keyword-driven/data-driven frameworks, it is not a generic framework.