com.imm.testscripts.ConfiguringFI.ConfiguringFI
deleteDocSet
(, 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.deleteDocSet(ConfiguringFI.java:664)
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: [1ed1cd480e515ffae071c96861d47f5c, 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:57368}, 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: 1ed1cd480e515ffae071c96861d47f5c
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
(Delete a doc set)
C:\Users\anomau\AppData\Local\Temp\testng-eclipse-1767705416\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="deleteDocSet"/>
</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
deleteDocSet
P1
deleteDocSet
Smoke
deleteDocSet
Times for IMM_Esign_Chrome
Total running time: 3 minutes
Reporter output for IMM_Esign_Chrome
deleteDocSet(, chrome_Windows 10)
Navigated to the Docset listed page [ScreenShot]
Timed out after 2 seconds. Unable to locate the element [ScreenShot]
--- 01 Oct 14:37:45 132 - TestCaseID:: deleteDocSet
--- 01 Oct 14:37:48 841 - 3 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:522)
Deleteing a doc set
Steps:
--- 01 Oct 14:37:50 196 - Page URL:: https://esignplusqa.immesign.com/teaasp/login.aspx
--- 01 Oct 14:37:50 197 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 01 Oct 14:38:17 587 - Unable to find an element after 10 sec ==> Proxy element for: AjaxElementLocator 'By.id: idSIButton9'
--- 01 Oct 14:38:17 695 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (1ed1cd480e515ffae071c96861d47f5c)] -> id: btnSubmit]
--- 01 Oct 14:38:17 775 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (1ed1cd480e515ffae071c96861d47f5c)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
--- 01 Oct 14:38:17 838 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (1ed1cd480e515ffae071c96861d47f5c)] -> xpath: //input[@id='ctl00_cph1_txtHSFIID']]
--- 01 Oct 14:38:23 313 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (1ed1cd480e515ffae071c96861d47f5c)] -> id: btnSubmit]
--- 01 Oct 14:38:25 053 - 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%3d69ccwh0zesgprin1zmwnyf2shxtvw3nvlq96ae-9uuotig3mj0s7wjlbgshlol8o1gwvlbtupvv69thrfa8iqvom7kuuyt7nyfg0l5wyr1i2is3jq0egztv1kzue0w-ndbiebt0thmxjoozcspuh18ae_dcfdf3lalop1s4kew-gn3dywcluzs1m_48fpa7edhd38amg5a_f1jasjsxxaq&response_mode=form_post&nonce=638633903035289447.ndq0ztvkmzctzdzkmy00nthllthhztktmjyyzmjlntdindrlztezywq4yzityjlmzs00mzy0lwe4ndktzdq5zdqzmdy4owqw&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
--- 01 Oct 14:38:25 061 - 1 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 01 Oct 14:38:34 699 - Unable to find an element after 3 sec ==> Proxy element for: AjaxElementLocator 'By.id: btnSubmit'
--- 01 Oct 14:38:39 048 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: ErrorSummaryHeader'
--- 01 Oct 14:38:39 145 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (1ed1cd480e515ffae071c96861d47f5c)] -> id: lightbox]
--- 01 Oct 14:38:39 227 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (1ed1cd480e515ffae071c96861d47f5c)] -> id: i0116]
--- 01 Oct 14:38:39 290 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (1ed1cd480e515ffae071c96861d47f5c)] -> id: i0116]
--- 01 Oct 14:38:44 640 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (1ed1cd480e515ffae071c96861d47f5c)] -> id: idSIButton9]
--- 01 Oct 14:38:45 416 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (1ed1cd480e515ffae071c96861d47f5c)] -> id: i0118]
--- 01 Oct 14:38:51 261 - Page URL:: https://login.microsoftonline.com/common/login
--- 01 Oct 14:38:51 262 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 01 Oct 14:38:51 334 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (1ed1cd480e515ffae071c96861d47f5c)] -> id: lightbox]
--- 01 Oct 14:38:51 734 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (1ed1cd480e515ffae071c96861d47f5c)] -> id: idSIButton9]
--- 01 Oct 14:38:53 637 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 01 Oct 14:38:53 638 - 1 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 01 Oct 14:38:53 715 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (1ed1cd480e515ffae071c96861d47f5c)] -> id: btnUpload]
--- 01 Oct 14:38:53 864 - Page URL:: https://esignplusqa.immesign.com/teaasp/documentmntc.aspx
--- 01 Oct 14:38:53 865 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 01 Oct 14:38:53 970 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (1ed1cd480e515ffae071c96861d47f5c)] -> css selector: .header]
--- 01 Oct 14:38:54 055 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (1ed1cd480e515ffae071c96861d47f5c)] -> xpath: //a[text()='Administration']]
--- 01 Oct 14:38:56 150 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (1ed1cd480e515ffae071c96861d47f5c)] -> xpath: //a[text()='Administration']]
--- 01 Oct 14:39:00 642 - Page URL:: https://esignplusqa.immesign.com/teaasp/producttypemntc.aspx
--- 01 Oct 14:39:00 643 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 01 Oct 14:39:00 713 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (1ed1cd480e515ffae071c96861d47f5c)] -> id: ctl00_cph1_btnAdd]
--- 01 Oct 14:39:00 945 - Page URL:: https://esignplusqa.immesign.com/teaasp/producttypemntc.aspx
--- 01 Oct 14:39:00 948 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 01 Oct 14:39:01 115 - Page URL:: https://esignplusqa.immesign.com/teaasp/producttypeaddedit.aspx
--- 01 Oct 14:39:01 115 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 01 Oct 14:39:01 184 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (1ed1cd480e515ffae071c96861d47f5c)] -> id: btnSave]
--- 01 Oct 14:39:03 264 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (1ed1cd480e515ffae071c96861d47f5c)] -> id: ctl00_cph1_txtProdType]
--- 01 Oct 14:39:08 568 - Page URL:: https://esignplusqa.immesign.com/teaasp/producttypeaddedit.aspx
--- 01 Oct 14:39:08 569 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 01 Oct 14:39:08 634 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (1ed1cd480e515ffae071c96861d47f5c)] -> id: ctl00_cph1_txtDescription]
--- 01 Oct 14:39:13 917 - Page URL:: https://esignplusqa.immesign.com/teaasp/producttypeaddedit.aspx
--- 01 Oct 14:39:13 917 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 01 Oct 14:39:14 169 - Page URL:: https://esignplusqa.immesign.com/teaasp/producttypeaddedit.aspx
--- 01 Oct 14:39:14 170 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 01 Oct 14:39:15 112 - Page URL:: https://esignplusqa.immesign.com/teaasp/producttypeaddedit.aspx
--- 01 Oct 14:39:15 112 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 01 Oct 14:39:15 252 - Page URL:: https://esignplusqa.immesign.com/teaasp/producttypeaddedit.aspx
--- 01 Oct 14:39:15 253 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 01 Oct 14:39:15 317 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (1ed1cd480e515ffae071c96861d47f5c)] -> id: btnSave]
--- 01 Oct 14:39:15 559 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (1ed1cd480e515ffae071c96861d47f5c)] -> id: btnSearchby]
Expected: AAuto-Loan-Application-RS-AFD731-test.pdf must be selected
Actual(Passed): AAuto-Loan-Application-RS-AFD731-test.pdf is be selected[ScreenShot]
Actual(Passed): AAuto-Loan-Application-RS-AFD731-test.pdf is be selected[ScreenShot]
--- 01 Oct 14:39:47 391 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (1ed1cd480e515ffae071c96861d47f5c)] -> id: btnSearchby]
Expected: Demo-Auto-Loan-Application.pdf must be selected
Actual(Passed): Demo-Auto-Loan-Application.pdf is be selected[ScreenShot]
Actual(Passed): Demo-Auto-Loan-Application.pdf is be selected[ScreenShot]
--- 01 Oct 14:40:39 430 - Page URL:: https://esignplusqa.immesign.com/teaasp/producttypeaddedit.aspx
--- 01 Oct 14:40:39 435 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 01 Oct 14:40:39 523 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (1ed1cd480e515ffae071c96861d47f5c)] -> id: ctl00_cph1_dgDocumentSets]
Expected: AAuto-Loan-Application-RS-AFD731-test.pdf must be listed
Actual(Passed): AAuto-Loan-Application-RS-AFD731-test.pdf is be listed[ScreenShot]
Actual(Passed): AAuto-Loan-Application-RS-AFD731-test.pdf is be listed[ScreenShot]
--- 01 Oct 14:40:39 870 - Page URL:: https://esignplusqa.immesign.com/teaasp/producttypeaddedit.aspx
--- 01 Oct 14:40:39 870 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 01 Oct 14:40:39 976 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (1ed1cd480e515ffae071c96861d47f5c)] -> id: ctl00_cph1_dgDocumentSets]
Expected: Demo-Auto-Loan-Application.pdf must be listed
Actual(Passed): Demo-Auto-Loan-Application.pdf is be listed[ScreenShot]
Actual(Passed): Demo-Auto-Loan-Application.pdf is be listed[ScreenShot]
--- 01 Oct 14:40:40 547 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (1ed1cd480e515ffae071c96861d47f5c)] -> css selector: span.checkbox]
--- 01 Oct 14:40:41 121 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (1ed1cd480e515ffae071c96861d47f5c)] -> css selector: span.checkbox]
--- 01 Oct 14:40:41 398 - Page URL:: https://esignplusqa.immesign.com/teaasp/producttypeaddedit.aspx
--- 01 Oct 14:40:41 398 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 01 Oct 14:40:41 461 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (1ed1cd480e515ffae071c96861d47f5c)] -> xpath: //a[text()='Administration']]
--- 01 Oct 14:40:43 558 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (1ed1cd480e515ffae071c96861d47f5c)] -> xpath: //a[text()='Administration']]
--- 01 Oct 14:40:48 298 - Page URL:: https://esignplusqa.immesign.com/teaasp/producttypemntc.aspx
--- 01 Oct 14:40:48 298 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 01 Oct 14:40:48 359 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (1ed1cd480e515ffae071c96861d47f5c)] -> id: ctl00_cph1_btnAdd]
--- 01 Oct 14:40:48 474 - Page URL:: https://esignplusqa.immesign.com/teaasp/producttypemntc.aspx
--- 01 Oct 14:40:48 474 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
Navigated to the Docset listed page [ScreenShot]
--- 01 Oct 14:40:51 467 - Page URL:: https://esignplusqa.immesign.com/teaasp/producttypemntc.aspx
--- 01 Oct 14:40:51 468 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 01 Oct 14:40:54 000 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (1ed1cd480e515ffae071c96861d47f5c)] -> css selector: span[class='checkbox']]
Expected: The Docset must be selected
Actual(Passed): The Docset is selected[ScreenShot]
Actual(Passed): The Docset is selected[ScreenShot]
--- 01 Oct 14:40:54 298 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (1ed1cd480e515ffae071c96861d47f5c)] -> id: ctl00_cph1_btnDelete]
Expected: The Docset must be deleted
Actual(Passed): The Docset is deleted[ScreenShot]
Actual(Passed): The Docset is deleted[ScreenShot]
--- 01 Oct 14:40:54 656 - Page URL:: https://esignplusqa.immesign.com/teaasp/producttypemntc.aspx
--- 01 Oct 14:40:54 656 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 01 Oct 14:41:02 609 - Page URL:: https://esignplusqa.immesign.com/teaasp/producttypemntc.aspx
--- 01 Oct 14:41:02 610 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 01 Oct 14:41:05 440 - Page URL:: https://esignplusqa.immesign.com/teaasp/producttypemntc.aspx
--- 01 Oct 14:41:05 441 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
Expected: The deleted Docset: B_Set_011024143745 must not present
Actual(Passed): The deleted Docset not present [ScreenShot]
Actual(Passed): The deleted Docset not present [ScreenShot]
--- 01 Oct 14:41:05 680 - Page URL:: https://esignplusqa.immesign.com/teaasp/producttypemntc.aspx
--- 01 Oct 14:41:05 681 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:103)
--- 01 Oct 14:41:20 231 - 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
verifyDefiningAttachments
verifyExportBtnInDocSetsMaintenancePage
verifyUploadDocuments
uploadDocsByDragAndDrop
verifyExportBtnInDocsMaintenanceXMLPage
verifyDeletingAnSelectedDocument
editExistingDocumentUpdateKeepUnlockField
createDocSet
verifyEditingUploadedDocument
criteriaMaintenance
editExistingDocument
verifyDefiningAttachments
verifyExportBtnInDocSetsMaintenancePage
verifyUploadDocuments
uploadDocsByDragAndDrop
verifyExportBtnInDocsMaintenanceXMLPage
verifyDeletingAnSelectedDocument
editExistingDocumentUpdateKeepUnlockField
createDocSet
verifyEditingUploadedDocument
criteriaMaintenance
Methods in chronological order
com.imm.testscripts.ConfiguringFI.ConfiguringFI
initialize(org.testng.TestRunner@fbd9b1f)
0 ms
init(org.testng.TestRunner@fbd9b1f)
21927 ms
deleteDocSet(, chrome_Windows 10)
26006 ms