May 092009
-
Within your web app's UI there are areas that your tests interact with. A Page Object simply models these as objects within the test code. This reduces the amount of duplicated code and means that if the UI changes, the fix need only be applied in one place.
-
WebDriver has a simple API designed to be easy to work with and can drive both real browsers, for testing javascript heavy applications, and a pure 'in memory' solution for faster testing of simpler applications.
-
나치의 패배는 애자일을 제대로 따르지 않아서였군… ㅋㅋ
Related posts:
Facebook comments: