Creating Object Repository Using Properties File In Selenium WebDriver
In selenium WebDriver software automation testing tool, There Is not any built In facility to create object repository. So maintenance of page objects(Page […]
In selenium WebDriver software automation testing tool, There Is not any built In facility to create object repository. So maintenance of page objects(Page […]
isMultiple() method is used to identify if you can select multiple options from a select element. deselectAll() method is used to deselect […]
Adding selection or removing selection from list box are very common actions for list box. Selenium WebDriver has 3 alternate options to select […]
Data parameterization in selenium or data driven test is must required thing of any software automation testing tool. If you can not perform data […]