\ArticleManager0002Test
This class tests the Tags: Add / Edit Screen.
Synopsis
class ArticleManager0002Test
extends JoomlaWebdriverTestCase
{
- // members
- protected ArticleManagerPage $articleManagerPage;
- // Inherited members from JoomlaWebdriverTestCase
- public SeleniumConfig $cfg;
- protected Webdriver $driver;
- protected $testUrl;
- // methods
- public void setUp()
- public void tearDown()
- public void getFilters_GetListOfFilters_ShouldMatchExpected()
- public void setFilter_SetFilterValues_ShouldExecuteFilter()
- public void setFilter_TestFilters_ShouldFilterTags()
- // Inherited methods from JoomlaWebdriverTestCase
- public void setUp()
- public void tearDown()
- public AdminPage getPageObject()
- public void doAdminLogin()
- public void doAdminLogout()
- public void doSiteLogin()
- public void doSiteLogout()
- public void getActualFieldsFromElements()
- public string helpScreenshot()
Hierarchy
Extends
Members
protected
- $articleManagerPage
—
ArticleManagerPage
The page class being tested. - $driver — Webdriver
- $testUrl — string
public
- $cfg — SeleniumConfig
Methods
public
- getFilters_GetListOfFilters_ShouldMatchExpected()
- setFilter_SetFilterValues_ShouldExecuteFilter()
- setFilter_TestFilters_ShouldFilterTags()
- setUp() — Login to back end and navigate to menu Tags.
- tearDown() — Logout and close test.
Inherited from JoomlaWebdriverTestCase
public
- doAdminLogin()
- doAdminLogout()
- doSiteLogin()
- doSiteLogout()
- getActualFieldsFromElements()
- getPageObject()
- helpScreenshot() — Takes screenshot of current screen, saves it in specified default directory or as specified in parameter
- setUp()
- tearDown()