com.imm.testscripts.ConfiguringFI.ConfiguringFI
criteriaMaintenance
(, chrome_Windows 10)
org.openqa.selenium.NoSuchElementException: Timed out after 2 seconds. Unable to locate the element
at org.openqa.selenium.support.pagefactory.AjaxElementLocator.findElement(AjaxElementLocator.java:99)
at org.openqa.selenium.support.pagefactory.internal.LocatingElementHandler.invoke(LocatingElementHandler.java:39)
at com.sun.proxy.$Proxy21.getWrappedElement(Unknown Source)
at org.openqa.selenium.remote.internal.WebElementToJsonConverter.apply(WebElementToJsonConverter.java:51)
at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193)
at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708)
at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:499)
at org.openqa.selenium.remote.RemoteWebDriver.executeScript(RemoteWebDriver.java:485)
at com.imm.support.BrowserActions.scrollToView(BrowserActions.java:194)
at com.imm.pages.header.Header.logoutFromApplication(Header.java:186)
at com.imm.testscripts.ConfiguringFI.ConfiguringFI.criteriaMaintenance(ConfiguringFI.java:774)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:133)
at org.testng.internal.TestInvoker.invokeMethod(TestInvoker.java:598)
at org.testng.internal.TestInvoker.invokeTestMethod(TestInvoker.java:173)
at org.testng.internal.MethodRunner.runInSequence(MethodRunner.java:46)
at org.testng.internal.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:824)
at org.testng.internal.TestInvoker.invokeTestMethods(TestInvoker.java:146)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:146)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:128)
at java.util.ArrayList.forEach(ArrayList.java:1257)
at org.testng.TestRunner.privateRun(TestRunner.java:794)
at org.testng.TestRunner.run(TestRunner.java:596)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:377)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:371)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:332)
at org.testng.SuiteRunner.run(SuiteRunner.java:276)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1212)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1134)
at org.testng.TestNG.runSuites(TestNG.java:1063)
at org.testng.TestNG.run(TestNG.java:1031)
at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:251)
at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:77)
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"xpath","selector":"//*[@id='mnu_Logout']"}
(Session info: chrome=129.0.6668.71)
For documentation on this error, please visit: https://selenium.dev/exceptions/#no_such_element
Build info: version: '4.7.1', revision: 'c6795baf1a3'
System info: os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_181'
Driver info: org.openqa.selenium.remote.RemoteWebDriver
Command: [c4c33b3ac1d90aa1ead891d4ef2ac3ac, findElement {using=xpath, value=//*[@id='mnu_Logout']}]
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 129.0.6668.71, chrome: {chromedriverVersion: 128.0.6613.84 (606aa55c7d68..., userDataDir: C:\Users\anomau\AppData\Loc...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:50331}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: Windows 10, proxy: Proxy(), se:bidiEnabled: false, se:cdp: ws://10.0.2.31:4444/session..., se:cdpVersion: 129.0.6668.71, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:extension:minPinLength: true, webauthn:extension:prf: true, webauthn:virtualAuthenticators: true}
Session ID: c4c33b3ac1d90aa1ead891d4ef2ac3ac
at sun.reflect.GeneratedConstructorAccessor44.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:200)
at org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:133)
at org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:53)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:184)
at org.openqa.selenium.remote.TracedCommandExecutor.execute(TracedCommandExecutor.java:51)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:551)
at org.openqa.selenium.remote.ElementLocation$ElementFinder$2.findElement(ElementLocation.java:162)
at org.openqa.selenium.remote.ElementLocation.findElement(ElementLocation.java:60)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:367)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:359)
at org.openqa.selenium.support.pagefactory.DefaultElementLocator.findElement(DefaultElementLocator.java:70)
at org.openqa.selenium.support.pagefactory.AjaxElementLocator.access$001(AjaxElementLocator.java:39)
at org.openqa.selenium.support.pagefactory.AjaxElementLocator$SlowLoadingElement.isLoaded(AjaxElementLocator.java:165)
at org.openqa.selenium.support.ui.SlowLoadableComponent.get(SlowLoadableComponent.java:72)
at org.openqa.selenium.support.pagefactory.AjaxElementLocator.findElement(AjaxElementLocator.java:95)
... 42 more
(Create and Delete a Criteria)
C:\Users\anomau\AppData\Local\Temp\testng-eclipse--987866068\testng-customsuite.xml
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE suite SYSTEM "https://testng.org/testng-1.0.dtd">
<suite thread-count="500" guice-stage="DEVELOPMENT" verbose="3" name="IMM_Esign_Chrome">
<parameter name="webSite" value="https://esignplusqa.immesign.com/TEAASP/login.aspx"/>
<parameter name="projectKey" value="ESPC"/>
<parameter name="deviceHost" value="localhost"/>
<parameter name="sessionUrl" value="https://esignplusqa.immesign.com/teaasp/hostdispatch.aspx?hostid=XP&hsfiid=autoesign&XMLData=D:\Automation_DataFiles\PrimarySpouse.xml"/>
<parameter name="devicePort" value="4444"/>
<parameter name="browserName" value="chrome_windows"/>
<test thread-count="500" verbose="2" name="Default test">
<classes>
<class name="com.imm.testscripts.ConfiguringFI.ConfiguringFI">
<methods>
<include name="criteriaMaintenance"/>
</methods>
</class> <!-- com.imm.testscripts.ConfiguringFI.ConfiguringFI -->
</classes>
</test> <!-- Default test -->
</suite> <!-- IMM_Esign_Chrome -->
Tests for IMM_Esign_Chrome
- Default test (1 class)
Groups for IMM_Esign_Chrome
ConfiguringFI
criteriaMaintenance
P1
criteriaMaintenance
Smoke
criteriaMaintenance
Times for IMM_Esign_Chrome
Total running time: 2 minutes
Reporter output for IMM_Esign_Chrome
criteriaMaintenance(, chrome_Windows 10)
Timed out after 2 seconds. Unable to locate the element [ScreenShot]
--- 30 Sep 18:18:53 531 - TestCaseID:: criteriaMaintenance
--- 30 Sep 18:18:56 930 - 3 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:522)
Create and Delete a Criteria
Steps:
--- 30 Sep 18:18:58 321 - Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx
--- 30 Sep 18:18:58 322 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 30 Sep 18:19:25 710 - Unable to find an element after 10 sec ==> Proxy element for: AjaxElementLocator 'By.id: idSIButton9'
--- 30 Sep 18:19:25 817 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (c4c33b3ac1d90aa1ead891d4ef2ac3ac)] -> id: btnSubmit]
--- 30 Sep 18:19:25 898 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (c4c33b3ac1d90aa1ead891d4ef2ac3ac)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
--- 30 Sep 18:19:25 959 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (c4c33b3ac1d90aa1ead891d4ef2ac3ac)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
--- 30 Sep 18:19:31 427 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (c4c33b3ac1d90aa1ead891d4ef2ac3ac)] -> id: btnSubmit]
--- 30 Sep 18:19:33 478 - Page URL:: https://login.microsoftonline.com/common/oauth2/authorize?client_id=df5cfe56-31ba-43bf-a2fd-8c4167ee609c&response_type=code%20id_token&scope=openid%20profile&state=openidconnect.authenticationproperties%3dvz6mujnzacz8kbz-rr1rimlqmmlp7qi8lp2dqie_l5biazmcpe2btebdcx7-y0sf8gh-za6hjeiy5qj4fr2np8kbp5pacyquukrwxhkiftxmbwz0m-4zkyoh__gsfceomnhbwpem6djwrd41qim9g894gpjkszwn25gxc7u4zdgq1vupnjuptfbofdc6ildmpuyoexhegrl8spfs-j_19q&response_mode=form_post&nonce=638633171716614144.njbkztbizdctmzq2os00mmq3ltllmjgtyja3njg1ngvmodu0mjlimdm1ymutntlkns00zdu2lwflntgtodixmgy4zwm4ogm4&redirect_uri=https%3a%2f%2fesignplusqa.immesign.com%2fteaasp%2flogin.aspx&post_logout_redirect_uri=https%3a%2f%2fesignplusqa.immesign.com%2fteaasp%2flogin.aspx&x-client-sku=id_net461&x-client-ver=5.3.0.0&sso_reload=true
--- 30 Sep 18:19:33 479 - 1 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 30 Sep 18:19:43 218 - Unable to find an element after 3 sec ==> Proxy element for: AjaxElementLocator 'By.id: btnSubmit'
--- 30 Sep 18:19:47 594 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: ErrorSummaryHeader'
--- 30 Sep 18:19:47 672 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (c4c33b3ac1d90aa1ead891d4ef2ac3ac)] -> id: lightbox]
--- 30 Sep 18:19:47 777 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (c4c33b3ac1d90aa1ead891d4ef2ac3ac)] -> id: i0116]
--- 30 Sep 18:19:47 857 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (c4c33b3ac1d90aa1ead891d4ef2ac3ac)] -> id: i0116]
--- 30 Sep 18:19:53 217 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (c4c33b3ac1d90aa1ead891d4ef2ac3ac)] -> id: idSIButton9]
--- 30 Sep 18:19:54 004 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (c4c33b3ac1d90aa1ead891d4ef2ac3ac)] -> id: i0118]
--- 30 Sep 18:19:59 852 - Page URL:: https://login.microsoftonline.com/common/login
--- 30 Sep 18:19:59 853 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 30 Sep 18:19:59 924 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (c4c33b3ac1d90aa1ead891d4ef2ac3ac)] -> id: lightbox]
--- 30 Sep 18:20:00 345 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (c4c33b3ac1d90aa1ead891d4ef2ac3ac)] -> id: idSIButton9]
--- 30 Sep 18:20:02 204 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 30 Sep 18:20:02 205 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 30 Sep 18:20:02 288 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (c4c33b3ac1d90aa1ead891d4ef2ac3ac)] -> id: btnUpload]
--- 30 Sep 18:20:02 461 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 30 Sep 18:20:02 462 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 30 Sep 18:20:02 578 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (c4c33b3ac1d90aa1ead891d4ef2ac3ac)] -> css selector: .header]
--- 30 Sep 18:20:02 680 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (c4c33b3ac1d90aa1ead891d4ef2ac3ac)] -> xpath: //a[text()='Administration']]
--- 30 Sep 18:20:04 796 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (c4c33b3ac1d90aa1ead891d4ef2ac3ac)] -> xpath: //a[text()='Administration']]
--- 30 Sep 18:20:09 356 - Page URL:: https://esignplusqa.immesign.com/teaasp/criteriamntc.aspx
--- 30 Sep 18:20:09 356 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 30 Sep 18:20:09 420 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (c4c33b3ac1d90aa1ead891d4ef2ac3ac)] -> id: ctl00_cph1_Criteria1_btnAdd]
--- 30 Sep 18:20:09 496 - Page URL:: https://esignplusqa.immesign.com/teaasp/criteriamntc.aspx
--- 30 Sep 18:20:09 497 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 30 Sep 18:20:09 635 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (c4c33b3ac1d90aa1ead891d4ef2ac3ac)] -> css selector: .header]
--- 30 Sep 18:20:09 694 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (c4c33b3ac1d90aa1ead891d4ef2ac3ac)] -> id: ctl00_cph1_Criteria1_btnAdd]
--- 30 Sep 18:20:09 850 - Page URL:: https://esignplusqa.immesign.com/teaasp/criteriamntc.aspx
--- 30 Sep 18:20:09 850 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 30 Sep 18:20:10 206 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (c4c33b3ac1d90aa1ead891d4ef2ac3ac)] -> id: ctl00_cph1_Criteria1_dgCriteria_ctl03_EditCriteriaName]
--- 30 Sep 18:20:15 524 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (c4c33b3ac1d90aa1ead891d4ef2ac3ac)] -> id: ctl00_cph1_Criteria1_dgCriteria_ctl03_EditCondition]
--- 30 Sep 18:20:20 752 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (c4c33b3ac1d90aa1ead891d4ef2ac3ac)] -> id: ctl00_cph1_Criteria1_dgCriteria_ctl03_EditDescription]
--- 30 Sep 18:20:26 038 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (c4c33b3ac1d90aa1ead891d4ef2ac3ac)] -> link text: Update]
--- 30 Sep 18:20:26 188 - Page URL:: https://esignplusqa.immesign.com/teaasp/criteriamntc.aspx
--- 30 Sep 18:20:26 188 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 30 Sep 18:20:26 267 - Page URL:: https://esignplusqa.immesign.com/teaasp/criteriamntc.aspx
--- 30 Sep 18:20:26 267 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 30 Sep 18:20:26 338 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (c4c33b3ac1d90aa1ead891d4ef2ac3ac)] -> xpath: .//*[@id='ctl00_cph1_Criteria1_dgCriteria']/tbody/tr[1]/td]
--- 30 Sep 18:20:26 466 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (c4c33b3ac1d90aa1ead891d4ef2ac3ac)] -> css selector: tbody>tr>td>span[id*='lblCriteriaName']]
--- 30 Sep 18:20:26 583 - Page URL:: https://esignplusqa.immesign.com/teaasp/criteriamntc.aspx
--- 30 Sep 18:20:26 584 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
Expected: It should navigate to the created citeria : Test_Criteria_300924181853 present page
Actual(Failed): created criteria is not present[ScreenShot]
Actual(Failed): created criteria is not present[ScreenShot]
--- 30 Sep 18:20:30 934 - Page URL:: https://esignplusqa.immesign.com/teaasp/criteriamntc.aspx
--- 30 Sep 18:20:30 935 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 30 Sep 18:20:31 053 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (c4c33b3ac1d90aa1ead891d4ef2ac3ac)] -> xpath: .//*[@id='ctl00_cph1_Criteria1_dgCriteria']/tbody/tr[1]/td]
--- 30 Sep 18:20:31 253 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (c4c33b3ac1d90aa1ead891d4ef2ac3ac)] -> css selector: #ctl00_cph1_Criteria1_dgCriteria>tbody>tr>td>a[href*='javascript:__doPostBack']]
--- 30 Sep 18:20:31 397 - Page URL:: https://esignplusqa.immesign.com/teaasp/criteriamntc.aspx
--- 30 Sep 18:20:31 397 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 30 Sep 18:20:31 477 - Page URL:: https://esignplusqa.immesign.com/teaasp/criteriamntc.aspx
--- 30 Sep 18:20:31 477 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
Expected: It should Clicked Edit for the the Criteria : Test_Criteria_300924181853
Actual(Passed): It clicks Edit for the the Criteria : Test_Criteria_300924181853[ScreenShot]
Actual(Passed): It clicks Edit for the the Criteria : Test_Criteria_300924181853[ScreenShot]
--- 30 Sep 18:20:31 702 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (c4c33b3ac1d90aa1ead891d4ef2ac3ac)] -> css selector: input[id*='_EditCriteriaName']]
--- 30 Sep 18:20:31 981 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (c4c33b3ac1d90aa1ead891d4ef2ac3ac)] -> css selector: input[id*='_EditCondition']]
--- 30 Sep 18:20:32 193 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (c4c33b3ac1d90aa1ead891d4ef2ac3ac)] -> css selector: input[id*='_EditDescription']]
--- 30 Sep 18:20:32 446 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (c4c33b3ac1d90aa1ead891d4ef2ac3ac)] -> link text: Update]
--- 30 Sep 18:20:32 588 - Page URL:: https://esignplusqa.immesign.com/teaasp/criteriamntc.aspx
--- 30 Sep 18:20:32 589 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 30 Sep 18:20:32 663 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (c4c33b3ac1d90aa1ead891d4ef2ac3ac)] -> xpath: //a[text()='Administration']]
--- 30 Sep 18:20:34 756 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (c4c33b3ac1d90aa1ead891d4ef2ac3ac)] -> xpath: //a[text()='Administration']]
--- 30 Sep 18:20:39 131 - Page URL:: https://esignplusqa.immesign.com/teaasp/criteriamntc.aspx
--- 30 Sep 18:20:39 131 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 30 Sep 18:20:39 192 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (c4c33b3ac1d90aa1ead891d4ef2ac3ac)] -> id: ctl00_cph1_Criteria1_btnAdd]
--- 30 Sep 18:20:39 273 - Page URL:: https://esignplusqa.immesign.com/teaasp/criteriamntc.aspx
--- 30 Sep 18:20:39 274 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 30 Sep 18:20:39 357 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (c4c33b3ac1d90aa1ead891d4ef2ac3ac)] -> css selector: .header]
--- 30 Sep 18:20:39 434 - Page URL:: https://esignplusqa.immesign.com/teaasp/criteriamntc.aspx
--- 30 Sep 18:20:39 434 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 30 Sep 18:20:39 489 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (c4c33b3ac1d90aa1ead891d4ef2ac3ac)] -> xpath: .//*[@id='ctl00_cph1_Criteria1_dgCriteria']/tbody/tr[1]/td]
--- 30 Sep 18:20:39 586 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (c4c33b3ac1d90aa1ead891d4ef2ac3ac)] -> css selector: tbody>tr>td>span[id*='lblCriteriaName']]
--- 30 Sep 18:20:39 665 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (c4c33b3ac1d90aa1ead891d4ef2ac3ac)] -> css selector: tbody>tr>td>span[id*='lblCriteriaName']]
Expected: It should navigate to the created citeria : Test_Criteria_Edited_300924182031 present page
Actual(Passed): Its navigated to the created criteria present page[ScreenShot]
Actual(Passed): Its navigated to the created criteria present page[ScreenShot]
--- 30 Sep 18:20:40 046 - Page URL:: https://esignplusqa.immesign.com/teaasp/criteriamntc.aspx
--- 30 Sep 18:20:40 047 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 30 Sep 18:20:40 150 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (c4c33b3ac1d90aa1ead891d4ef2ac3ac)] -> xpath: .//*[@id='ctl00_cph1_Criteria1_dgCriteria']/tbody/tr[1]/td]
--- 30 Sep 18:20:40 336 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (c4c33b3ac1d90aa1ead891d4ef2ac3ac)] -> css selector: #ctl00_cph1_Criteria1_dgCriteria>tbody>tr>td>a[href*='javascript:__doPostBack']]
--- 30 Sep 18:20:40 468 - Page URL:: https://esignplusqa.immesign.com/teaasp/criteriamntc.aspx
--- 30 Sep 18:20:40 469 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 30 Sep 18:20:40 549 - Page URL:: https://esignplusqa.immesign.com/teaasp/criteriamntc.aspx
--- 30 Sep 18:20:40 550 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
Expected: It should Click Edit for the the Criteria : Test_Criteria_Edited_300924182031
Actual(Passed): It clicks Edit for the the Criteria : Test_Criteria_Edited_300924182031[ScreenShot]
Actual(Passed): It clicks Edit for the the Criteria : Test_Criteria_Edited_300924182031[ScreenShot]
--- 30 Sep 18:20:40 756 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (c4c33b3ac1d90aa1ead891d4ef2ac3ac)] -> css selector: input[id*='_EditCriteriaName']]
Expected: The changes should be made successfully
Actual(Passed): The changes are made successfully[ScreenShot]
Actual(Passed): The changes are made successfully[ScreenShot]
--- 30 Sep 18:20:41 054 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (c4c33b3ac1d90aa1ead891d4ef2ac3ac)] -> link text: Cancel]
--- 30 Sep 18:20:41 221 - Page URL:: https://esignplusqa.immesign.com/teaasp/criteriamntc.aspx
--- 30 Sep 18:20:41 222 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 30 Sep 18:20:41 303 - Page URL:: https://esignplusqa.immesign.com/teaasp/criteriamntc.aspx
--- 30 Sep 18:20:41 304 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 30 Sep 18:20:41 361 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (c4c33b3ac1d90aa1ead891d4ef2ac3ac)] -> xpath: .//*[@id='ctl00_cph1_Criteria1_dgCriteria']/tbody/tr[1]/td]
--- 30 Sep 18:20:41 469 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (c4c33b3ac1d90aa1ead891d4ef2ac3ac)] -> css selector: tbody>tr>td>span[id*='lblCriteriaName']]
--- 30 Sep 18:20:41 536 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (c4c33b3ac1d90aa1ead891d4ef2ac3ac)] -> css selector: tbody>tr>td>span[id*='lblCriteriaName']]
Expected: It should navigate to the created citeria : Test_Criteria_Edited_300924182031 present page
Actual(Passed): Its navigated to the created criteria present page[ScreenShot]
Actual(Passed): Its navigated to the created criteria present page[ScreenShot]
--- 30 Sep 18:20:41 749 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (c4c33b3ac1d90aa1ead891d4ef2ac3ac)] -> css selector: tbody>tr>td>span[id*='lblCriteriaName']]
--- 30 Sep 18:20:41 909 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (c4c33b3ac1d90aa1ead891d4ef2ac3ac)] -> css selector: tbody>tr>td>label>.checkbox]
Expected: The Criteria Name: Test_Criteria_Edited_300924182031 is selected
Actual(Passed): The criteria is selected[ScreenShot]
Actual(Passed): The criteria is selected[ScreenShot]
--- 30 Sep 18:20:42 161 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (c4c33b3ac1d90aa1ead891d4ef2ac3ac)] -> id: ctl00_cph1_Criteria1_btnDelete]
--- 30 Sep 18:20:42 306 - Page URL:: https://esignplusqa.immesign.com/teaasp/criteriamntc.aspx
--- 30 Sep 18:20:42 307 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 30 Sep 18:20:42 386 - Page URL:: https://esignplusqa.immesign.com/teaasp/criteriamntc.aspx
--- 30 Sep 18:20:42 387 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 30 Sep 18:20:42 450 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (c4c33b3ac1d90aa1ead891d4ef2ac3ac)] -> xpath: .//*[@id='ctl00_cph1_Criteria1_dgCriteria']/tbody/tr[1]/td]
--- 30 Sep 18:20:42 583 - Page URL:: https://esignplusqa.immesign.com/teaasp/criteriamntc.aspx
--- 30 Sep 18:20:42 584 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
Expected: The deleted citeria : Test_Criteria_Edited_300924182031 should not be displayed in the page
Actual(Passed): The deleted criteria is not displayed in the page[ScreenShot]
Actual(Passed): The deleted criteria is not displayed in the page[ScreenShot]
--- 30 Sep 18:20:42 804 - Page URL:: https://esignplusqa.immesign.com/teaasp/criteriamntc.aspx
--- 30 Sep 18:20:42 805 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 30 Sep 18:20:57 383 - Unable to find a element after 12 sec ==> Proxy element for: AjaxElementLocator 'By.xpath: //*[@id='mnu_Logout']'
Timed out after 2 seconds. Unable to locate the element [ScreenShot]
12 ignored methods
com.imm.testscripts.ConfiguringFI.ConfiguringFI
uploadDocsBySelectingFilesAndDelete
editExistingDocument
deleteDocSet
verifyDefiningAttachments
verifyExportBtnInDocSetsMaintenancePage
verifyUploadDocuments
uploadDocsByDragAndDrop
verifyExportBtnInDocsMaintenanceXMLPage
verifyDeletingAnSelectedDocument
editExistingDocumentUpdateKeepUnlockField
createDocSet
verifyEditingUploadedDocument
editExistingDocument
deleteDocSet
verifyDefiningAttachments
verifyExportBtnInDocSetsMaintenancePage
verifyUploadDocuments
uploadDocsByDragAndDrop
verifyExportBtnInDocsMaintenanceXMLPage
verifyDeletingAnSelectedDocument
editExistingDocumentUpdateKeepUnlockField
createDocSet
verifyEditingUploadedDocument
Methods in chronological order
com.imm.testscripts.ConfiguringFI.ConfiguringFI
initialize(org.testng.TestRunner@556df144)
0 ms
init(org.testng.TestRunner@556df144)
22057 ms
criteriaMaintenance(, chrome_Windows 10)
25854 ms