Skip to main content

Posts Tagged ‘UML’

Page Object and Page Factory Pattern Based UI Automated Testing

1.      Introduction The Page Object Model (POM) is a very important pattern in selenium webdriver. It can also be applied to most of UI automated testing, even with other tools like UFT, Appium and so on. Page Factory is an inbuilt and optimized concept of POM. Page Factory can be used in many frameworks such […]

Sequence Diagram in WMB

Using the WMB toolkit we can produce a sequence diagram with the following steps. Open Modeling Perspective 2. Within this Perspective Click on File->New->Other   3. Select Sequence Diagram within Modeling profile 4. Click Next and Select the location where the File needs to be created and Click Finish. A work area with the palette […]