C:\Training_Develop_Automation\WorkspaceSetup\CustomerProducts\TrainingPosAutomationTests\testNG.xml
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
<suite thread-count="1" parallel="tests" name="Pos test" guice-stage="DEVELOPMENT" verbose="0">
<parameter name="showProgress" value="true"/>
<listeners>
<listener class-name="com.enactor.core.automation.testng.PosTestExecutionListener"/>
</listeners>
<test thread-count="1" parallel="tests" name="feature.sale" verbose="0">
<parameter name="gluePaths" value="com.enactor.retail.pos.stepDefinitions"/>
<parameter name="featurePaths" value="test/feature/retail/pos"/>
<classes>
<class name="com.enactor.core.automation.cucumber.RunCucumberTests"/>
</classes>
</test> <!-- feature.sale -->
</suite> <!-- Pos test -->
Tests for Pos test
- feature.sale (1 class)
Groups for Pos test
com.enactor.core.test.categories.Nightly
runScenario
com.enactor.core.test.categories.UiTest
runScenario
Times for Pos test
Total running time: 10 seconds
Reporter output for Pos test
runScenario("Sign on with a valid user id and password", "Optional[Training Sign On]")
Entering text '1010' into element 'By.xpath: //input[@test-component-id='INPUT_TEXT_1']|//textarea[@test-component-id='INPUT_TEXT_1']
Attempting to resolve timeout by scrolling into view (219, 208);
Entered text '1010' into element '[[ChromeDriver: chrome on ANY (cd641ae01776fc45b5822b34da4d4230)] -> xpath: //input[@test-component-id='INPUT_TEXT_1']|//textarea[@test-component-id='INPUT_TEXT_1']]
Entering text '1010' into element 'By.xpath: //input[@test-component-id='INPUT_TEXT_2']|//textarea[@test-component-id='INPUT_TEXT_2']
Attempting to resolve timeout by scrolling into view (219, 303);
Entered text '1010' into element '[[ChromeDriver: chrome on ANY (cd641ae01776fc45b5822b34da4d4230)] -> xpath: //input[@test-component-id='INPUT_TEXT_2']|//textarea[@test-component-id='INPUT_TEXT_2']]
Attempting to resolve timeout by scrolling into view (219, 208);
Entered text '1010' into element '[[ChromeDriver: chrome on ANY (cd641ae01776fc45b5822b34da4d4230)] -> xpath: //input[@test-component-id='INPUT_TEXT_1']|//textarea[@test-component-id='INPUT_TEXT_1']]
Entering text '1010' into element 'By.xpath: //input[@test-component-id='INPUT_TEXT_2']|//textarea[@test-component-id='INPUT_TEXT_2']
Attempting to resolve timeout by scrolling into view (219, 303);
Entered text '1010' into element '[[ChromeDriver: chrome on ANY (cd641ae01776fc45b5822b34da4d4230)] -> xpath: //input[@test-component-id='INPUT_TEXT_2']|//textarea[@test-component-id='INPUT_TEXT_2']]
0 ignored methods
Methods in chronological order
com.enactor.core.automation.cucumber.RunCucumberTests
beforeTest(org.testng.TestRunner@565b064f)
0 ms
setUpClass
19 ms
runScenario("Sign on with a valid user id and password", "Optional[Training Sign On]")
318 ms
tearDownClass
10906 ms