- EmailManager - Class in com.kulana.core.foundation.report.email
-
Sends email using SMTP.
- EmailManager() - Constructor for class com.kulana.core.foundation.report.email.EmailManager
-
- EmailReportGenerator - Class in com.kulana.core.foundation.report.email
-
Generates e-mailable report using data from test suite log.
- EmailReportGenerator(String, String, String, String, String, String, List<TestResultItem>, List<String>) - Constructor for class com.kulana.core.foundation.report.email.EmailReportGenerator
-
- EmailReportItemCollector - Class in com.kulana.core.foundation.report.email
-
Collects test result items for e-mailable report generation.
- EmailReportItemCollector() - Constructor for class com.kulana.core.foundation.report.email.EmailReportItemCollector
-
- EmailReportItemComparator - Class in com.kulana.core.foundation.report.email
-
Comparator that specifies sorting order for e-mailable report items.
- EmailReportItemComparator() - Constructor for class com.kulana.core.foundation.report.email.EmailReportItemComparator
-
- EmailValidator - Class in com.kulana.core.foundation.report.email
-
Valdator for email addresses.
- EmailValidator() - Constructor for class com.kulana.core.foundation.report.email.EmailValidator
-
- enableSoapMessageLogging(Logger, BindingProvider...) - Static method in class com.kulana.core.foundation.log.SOAPLogging
-
- encrypt(String) - Method in class com.kulana.core.foundation.crypto.CryptoTool
-
Encrypts string.
- encryptByPattern(String, Pattern) - Method in class com.kulana.core.foundation.crypto.CryptoTool
-
Encrypts substrings in text using pattern.
- encryptByPatternAndWrap(String, Pattern, String) - Method in class com.kulana.core.foundation.crypto.CryptoTool
-
- ENV - Static variable in class com.kulana.core.foundation.utils.SpecialKeywords
-
- error(String...) - Method in enum com.kulana.core.foundation.utils.Messager
-
Logs error message and adds message to TestNG report.
- EXCEL - Static variable in class com.kulana.core.foundation.utils.SpecialKeywords
-
- EXCEL_DS_ARGS - Static variable in class com.kulana.core.foundation.utils.SpecialKeywords
-
- EXCEL_DS_FILE - Static variable in class com.kulana.core.foundation.utils.SpecialKeywords
-
- EXCEL_DS_FLAG - Static variable in class com.kulana.core.foundation.utils.SpecialKeywords
-
- EXCEL_DS_SHEET - Static variable in class com.kulana.core.foundation.utils.SpecialKeywords
-
- EXCEL_DS_UID - Static variable in class com.kulana.core.foundation.utils.SpecialKeywords
-
- EXCEL_TUID - Static variable in class com.kulana.core.foundation.utils.SpecialKeywords
-
- executeAfterSuite(ITestContext) - Method in class com.kulana.core.foundation.AbstractTest
-
After test suite execution: generates HTML reports with screenshots for
UI tests, generates e-mailable reports and sends to it to the list of
e-mails, specified in configuration attribute 'email_list'.
- executeAfterTestMethod(ITestResult) - Method in class com.kulana.core.foundation.AbstractTest
-
After test case execution: writes test-specific logs to test log files
and generates Test-Executer result items.
- executeBeforeSuite(ITestContext) - Method in class com.kulana.core.foundation.AbstractTest
-
Before test suite execution: initialized log4j properties, Rest-Assured
base URL and Test-Executer logging context.
- executeBeforeTestMethod(XmlTest, Method, ITestContext) - Method in class com.kulana.core.foundation.AbstractTest
-
Before test case execution: creates new instance of WebDriver in case of
UI test, initializes Test-Executer execution context, initializes API
method builder object.
- executeBeforeTestMethod(XmlTest) - Method in class com.kulana.core.foundation.performance.PerformanceTestRunner
-
- executeTask(Map<String, String>) - Method in class com.kulana.core.foundation.PerformanceTest
-
Test scripts should provide script steps implementation in this method.
- expectInResponse(Matcher<?>) - Method in class com.kulana.core.foundation.api.AbstractApiMethod
-
- expectInResponse(String, Matcher<?>) - Method in class com.kulana.core.foundation.api.AbstractApiMethod
-
- expectResponseContains(Matcher<T>, Matcher<T>) - Method in class com.kulana.core.foundation.api.AbstractApiMethod
-
- expectResponseContains(Matcher<T>) - Method in class com.kulana.core.foundation.api.AbstractApiMethod
-
- expectResponseContains(String, Matcher<T>) - Method in class com.kulana.core.foundation.api.AbstractApiMethod
-
- expectResponseContainsXpath(String) - Method in class com.kulana.core.foundation.api.AbstractApiMethod
-
- expectResponseStatus(HttpResponseStatusType) - Method in class com.kulana.core.foundation.api.AbstractApiMethod
-
- expectValueByXpath(String, String) - Method in class com.kulana.core.foundation.api.AbstractApiMethod
-
- expectValueByXpath(String, String, String) - Method in class com.kulana.core.foundation.api.AbstractApiMethod
-
- ExtendedElementLocator - Class in com.kulana.core.foundation.webdriver.locator
-
The default element locator, which will lazily locate an element or an
element list on a page.
- ExtendedElementLocator(SearchContext, Field, Locale) - Constructor for class com.kulana.core.foundation.webdriver.locator.ExtendedElementLocator
-
Creates a new element locator.
- ExtendedElementLocatorFactory - Class in com.kulana.core.foundation.webdriver.locator
-
- ExtendedElementLocatorFactory(SearchContext, Locale) - Constructor for class com.kulana.core.foundation.webdriver.locator.ExtendedElementLocatorFactory
-
- ExtendedFieldDecorator - Class in com.kulana.core.foundation.webdriver.decorator
-
- ExtendedFieldDecorator(ElementLocatorFactory) - Constructor for class com.kulana.core.foundation.webdriver.decorator.ExtendedFieldDecorator
-
- ExtendedWebElement - Class in com.kulana.core.foundation.webdriver.decorator
-
Wrapper above standard Selenium {link WebElement
that adds better logging features.
- ExtendedWebElement(WebElement) - Constructor for class com.kulana.core.foundation.webdriver.decorator.ExtendedWebElement
-
- ExtendedWebElement(WebElement, String) - Constructor for class com.kulana.core.foundation.webdriver.decorator.ExtendedWebElement
-
- ExtendedWebElement(WebElement, String, By) - Constructor for class com.kulana.core.foundation.webdriver.decorator.ExtendedWebElement
-