com.imm.testscripts.CreateFi.CreateFi
CreateFiwithAndWithoutRemoteSign
(, chrome_Windows 10)
org.openqa.selenium.remote.UnreachableBrowserException: Error communicating with the remote browser. It may have died.
Build info: version: '4.7.1', revision: 'c6795baf1a3'
System info: os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '18.0.2.1'
Driver info: org.openqa.selenium.remote.RemoteWebDriver
Command: [7b3bf57e37df587b884cad1e0eb06166, quit {}]
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 124.0.6367.208, chrome: {chromedriverVersion: 123.0.6312.122 (31f8248cdd9..., userDataDir: C:\Users\SUNITH~1.PAT\AppDa...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:54410}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: Windows 10, proxy: Proxy(), se:bidiEnabled: false, se:cdp: ws://192.168.0.105:4444/ses..., se:cdpVersion: 124.0.6367.208, 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: 7b3bf57e37df587b884cad1e0eb06166
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:575)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:606)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:610)
at org.openqa.selenium.remote.RemoteWebDriver.quit(RemoteWebDriver.java:453)
at com.imm.testscripts.CreateFi.CreateFi.CreateFiwithAndWithoutRemoteSign(CreateFi.java:1007)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
at java.base/java.lang.reflect.Method.invoke(Method.java:577)
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.base/java.util.ArrayList.forEach(ArrayList.java:1511)
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: java.io.UncheckedIOException: java.net.ConnectException: Connection refused: no further information: localhost/[0:0:0:0:0:0:0:1]:4444
at org.openqa.selenium.remote.http.netty.NettyHttpHandler.makeCall(NettyHttpHandler.java:73)
at org.openqa.selenium.remote.http.AddSeleniumUserAgent.lambda$apply$0(AddSeleniumUserAgent.java:42)
at org.openqa.selenium.remote.http.Filter.lambda$andFinally$1(Filter.java:56)
at org.openqa.selenium.remote.http.netty.NettyHttpHandler.execute(NettyHttpHandler.java:49)
at org.openqa.selenium.remote.http.AddSeleniumUserAgent.lambda$apply$0(AddSeleniumUserAgent.java:42)
at org.openqa.selenium.remote.http.Filter.lambda$andFinally$1(Filter.java:56)
at org.openqa.selenium.remote.http.netty.NettyClient.execute(NettyClient.java:99)
at org.openqa.selenium.remote.tracing.TracedHttpClient.execute(TracedHttpClient.java:55)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:181)
at org.openqa.selenium.remote.TracedCommandExecutor.execute(TracedCommandExecutor.java:51)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:551)
... 30 more
Caused by: java.net.ConnectException: Connection refused: no further information: localhost/[0:0:0:0:0:0:0:1]:4444
at org.asynchttpclient.netty.channel.NettyConnectListener.onFailure(NettyConnectListener.java:179)
at org.asynchttpclient.netty.channel.NettyChannelConnector$1.onFailure(NettyChannelConnector.java:108)
at org.asynchttpclient.netty.SimpleChannelFutureListener.operationComplete(SimpleChannelFutureListener.java:28)
at org.asynchttpclient.netty.SimpleChannelFutureListener.operationComplete(SimpleChannelFutureListener.java:20)
at io.netty.util.concurrent.DefaultPromise.notifyListener0(DefaultPromise.java:578)
at io.netty.util.concurrent.DefaultPromise.notifyListeners0(DefaultPromise.java:571)
at io.netty.util.concurrent.DefaultPromise.notifyListenersNow(DefaultPromise.java:550)
at io.netty.util.concurrent.DefaultPromise.notifyListeners(DefaultPromise.java:491)
at io.netty.util.concurrent.DefaultPromise.setValue0(DefaultPromise.java:616)
at io.netty.util.concurrent.DefaultPromise.setFailure0(DefaultPromise.java:609)
at io.netty.util.concurrent.DefaultPromise.tryFailure(DefaultPromise.java:117)
at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.fulfillConnectPromise(AbstractNioChannel.java:321)
at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:337)
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776)
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: no further information: localhost/[0:0:0:0:0:0:0:1]:4444
Caused by: java.net.ConnectException: Connection refused: no further information
at java.base/sun.nio.ch.Net.pollConnect(Native Method)
at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672)
at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946)
at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337)
at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334)
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776)
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.base/java.lang.Thread.run(Thread.java:833)
(VCreateFiwithAndWithoutRemoteSign)
CreateFiwithAndWithoutRemoteSign
(, chrome_Windows 10)
java.lang.NullPointerException: Cannot invoke "String.equals(Object)" because the return value of "org.openqa.selenium.WebElement.getAttribute(String)" is null
at com.imm.pages.InfrastructurePage.isBtnContinueDisabled(InfrastructurePage.java:299)
at com.imm.testscripts.CreateFi.CreateFi.CreateFiwithAndWithoutRemoteSign(CreateFi.java:831)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
at java.base/java.lang.reflect.Method.invoke(Method.java:577)
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.base/java.util.ArrayList.forEach(ArrayList.java:1511)
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)
(VCreateFiwithAndWithoutRemoteSign)
VerifyAddonPlatformSettings
({ZIP=08867, Dictionary=tesign;xp, StarterEvalDays=, Description=VerifyAddonPlatform&Settings, Login_User_ID=immadmin2@immesignqa.onmicrosoft.com, FiStatus=Submitted, StarterChecks=Off, eSignURL=, E-Vault=Off, Filepath=, Name=UnifiedFI, LocalDomain=cuadmin, TestID=VerifyAddonPlatformSettings, Verifast=Off, eSignPlus=Off, LacerPro=Enable, RtmAuthTypes=, Notes=Test, Session URL=https://esignnonprod.immesign.com/qa/tenantmanager/, GlobalAdmin=cuadmin@immtestcu.onmicrosoft.com, RemoteSign=Off, TypeOfUser=, eValultDays=, DrpSpot=Off, ErrorMsg=, Address2=building 1, AZDomain=immtestcu.onmicrosoft.com, Address3=123, VerifastEDays=, Address1=2 City hall Plaza, City=Rahway, WrongAZDomain=, LCEvalDays=, State=NJ, LoanCoupon=Off, Login_Password=iMM@2024, WrongFIID=, DrpEvalDays=, Country=USA, ClientID=12223456asv_, FIID=UnifiedFI, Key=Test123})
org.openqa.selenium.SessionNotCreatedException: Could not start a new session. Possible causes are invalid address of the remote server or browser start-up failure.
Host info: host: 'SIMS-IT-66', ip: '192.168.0.105'
Build info: version: '4.7.1', revision: 'c6795baf1a3'
System info: os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '18.0.2.1'
Driver info: org.openqa.selenium.remote.RemoteWebDriver
Command: [null, newSession {capabilities=[Capabilities {browserName: chrome, goog:chromeOptions: {args: [], extensions: []}}], desiredCapabilities=Capabilities {browserName: chrome, goog:chromeOptions: {args: [], extensions: []}}}]
Capabilities {}
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:569)
at org.openqa.selenium.remote.RemoteWebDriver.startSession(RemoteWebDriver.java:244)
at org.openqa.selenium.remote.RemoteWebDriver.<init>(RemoteWebDriver.java:159)
at org.openqa.selenium.remote.RemoteWebDriver.<init>(RemoteWebDriver.java:141)
at com.imm.support.WebDriverFactory.get(WebDriverFactory.java:344)
at com.imm.support.WebDriverFactory.get(WebDriverFactory.java:216)
at com.imm.testscripts.CreateFi.CreateFi.VerifyAddonPlatformSettings(CreateFi.java:372)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
at java.base/java.lang.reflect.Method.invoke(Method.java:577)
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.base/java.util.ArrayList.forEach(ArrayList.java:1511)
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: java.io.UncheckedIOException: java.net.ConnectException: Connection refused: no further information: localhost/[0:0:0:0:0:0:0:1]:4444
at org.openqa.selenium.remote.http.netty.NettyHttpHandler.makeCall(NettyHttpHandler.java:73)
at org.openqa.selenium.remote.http.AddSeleniumUserAgent.lambda$apply$0(AddSeleniumUserAgent.java:42)
at org.openqa.selenium.remote.http.Filter.lambda$andFinally$1(Filter.java:56)
at org.openqa.selenium.remote.http.netty.NettyHttpHandler.execute(NettyHttpHandler.java:49)
at org.openqa.selenium.remote.http.AddSeleniumUserAgent.lambda$apply$0(AddSeleniumUserAgent.java:42)
at org.openqa.selenium.remote.http.Filter.lambda$andFinally$1(Filter.java:56)
at org.openqa.selenium.remote.http.netty.NettyClient.execute(NettyClient.java:99)
at org.openqa.selenium.remote.tracing.TracedHttpClient.execute(TracedHttpClient.java:55)
at org.openqa.selenium.remote.ProtocolHandshake.createSession(ProtocolHandshake.java:124)
at org.openqa.selenium.remote.ProtocolHandshake.createSession(ProtocolHandshake.java:106)
at org.openqa.selenium.remote.ProtocolHandshake.createSession(ProtocolHandshake.java:67)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:156)
at org.openqa.selenium.remote.TracedCommandExecutor.execute(TracedCommandExecutor.java:51)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:551)
... 32 more
Caused by: java.net.ConnectException: Connection refused: no further information: localhost/[0:0:0:0:0:0:0:1]:4444
at org.asynchttpclient.netty.channel.NettyConnectListener.onFailure(NettyConnectListener.java:179)
at org.asynchttpclient.netty.channel.NettyChannelConnector$1.onFailure(NettyChannelConnector.java:108)
at org.asynchttpclient.netty.SimpleChannelFutureListener.operationComplete(SimpleChannelFutureListener.java:28)
at org.asynchttpclient.netty.SimpleChannelFutureListener.operationComplete(SimpleChannelFutureListener.java:20)
at io.netty.util.concurrent.DefaultPromise.notifyListener0(DefaultPromise.java:578)
at io.netty.util.concurrent.DefaultPromise.notifyListeners0(DefaultPromise.java:571)
at io.netty.util.concurrent.DefaultPromise.notifyListenersNow(DefaultPromise.java:550)
at io.netty.util.concurrent.DefaultPromise.notifyListeners(DefaultPromise.java:491)
at io.netty.util.concurrent.DefaultPromise.setValue0(DefaultPromise.java:616)
at io.netty.util.concurrent.DefaultPromise.setFailure0(DefaultPromise.java:609)
at io.netty.util.concurrent.DefaultPromise.tryFailure(DefaultPromise.java:117)
at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.fulfillConnectPromise(AbstractNioChannel.java:321)
at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:337)
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776)
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: no further information: localhost/[0:0:0:0:0:0:0:1]:4444
Caused by: java.net.ConnectException: Connection refused: no further information
at java.base/sun.nio.ch.Net.pollConnect(Native Method)
at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672)
at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946)
at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337)
at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334)
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776)
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.base/java.lang.Thread.run(Thread.java:833)
(VerifyAddonPlatform&Settings)
VerifyAzureDetailsSummaryAndInfrastrucure
({ZIP=08867, Dictionary=, StarterEvalDays=, Description=VerifyAzureDetailsSummaryAndInfrastrucure, Login_User_ID=immadmin2@immesignqa.onmicrosoft.com, FiStatus=, StarterChecks=, eSignURL=, E-Vault=, Filepath=src/main/resources/testdata/files/google.png, Name=AB., LocalDomain=immtestcu, TestID=VerifyAzureDetailsSummaryAndInfrastrucure, Verifast=, eSignPlus=, LacerPro=, RtmAuthTypes=, Notes=Test, Session URL=https://esignnonprod.immesign.com/qa/tenantmanager/, GlobalAdmin=test;test@123;admintestfi.com;cuadmin@immstestu.onmicrosoft.com, RemoteSign=, TypeOfUser=, eValultDays=, DrpSpot=, ErrorMsg=, Address2=building 1, AZDomain=immtestcu.onmicrosoft.com, Address3=123, VerifastEDays=, Address1=2 City hall Plaza, City=Rahway, WrongAZDomain=Test;hometown.com;immtestcu.onmicrosoft.com, LCEvalDays=, State=NJ, LoanCoupon=, Login_Password=iMM@2024, WrongFIID=, DrpEvalDays=, Country=USA, ClientID=, FIID=FI, Key=})
org.openqa.selenium.SessionNotCreatedException: Could not start a new session. Possible causes are invalid address of the remote server or browser start-up failure.
Host info: host: 'SIMS-IT-66', ip: '192.168.0.105'
Build info: version: '4.7.1', revision: 'c6795baf1a3'
System info: os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '18.0.2.1'
Driver info: org.openqa.selenium.remote.RemoteWebDriver
Command: [null, newSession {capabilities=[Capabilities {browserName: chrome, goog:chromeOptions: {args: [], extensions: []}}], desiredCapabilities=Capabilities {browserName: chrome, goog:chromeOptions: {args: [], extensions: []}}}]
Capabilities {}
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:569)
at org.openqa.selenium.remote.RemoteWebDriver.startSession(RemoteWebDriver.java:244)
at org.openqa.selenium.remote.RemoteWebDriver.<init>(RemoteWebDriver.java:159)
at org.openqa.selenium.remote.RemoteWebDriver.<init>(RemoteWebDriver.java:141)
at com.imm.support.WebDriverFactory.get(WebDriverFactory.java:344)
at com.imm.support.WebDriverFactory.get(WebDriverFactory.java:216)
at com.imm.testscripts.CreateFi.CreateFi.VerifyAzureDetailsSummaryAndInfrastrucure(CreateFi.java:206)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
at java.base/java.lang.reflect.Method.invoke(Method.java:577)
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.base/java.util.ArrayList.forEach(ArrayList.java:1511)
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: java.io.UncheckedIOException: java.net.ConnectException: Connection refused: no further information: localhost/[0:0:0:0:0:0:0:1]:4444
at org.openqa.selenium.remote.http.netty.NettyHttpHandler.makeCall(NettyHttpHandler.java:73)
at org.openqa.selenium.remote.http.AddSeleniumUserAgent.lambda$apply$0(AddSeleniumUserAgent.java:42)
at org.openqa.selenium.remote.http.Filter.lambda$andFinally$1(Filter.java:56)
at org.openqa.selenium.remote.http.netty.NettyHttpHandler.execute(NettyHttpHandler.java:49)
at org.openqa.selenium.remote.http.AddSeleniumUserAgent.lambda$apply$0(AddSeleniumUserAgent.java:42)
at org.openqa.selenium.remote.http.Filter.lambda$andFinally$1(Filter.java:56)
at org.openqa.selenium.remote.http.netty.NettyClient.execute(NettyClient.java:99)
at org.openqa.selenium.remote.tracing.TracedHttpClient.execute(TracedHttpClient.java:55)
at org.openqa.selenium.remote.ProtocolHandshake.createSession(ProtocolHandshake.java:124)
at org.openqa.selenium.remote.ProtocolHandshake.createSession(ProtocolHandshake.java:106)
at org.openqa.selenium.remote.ProtocolHandshake.createSession(ProtocolHandshake.java:67)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:156)
at org.openqa.selenium.remote.TracedCommandExecutor.execute(TracedCommandExecutor.java:51)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:551)
... 32 more
Caused by: java.net.ConnectException: Connection refused: no further information: localhost/[0:0:0:0:0:0:0:1]:4444
at org.asynchttpclient.netty.channel.NettyConnectListener.onFailure(NettyConnectListener.java:179)
at org.asynchttpclient.netty.channel.NettyChannelConnector$1.onFailure(NettyChannelConnector.java:108)
at org.asynchttpclient.netty.SimpleChannelFutureListener.operationComplete(SimpleChannelFutureListener.java:28)
at org.asynchttpclient.netty.SimpleChannelFutureListener.operationComplete(SimpleChannelFutureListener.java:20)
at io.netty.util.concurrent.DefaultPromise.notifyListener0(DefaultPromise.java:578)
at io.netty.util.concurrent.DefaultPromise.notifyListeners0(DefaultPromise.java:571)
at io.netty.util.concurrent.DefaultPromise.notifyListenersNow(DefaultPromise.java:550)
at io.netty.util.concurrent.DefaultPromise.notifyListeners(DefaultPromise.java:491)
at io.netty.util.concurrent.DefaultPromise.setValue0(DefaultPromise.java:616)
at io.netty.util.concurrent.DefaultPromise.setFailure0(DefaultPromise.java:609)
at io.netty.util.concurrent.DefaultPromise.tryFailure(DefaultPromise.java:117)
at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.fulfillConnectPromise(AbstractNioChannel.java:321)
at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:337)
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776)
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: no further information: localhost/[0:0:0:0:0:0:0:1]:4444
Caused by: java.net.ConnectException: Connection refused: no further information
at java.base/sun.nio.ch.Net.pollConnect(Native Method)
at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672)
at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946)
at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337)
at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334)
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776)
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.base/java.lang.Thread.run(Thread.java:833)
(VerifyAzureDetailsSummaryAndInfrastrucure)
VerifyBasicDetails
({ZIP=08867-88=8;543;08867-8888, Dictionary=, StarterEvalDays=, Description=VerifyBasicDetails, Login_User_ID=immadmin2@immesignqa.onmicrosoft.com, FiStatus=Draft, StarterChecks=, eSignURL=, E-Vault=, Filepath=src/main/resources/testdata/files/logo.jfif;src/main/resources/testdata/files/google.png;src/main/resources/testdata/files/Sun_logo.png, Name=AB., LocalDomain=, TestID=VerifyBasicDetails, Verifast=, eSignPlus=, LacerPro=, RtmAuthTypes=, Notes=Test, Session URL=https://esignnonprod.immesign.com/qa/tenantmanager/, GlobalAdmin=, RemoteSign=, TypeOfUser=HostAdmin, eValultDays=, DrpSpot=, ErrorMsg=FI ID already exists;Must be up to 10 characters with no spaces.;Must be up to 10 characters with no spaces.;;, Address2=building 1, AZDomain=, Address3=123, VerifastEDays=, Address1=2 City hall Plaza, City=Rahway, WrongAZDomain=, LCEvalDays=, State=NJ, LoanCoupon=, Login_Password=iMM@2024, WrongFIID=espRTS;Test Fi;ABCDxCompany, DrpEvalDays=, Country=USA, ClientID=, FIID=FI, Key=})
org.openqa.selenium.SessionNotCreatedException: Could not start a new session. Possible causes are invalid address of the remote server or browser start-up failure.
Host info: host: 'SIMS-IT-66', ip: '192.168.0.105'
Build info: version: '4.7.1', revision: 'c6795baf1a3'
System info: os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '18.0.2.1'
Driver info: org.openqa.selenium.remote.RemoteWebDriver
Command: [null, newSession {capabilities=[Capabilities {browserName: chrome, goog:chromeOptions: {args: [], extensions: []}}], desiredCapabilities=Capabilities {browserName: chrome, goog:chromeOptions: {args: [], extensions: []}}}]
Capabilities {}
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:569)
at org.openqa.selenium.remote.RemoteWebDriver.startSession(RemoteWebDriver.java:244)
at org.openqa.selenium.remote.RemoteWebDriver.<init>(RemoteWebDriver.java:159)
at org.openqa.selenium.remote.RemoteWebDriver.<init>(RemoteWebDriver.java:141)
at com.imm.support.WebDriverFactory.get(WebDriverFactory.java:344)
at com.imm.support.WebDriverFactory.get(WebDriverFactory.java:216)
at com.imm.testscripts.CreateFi.CreateFi.VerifyBasicDetails(CreateFi.java:71)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
at java.base/java.lang.reflect.Method.invoke(Method.java:577)
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.base/java.util.ArrayList.forEach(ArrayList.java:1511)
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: java.io.UncheckedIOException: java.net.ConnectException: Connection refused: no further information: localhost/[0:0:0:0:0:0:0:1]:4444
at org.openqa.selenium.remote.http.netty.NettyHttpHandler.makeCall(NettyHttpHandler.java:73)
at org.openqa.selenium.remote.http.AddSeleniumUserAgent.lambda$apply$0(AddSeleniumUserAgent.java:42)
at org.openqa.selenium.remote.http.Filter.lambda$andFinally$1(Filter.java:56)
at org.openqa.selenium.remote.http.netty.NettyHttpHandler.execute(NettyHttpHandler.java:49)
at org.openqa.selenium.remote.http.AddSeleniumUserAgent.lambda$apply$0(AddSeleniumUserAgent.java:42)
at org.openqa.selenium.remote.http.Filter.lambda$andFinally$1(Filter.java:56)
at org.openqa.selenium.remote.http.netty.NettyClient.execute(NettyClient.java:99)
at org.openqa.selenium.remote.tracing.TracedHttpClient.execute(TracedHttpClient.java:55)
at org.openqa.selenium.remote.ProtocolHandshake.createSession(ProtocolHandshake.java:124)
at org.openqa.selenium.remote.ProtocolHandshake.createSession(ProtocolHandshake.java:106)
at org.openqa.selenium.remote.ProtocolHandshake.createSession(ProtocolHandshake.java:67)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:156)
at org.openqa.selenium.remote.TracedCommandExecutor.execute(TracedCommandExecutor.java:51)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:551)
... 32 more
Caused by: java.net.ConnectException: Connection refused: no further information: localhost/[0:0:0:0:0:0:0:1]:4444
at org.asynchttpclient.netty.channel.NettyConnectListener.onFailure(NettyConnectListener.java:179)
at org.asynchttpclient.netty.channel.NettyChannelConnector$1.onFailure(NettyChannelConnector.java:108)
at org.asynchttpclient.netty.SimpleChannelFutureListener.operationComplete(SimpleChannelFutureListener.java:28)
at org.asynchttpclient.netty.SimpleChannelFutureListener.operationComplete(SimpleChannelFutureListener.java:20)
at io.netty.util.concurrent.DefaultPromise.notifyListener0(DefaultPromise.java:578)
at io.netty.util.concurrent.DefaultPromise.notifyListeners0(DefaultPromise.java:571)
at io.netty.util.concurrent.DefaultPromise.notifyListenersNow(DefaultPromise.java:550)
at io.netty.util.concurrent.DefaultPromise.notifyListeners(DefaultPromise.java:491)
at io.netty.util.concurrent.DefaultPromise.setValue0(DefaultPromise.java:616)
at io.netty.util.concurrent.DefaultPromise.setFailure0(DefaultPromise.java:609)
at io.netty.util.concurrent.DefaultPromise.tryFailure(DefaultPromise.java:117)
at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.fulfillConnectPromise(AbstractNioChannel.java:321)
at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:337)
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776)
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: no further information: localhost/[0:0:0:0:0:0:0:1]:4444
Caused by: java.net.ConnectException: Connection refused: no further information
at java.base/sun.nio.ch.Net.pollConnect(Native Method)
at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672)
at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946)
at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337)
at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334)
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776)
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.base/java.lang.Thread.run(Thread.java:833)
(VerifyBasicDetails)
createNewFI
({ZIP=08867, Dictionary=tesign;xp, StarterEvalDays=, Description=Create New FI, Login_User_ID=immadmin2@immesignqa.onmicrosoft.com, FiStatus=Submitted, StarterChecks=Off, eSignURL=, E-Vault=Off, Filepath=, Name=MigrateFI, LocalDomain=cuadmin, TestID=createNewFI, Verifast=Off, eSignPlus=Off, LacerPro=Enable, RtmAuthTypes=, Notes=Test, Session URL=https://esignnonprod.immesign.com/qa/tenantmanager/, GlobalAdmin=cuadmin@immtestcu.onmicrosoft.com, RemoteSign=Off, TypeOfUser=, eValultDays=, DrpSpot=Off, ErrorMsg=, Address2=building 1, AZDomain=immtestcu.onmicrosoft.com, Address3=123, VerifastEDays=, Address1=2 City hall Plaza, City=Rahway, WrongAZDomain=, LCEvalDays=, State=NJ, LoanCoupon=Off, Login_Password=iMM@2024, WrongFIID=, DrpEvalDays=, Country=USA, ClientID=12223456asv_, FIID=Mg, Key=Test123})
org.openqa.selenium.SessionNotCreatedException: Could not start a new session. Possible causes are invalid address of the remote server or browser start-up failure.
Host info: host: 'SIMS-IT-66', ip: '192.168.0.105'
Build info: version: '4.7.1', revision: 'c6795baf1a3'
System info: os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '18.0.2.1'
Driver info: org.openqa.selenium.remote.RemoteWebDriver
Command: [null, newSession {capabilities=[Capabilities {browserName: chrome, goog:chromeOptions: {args: [], extensions: []}}], desiredCapabilities=Capabilities {browserName: chrome, goog:chromeOptions: {args: [], extensions: []}}}]
Capabilities {}
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:569)
at org.openqa.selenium.remote.RemoteWebDriver.startSession(RemoteWebDriver.java:244)
at org.openqa.selenium.remote.RemoteWebDriver.<init>(RemoteWebDriver.java:159)
at org.openqa.selenium.remote.RemoteWebDriver.<init>(RemoteWebDriver.java:141)
at com.imm.support.WebDriverFactory.get(WebDriverFactory.java:344)
at com.imm.support.WebDriverFactory.get(WebDriverFactory.java:216)
at com.imm.testscripts.CreateFi.CreateFi.createNewFI(CreateFi.java:1041)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
at java.base/java.lang.reflect.Method.invoke(Method.java:577)
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.base/java.util.ArrayList.forEach(ArrayList.java:1511)
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: java.io.UncheckedIOException: java.net.ConnectException: Connection refused: no further information: localhost/[0:0:0:0:0:0:0:1]:4444
at org.openqa.selenium.remote.http.netty.NettyHttpHandler.makeCall(NettyHttpHandler.java:73)
at org.openqa.selenium.remote.http.AddSeleniumUserAgent.lambda$apply$0(AddSeleniumUserAgent.java:42)
at org.openqa.selenium.remote.http.Filter.lambda$andFinally$1(Filter.java:56)
at org.openqa.selenium.remote.http.netty.NettyHttpHandler.execute(NettyHttpHandler.java:49)
at org.openqa.selenium.remote.http.AddSeleniumUserAgent.lambda$apply$0(AddSeleniumUserAgent.java:42)
at org.openqa.selenium.remote.http.Filter.lambda$andFinally$1(Filter.java:56)
at org.openqa.selenium.remote.http.netty.NettyClient.execute(NettyClient.java:99)
at org.openqa.selenium.remote.tracing.TracedHttpClient.execute(TracedHttpClient.java:55)
at org.openqa.selenium.remote.ProtocolHandshake.createSession(ProtocolHandshake.java:124)
at org.openqa.selenium.remote.ProtocolHandshake.createSession(ProtocolHandshake.java:106)
at org.openqa.selenium.remote.ProtocolHandshake.createSession(ProtocolHandshake.java:67)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:156)
at org.openqa.selenium.remote.TracedCommandExecutor.execute(TracedCommandExecutor.java:51)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:551)
... 32 more
Caused by: java.net.ConnectException: Connection refused: no further information: localhost/[0:0:0:0:0:0:0:1]:4444
at org.asynchttpclient.netty.channel.NettyConnectListener.onFailure(NettyConnectListener.java:179)
at org.asynchttpclient.netty.channel.NettyChannelConnector$1.onFailure(NettyChannelConnector.java:108)
at org.asynchttpclient.netty.SimpleChannelFutureListener.operationComplete(SimpleChannelFutureListener.java:28)
at org.asynchttpclient.netty.SimpleChannelFutureListener.operationComplete(SimpleChannelFutureListener.java:20)
at io.netty.util.concurrent.DefaultPromise.notifyListener0(DefaultPromise.java:578)
at io.netty.util.concurrent.DefaultPromise.notifyListeners0(DefaultPromise.java:571)
at io.netty.util.concurrent.DefaultPromise.notifyListenersNow(DefaultPromise.java:550)
at io.netty.util.concurrent.DefaultPromise.notifyListeners(DefaultPromise.java:491)
at io.netty.util.concurrent.DefaultPromise.setValue0(DefaultPromise.java:616)
at io.netty.util.concurrent.DefaultPromise.setFailure0(DefaultPromise.java:609)
at io.netty.util.concurrent.DefaultPromise.tryFailure(DefaultPromise.java:117)
at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.fulfillConnectPromise(AbstractNioChannel.java:321)
at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:337)
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776)
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: no further information: localhost/[0:0:0:0:0:0:0:1]:4444
Caused by: java.net.ConnectException: Connection refused: no further information
at java.base/sun.nio.ch.Net.pollConnect(Native Method)
at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672)
at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946)
at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337)
at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334)
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776)
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.base/java.lang.Thread.run(Thread.java:833)
(Create New FI)
verifyIfFIIDconsistsSpecialCharacter
({ZIP=, Dictionary=tesign;xp, StarterEvalDays=, Description=verify If FIID consists Special Character, Login_User_ID=immadmin2@immesignqa.onmicrosoft.com, FiStatus=Completed, StarterChecks=Off, eSignURL=https://esignplusqa.immesign.com/TEAASP/Login.aspx, E-Vault=Off, Filepath=, Name=FI@#$%^&*()!_-., LocalDomain=cuadmin, TestID=verifyIfFIIDconsistsSpecialCharacter, Verifast=Off, eSignPlus=Off, LacerPro=Enable, RtmAuthTypes=InPerson,Email,Password,KBA,Phone,GovernmentID, Notes=, Session URL=https://esignnonprod.immesign.com/qa/tenantmanager/, GlobalAdmin=cuadmin@immtestcu.onmicrosoft.com, RemoteSign=Enable, TypeOfUser=, eValultDays=, DrpSpot=Off, ErrorMsg=, Address2=, AZDomain=immtestcu.onmicrosoft.com, Address3=, VerifastEDays=, Address1=, City=, WrongAZDomain=, LCEvalDays=, State=, LoanCoupon=Off, Login_Password=iMM@2024, WrongFIID=, DrpEvalDays=, Country=, ClientID=3AAABLblqZhCPfuU-npiCakOjy5Ut75_7222WMCDdpSBYYA0z9PZE7hXvVdJDXKIzDh0zkAVwUGLc4pVh3cU31w119aZm6Uu_, FIID=FI@#$%^&*()!_-, Key=})
org.openqa.selenium.SessionNotCreatedException: Could not start a new session. Possible causes are invalid address of the remote server or browser start-up failure.
Host info: host: 'SIMS-IT-66', ip: '192.168.0.105'
Build info: version: '4.7.1', revision: 'c6795baf1a3'
System info: os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '18.0.2.1'
Driver info: org.openqa.selenium.remote.RemoteWebDriver
Command: [null, newSession {capabilities=[Capabilities {browserName: chrome, goog:chromeOptions: {args: [], extensions: []}}], desiredCapabilities=Capabilities {browserName: chrome, goog:chromeOptions: {args: [], extensions: []}}}]
Capabilities {}
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:569)
at org.openqa.selenium.remote.RemoteWebDriver.startSession(RemoteWebDriver.java:244)
at org.openqa.selenium.remote.RemoteWebDriver.<init>(RemoteWebDriver.java:159)
at org.openqa.selenium.remote.RemoteWebDriver.<init>(RemoteWebDriver.java:141)
at com.imm.support.WebDriverFactory.get(WebDriverFactory.java:344)
at com.imm.support.WebDriverFactory.get(WebDriverFactory.java:216)
at com.imm.testscripts.CreateFi.CreateFi.verifyIfFIIDconsistsSpecialCharacter(CreateFi.java:643)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
at java.base/java.lang.reflect.Method.invoke(Method.java:577)
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.base/java.util.ArrayList.forEach(ArrayList.java:1511)
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: java.io.UncheckedIOException: java.net.ConnectException: Connection refused: no further information: localhost/[0:0:0:0:0:0:0:1]:4444
at org.openqa.selenium.remote.http.netty.NettyHttpHandler.makeCall(NettyHttpHandler.java:73)
at org.openqa.selenium.remote.http.AddSeleniumUserAgent.lambda$apply$0(AddSeleniumUserAgent.java:42)
at org.openqa.selenium.remote.http.Filter.lambda$andFinally$1(Filter.java:56)
at org.openqa.selenium.remote.http.netty.NettyHttpHandler.execute(NettyHttpHandler.java:49)
at org.openqa.selenium.remote.http.AddSeleniumUserAgent.lambda$apply$0(AddSeleniumUserAgent.java:42)
at org.openqa.selenium.remote.http.Filter.lambda$andFinally$1(Filter.java:56)
at org.openqa.selenium.remote.http.netty.NettyClient.execute(NettyClient.java:99)
at org.openqa.selenium.remote.tracing.TracedHttpClient.execute(TracedHttpClient.java:55)
at org.openqa.selenium.remote.ProtocolHandshake.createSession(ProtocolHandshake.java:124)
at org.openqa.selenium.remote.ProtocolHandshake.createSession(ProtocolHandshake.java:106)
at org.openqa.selenium.remote.ProtocolHandshake.createSession(ProtocolHandshake.java:67)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:156)
at org.openqa.selenium.remote.TracedCommandExecutor.execute(TracedCommandExecutor.java:51)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:551)
... 32 more
Caused by: java.net.ConnectException: Connection refused: no further information: localhost/[0:0:0:0:0:0:0:1]:4444
at org.asynchttpclient.netty.channel.NettyConnectListener.onFailure(NettyConnectListener.java:179)
at org.asynchttpclient.netty.channel.NettyChannelConnector$1.onFailure(NettyChannelConnector.java:108)
at org.asynchttpclient.netty.SimpleChannelFutureListener.operationComplete(SimpleChannelFutureListener.java:28)
at org.asynchttpclient.netty.SimpleChannelFutureListener.operationComplete(SimpleChannelFutureListener.java:20)
at io.netty.util.concurrent.DefaultPromise.notifyListener0(DefaultPromise.java:578)
at io.netty.util.concurrent.DefaultPromise.notifyListeners0(DefaultPromise.java:571)
at io.netty.util.concurrent.DefaultPromise.notifyListenersNow(DefaultPromise.java:550)
at io.netty.util.concurrent.DefaultPromise.notifyListeners(DefaultPromise.java:491)
at io.netty.util.concurrent.DefaultPromise.setValue0(DefaultPromise.java:616)
at io.netty.util.concurrent.DefaultPromise.setFailure0(DefaultPromise.java:609)
at io.netty.util.concurrent.DefaultPromise.tryFailure(DefaultPromise.java:117)
at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.fulfillConnectPromise(AbstractNioChannel.java:321)
at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:337)
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776)
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: no further information: localhost/[0:0:0:0:0:0:0:1]:4444
Caused by: java.net.ConnectException: Connection refused: no further information
at java.base/sun.nio.ch.Net.pollConnect(Native Method)
at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672)
at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946)
at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337)
at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334)
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776)
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.base/java.lang.Thread.run(Thread.java:833)
(verifyIfFIIDconsistsSpecialCharacter)
C:\Users\sunitha.patterm\git\TenantManager\testxml\regression\Chrome_Run.xml
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE suite SYSTEM "https://testng.org/testng-1.0.dtd">
<suite thread-count="500" name="IMM_Esign_Chrome" guice-stage="DEVELOPMENT" verbose="3">
<parameter name="webSite" value="https://esignnonprod.immesign.com/qa/tenantmanager/"/>
<parameter name="projectKey" value="ESPC"/>
<parameter name="deviceHost" value="localhost"/>
<parameter name="sessionUrl" value="https://esignnonprod.immesign.com/qa/tenantmanager/"/>
<parameter name="devicePort" value="4444"/>
<parameter name="browserName" value="chrome_windows"/>
<listeners>
<listener class-name="com.imm.support.MethodInterceptor"/>
</listeners>
<test thread-count="1" name="IMM_Test_Chrome" verbose="3">
<classes>
<class name="com.imm.testscripts.CreateFi.CreateFi"/>
</classes>
</test> <!-- IMM_Test_Chrome -->
</suite> <!-- IMM_Esign_Chrome -->
Tests for IMM_Esign_Chrome
- IMM_Test_Chrome (1 class)
Groups for IMM_Esign_Chrome
CreateFiwithAndWithoutRemoteSign
CreateFiwithAndWithoutRemoteSign
FIOnboarding
VerifyBasicDetails
P1
CreateFiwithAndWithoutRemoteSign
VerifyAddonPlatformSettings
VerifyAzureDetailsSummaryAndInfrastrucure
VerifyBasicDetails
createNewFI
verifyIfFIIDconsistsSpecialCharacter
Smoke
CreateFiwithAndWithoutRemoteSign
VerifyAddonPlatformSettings
VerifyAzureDetailsSummaryAndInfrastrucure
VerifyBasicDetails
createNewFI
verifyIfFIIDconsistsSpecialCharacter
VerifyAddonPlatform&Settings
VerifyAddonPlatformSettings
createNewFI
VerifyAzureDetailsSummaryAndInfrastrucure
VerifyAzureDetailsSummaryAndInfrastrucure
verifyIfFIIDconsistsSpecialCharacter
verifyIfFIIDconsistsSpecialCharacter
Times for IMM_Esign_Chrome
Total running time: 55 minutes
Reporter output for IMM_Esign_Chrome
VerifyAzureDetailsSummaryAndInfrastrucure({ZIP=08867, Dictionary=, StarterEvalDays=, Description=VerifyAzureDetailsSummaryAndInfrastrucure, Lo...)
--- 23 May 14:21:19 493 - TestCaseID:: VerifyAzureDetailsSummaryAndInfrastrucure
CreateFiwithAndWithoutRemoteSign(, chrome_Windows 10)
eSign Tenant Manager -CreateFi Page open up [ScreenShot]
Successfully navigated to 'Create an FI' page [ScreenShot]
Add Fi button is diplayed [ScreenShot]
Successfully navigated to 'BasicDetailsPage' page [ScreenShot]
Successfully navigated to the 'Azure Details' page [ScreenShot]
Successfully verified AD Domain Name, Local Ad Domain and Global Admin fields are enabled [ScreenShot]
Succesfully entered email 'cuadmin@immtestcu.onmicrosoft.com' [ScreenShot]
Next button is enabled [ScreenShot]
Successfully navigated to the 'SummaryPage' page [ScreenShot]
Successfully navigated to the 'InfrastructurePage' page [ScreenShot]
Successfully Configured 'Setting up the Databse'
Successfully Configured 'Configuring the FI Database'
Successfully Configured 'Running Post Deployment Scripts'
Error communicating with the remote browser. It may have died.
--- 23 May 13:31:53 742 - TestCaseID:: CreateFiwithAndWithoutRemoteSign
--- 23 May 13:31:55 916 - 2 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:470)
--- 23 May 13:32:01 055 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/
--- 23 May 13:32:01 055 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 23 May 13:32:05 196 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (7b3bf57e37df587b884cad1e0eb06166)] -> id: idSIButton9]
--- 23 May 13:32:05 284 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (7b3bf57e37df587b884cad1e0eb06166)] -> id: i0116]
--- 23 May 13:32:10 551 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (7b3bf57e37df587b884cad1e0eb06166)] -> id: idSIButton9]
--- 23 May 13:32:11 912 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (7b3bf57e37df587b884cad1e0eb06166)] -> id: i0118]
--- 23 May 13:32:18 004 - Page URL:: https://login.microsoftonline.com/common/login
--- 23 May 13:32:18 004 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 23 May 13:32:18 065 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (7b3bf57e37df587b884cad1e0eb06166)] -> id: lightbox]
--- 23 May 13:32:19 190 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (7b3bf57e37df587b884cad1e0eb06166)] -> id: idSIButton9]
--- 23 May 13:32:22 506 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/
--- 23 May 13:32:22 506 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 23 May 13:32:28 286 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (7b3bf57e37df587b884cad1e0eb06166)] -> id: createdFIList]
eSign Tenant Manager -CreateFi Page open up [ScreenShot]
--- 23 May 13:32:28 531 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create
--- 23 May 13:32:28 531 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 23 May 13:32:28 621 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (7b3bf57e37df587b884cad1e0eb06166)] -> css selector: .header]
Successfully navigated to 'Create an FI' page [ScreenShot]
--- 23 May 13:32:28 776 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (7b3bf57e37df587b884cad1e0eb06166)] -> id: btnAddFI]
Add Fi button is diplayed [ScreenShot]
--- 23 May 13:32:28 949 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (7b3bf57e37df587b884cad1e0eb06166)] -> id: btnAddFI]
--- 23 May 13:32:31 305 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create
--- 23 May 13:32:31 305 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 23 May 13:32:31 445 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create
--- 23 May 13:32:31 446 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 23 May 13:32:32 412 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (7b3bf57e37df587b884cad1e0eb06166)] -> xpath: .//input[@id='hostFIID']]
--- 23 May 13:32:32 511 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/basic
--- 23 May 13:32:32 512 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 23 May 13:32:32 599 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (7b3bf57e37df587b884cad1e0eb06166)] -> css selector: .header]
--- 23 May 13:32:32 683 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/basic
--- 23 May 13:32:32 683 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 23 May 13:32:32 743 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (7b3bf57e37df587b884cad1e0eb06166)] -> xpath: .//input[@id='hostFIID']]
--- 23 May 13:32:32 827 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/basic
--- 23 May 13:32:32 827 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 23 May 13:32:32 912 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (7b3bf57e37df587b884cad1e0eb06166)] -> css selector: .header]
Successfully navigated to 'BasicDetailsPage' page [ScreenShot]
--- 23 May 13:32:33 149 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (7b3bf57e37df587b884cad1e0eb06166)] -> xpath: .//input[@id='hostFIID']]
--- 23 May 13:32:38 592 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (7b3bf57e37df587b884cad1e0eb06166)] -> id: btnValidateHostFiid]
--- 23 May 13:32:43 908 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (7b3bf57e37df587b884cad1e0eb06166)] -> xpath: .//input[@id='hostFIID']]
--- 23 May 13:32:44 044 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (7b3bf57e37df587b884cad1e0eb06166)] -> id: fiName]
--- 23 May 13:32:44 172 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (7b3bf57e37df587b884cad1e0eb06166)] -> id: fiName]
--- 23 May 13:32:49 562 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (7b3bf57e37df587b884cad1e0eb06166)] -> xpath: .//input[@id='hostFIID']]
--- 23 May 13:32:49 943 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (7b3bf57e37df587b884cad1e0eb06166)] -> id: fiName]
--- 23 May 13:32:51 349 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (7b3bf57e37df587b884cad1e0eb06166)] -> id: btnNext]
--- 23 May 13:32:53 655 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/basic
--- 23 May 13:32:53 655 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 23 May 13:32:53 765 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/basic
--- 23 May 13:32:53 766 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 23 May 13:32:54 993 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (7b3bf57e37df587b884cad1e0eb06166)] -> xpath: //*[@id="azureDetailsForm"]/c-card/c-card-header]
--- 23 May 13:32:55 074 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/azure
--- 23 May 13:32:55 074 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 23 May 13:32:55 149 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (7b3bf57e37df587b884cad1e0eb06166)] -> css selector: .header]
--- 23 May 13:32:55 228 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/azure
--- 23 May 13:32:55 228 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 23 May 13:32:55 286 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (7b3bf57e37df587b884cad1e0eb06166)] -> xpath: //*[@id="azureDetailsForm"]/c-card/c-card-header]
--- 23 May 13:32:55 353 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/azure
--- 23 May 13:32:55 353 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 23 May 13:32:55 437 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (7b3bf57e37df587b884cad1e0eb06166)] -> css selector: .header]
Successfully navigated to the 'Azure Details' page [ScreenShot]
Successfully verified AD Domain Name, Local Ad Domain and Global Admin fields are enabled [ScreenShot]
--- 23 May 13:32:56 217 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (7b3bf57e37df587b884cad1e0eb06166)] -> id: domain]
--- 23 May 13:33:13 473 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: errorDomain1'
--- 23 May 13:33:23 785 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: errorDomain2'
--- 23 May 13:33:34 054 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: errorDomain4'
--- 23 May 13:33:39 041 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (7b3bf57e37df587b884cad1e0eb06166)] -> id: localDomain]
--- 23 May 13:33:54 652 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: errorLocalDomain'
Error message is Not displayed for Blank global AD
--- 23 May 13:33:59 352 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (7b3bf57e37df587b884cad1e0eb06166)] -> id: directoryAdminEmail]
Succesfully entered email 'cuadmin@immtestcu.onmicrosoft.com' [ScreenShot]
Next button is enabled [ScreenShot]
--- 23 May 13:34:04 943 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (7b3bf57e37df587b884cad1e0eb06166)] -> id: btnNext]
--- 23 May 13:34:07 232 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/azure
--- 23 May 13:34:07 232 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 23 May 13:34:07 314 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/azure
--- 23 May 13:34:07 314 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 23 May 13:34:08 239 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (7b3bf57e37df587b884cad1e0eb06166)] -> xpath: /html/body/div/div/div/c-container/app-dashboard/app-create-fi/app-summary/c-card/c-card-header]
--- 23 May 13:34:08 316 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/summary
--- 23 May 13:34:08 316 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 23 May 13:34:08 396 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (7b3bf57e37df587b884cad1e0eb06166)] -> css selector: .header]
--- 23 May 13:34:08 468 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/summary
--- 23 May 13:34:08 469 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 23 May 13:34:08 536 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (7b3bf57e37df587b884cad1e0eb06166)] -> xpath: /html/body/div/div/div/c-container/app-dashboard/app-create-fi/app-summary/c-card/c-card-header]
--- 23 May 13:34:08 610 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/summary
--- 23 May 13:34:08 610 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 23 May 13:34:08 682 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (7b3bf57e37df587b884cad1e0eb06166)] -> css selector: .header]
Successfully navigated to the 'SummaryPage' page [ScreenShot]
--- 23 May 13:34:11 515 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (7b3bf57e37df587b884cad1e0eb06166)] -> id: btnConfirm]
--- 23 May 13:34:11 572 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (7b3bf57e37df587b884cad1e0eb06166)] -> id: btnConfirm]
--- 23 May 13:34:13 857 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/infrastructure
--- 23 May 13:34:13 857 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 23 May 13:34:13 927 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/infrastructure
--- 23 May 13:34:13 927 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 23 May 13:34:13 990 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (7b3bf57e37df587b884cad1e0eb06166)] -> xpath: //*[contains(text(),'Configure Infrastructure')]]
--- 23 May 13:34:14 057 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/infrastructure
--- 23 May 13:34:14 057 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 23 May 13:34:14 139 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (7b3bf57e37df587b884cad1e0eb06166)] -> css selector: .header]
--- 23 May 13:34:14 217 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/infrastructure
--- 23 May 13:34:14 218 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 23 May 13:34:14 274 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (7b3bf57e37df587b884cad1e0eb06166)] -> xpath: //*[contains(text(),'Configure Infrastructure')]]
--- 23 May 13:34:14 342 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/infrastructure
--- 23 May 13:34:14 342 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 23 May 13:34:14 420 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (7b3bf57e37df587b884cad1e0eb06166)] -> css selector: .header]
Successfully navigated to the 'InfrastructurePage' page [ScreenShot]
--- 23 May 13:34:14 653 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (7b3bf57e37df587b884cad1e0eb06166)] -> id: infraMessage]
Successfully Configured 'Setting up the Databse'
Successfully Configured 'Configuring the FI Database'
Successfully Configured 'Running Post Deployment Scripts'
Error communicating with the remote browser. It may have died.
VerifyBasicDetails({ZIP=08867-88=8;543;08867-8888, Dictionary=, StarterEvalDays=, Description=VerifyBasicDetails, Login...)
--- 23 May 14:21:19 516 - TestCaseID:: VerifyBasicDetails
CreateFiwithAndWithoutRemoteSign(, chrome_Windows 10)
eSign Tenant Manager -CreateFi Page open up [ScreenShot]
Successfully navigated to 'Create an FI' page [ScreenShot]
Add Fi button is diplayed [ScreenShot]
Successfully navigated to 'BasicDetailsPage' page [ScreenShot]
Successfully navigated to the 'Azure Details' page [ScreenShot]
Successfully verified AD Domain Name, Local Ad Domain and Global Admin fields are enabled [ScreenShot]
Succesfully entered email 'cuadmin@immtestcu.onmicrosoft.com' [ScreenShot]
Next button is enabled [ScreenShot]
Successfully navigated to the 'SummaryPage' page [ScreenShot]
Successfully navigated to the 'InfrastructurePage' page [ScreenShot]
Successfully Configured 'Setting up the Databse'
Successfully Configured 'Configuring the FI Database'
Successfully Configured 'Running Post Deployment Scripts'
Successfully Configured 'Creating FI Settings'
Successfully Configured 'Creating folders in Azure file storage'
Successfully Configured 'Scheduling Jobs'
Cannot invoke "String.equals(Object)" because the return value of "org.openqa.selenium.WebElement.getAttribute(String)" is null [ScreenShot]
--- 23 May 13:25:48 131 - TestCaseID:: CreateFiwithAndWithoutRemoteSign
--- 23 May 13:25:50 999 - 2 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:470)
--- 23 May 13:25:56 054 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/
--- 23 May 13:25:56 054 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 23 May 13:26:00 513 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (65f5d3030f883e7245740dcbd287fab1)] -> id: idSIButton9]
--- 23 May 13:26:00 637 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (65f5d3030f883e7245740dcbd287fab1)] -> id: i0116]
--- 23 May 13:26:05 964 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (65f5d3030f883e7245740dcbd287fab1)] -> id: idSIButton9]
--- 23 May 13:26:07 298 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (65f5d3030f883e7245740dcbd287fab1)] -> id: i0118]
--- 23 May 13:26:13 701 - Page URL:: https://login.microsoftonline.com/common/login
--- 23 May 13:26:13 701 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 23 May 13:26:13 786 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (65f5d3030f883e7245740dcbd287fab1)] -> id: lightbox]
--- 23 May 13:26:14 912 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (65f5d3030f883e7245740dcbd287fab1)] -> id: idSIButton9]
--- 23 May 13:26:18 042 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/
--- 23 May 13:26:18 042 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 23 May 13:26:23 866 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (65f5d3030f883e7245740dcbd287fab1)] -> id: createdFIList]
eSign Tenant Manager -CreateFi Page open up [ScreenShot]
--- 23 May 13:26:24 166 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create
--- 23 May 13:26:24 166 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 23 May 13:26:24 264 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (65f5d3030f883e7245740dcbd287fab1)] -> css selector: .header]
Successfully navigated to 'Create an FI' page [ScreenShot]
--- 23 May 13:26:24 446 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (65f5d3030f883e7245740dcbd287fab1)] -> id: btnAddFI]
Add Fi button is diplayed [ScreenShot]
--- 23 May 13:26:24 642 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (65f5d3030f883e7245740dcbd287fab1)] -> id: btnAddFI]
--- 23 May 13:26:27 001 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create
--- 23 May 13:26:27 001 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 23 May 13:26:27 170 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create
--- 23 May 13:26:27 171 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 23 May 13:26:28 146 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (65f5d3030f883e7245740dcbd287fab1)] -> xpath: .//input[@id='hostFIID']]
--- 23 May 13:26:28 262 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/basic
--- 23 May 13:26:28 263 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 23 May 13:26:28 372 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (65f5d3030f883e7245740dcbd287fab1)] -> css selector: .header]
--- 23 May 13:26:28 481 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/basic
--- 23 May 13:26:28 481 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 23 May 13:26:28 545 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (65f5d3030f883e7245740dcbd287fab1)] -> xpath: .//input[@id='hostFIID']]
--- 23 May 13:26:28 640 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/basic
--- 23 May 13:26:28 643 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 23 May 13:26:28 736 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (65f5d3030f883e7245740dcbd287fab1)] -> css selector: .header]
Successfully navigated to 'BasicDetailsPage' page [ScreenShot]
--- 23 May 13:26:28 957 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (65f5d3030f883e7245740dcbd287fab1)] -> xpath: .//input[@id='hostFIID']]
--- 23 May 13:26:34 452 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (65f5d3030f883e7245740dcbd287fab1)] -> id: btnValidateHostFiid]
--- 23 May 13:26:39 786 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (65f5d3030f883e7245740dcbd287fab1)] -> xpath: .//input[@id='hostFIID']]
--- 23 May 13:26:39 916 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (65f5d3030f883e7245740dcbd287fab1)] -> id: fiName]
--- 23 May 13:26:40 057 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (65f5d3030f883e7245740dcbd287fab1)] -> id: fiName]
--- 23 May 13:26:45 462 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (65f5d3030f883e7245740dcbd287fab1)] -> xpath: .//input[@id='hostFIID']]
--- 23 May 13:26:45 823 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (65f5d3030f883e7245740dcbd287fab1)] -> id: fiName]
--- 23 May 13:26:47 223 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (65f5d3030f883e7245740dcbd287fab1)] -> id: btnNext]
--- 23 May 13:26:49 561 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/basic
--- 23 May 13:26:49 561 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 23 May 13:26:49 666 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/basic
--- 23 May 13:26:49 666 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 23 May 13:26:50 579 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (65f5d3030f883e7245740dcbd287fab1)] -> xpath: //*[@id="azureDetailsForm"]/c-card/c-card-header]
--- 23 May 13:26:50 691 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/azure
--- 23 May 13:26:50 692 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 23 May 13:26:50 781 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (65f5d3030f883e7245740dcbd287fab1)] -> css selector: .header]
--- 23 May 13:26:50 870 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/azure
--- 23 May 13:26:50 870 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 23 May 13:26:50 932 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (65f5d3030f883e7245740dcbd287fab1)] -> xpath: //*[@id="azureDetailsForm"]/c-card/c-card-header]
--- 23 May 13:26:51 019 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/azure
--- 23 May 13:26:51 019 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 23 May 13:26:51 113 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (65f5d3030f883e7245740dcbd287fab1)] -> css selector: .header]
Successfully navigated to the 'Azure Details' page [ScreenShot]
Successfully verified AD Domain Name, Local Ad Domain and Global Admin fields are enabled [ScreenShot]
--- 23 May 13:26:51 891 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (65f5d3030f883e7245740dcbd287fab1)] -> id: domain]
--- 23 May 13:27:08 948 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: errorDomain1'
--- 23 May 13:27:19 231 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: errorDomain2'
--- 23 May 13:27:29 400 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: errorDomain4'
--- 23 May 13:27:34 417 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (65f5d3030f883e7245740dcbd287fab1)] -> id: localDomain]
--- 23 May 13:27:50 075 - Unable to find an element after 0 sec ==> Proxy element for: AjaxElementLocator 'By.id: errorLocalDomain'
Error message is Not displayed for Blank global AD
--- 23 May 13:27:54 835 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (65f5d3030f883e7245740dcbd287fab1)] -> id: directoryAdminEmail]
Succesfully entered email 'cuadmin@immtestcu.onmicrosoft.com' [ScreenShot]
Next button is enabled [ScreenShot]
--- 23 May 13:28:00 482 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (65f5d3030f883e7245740dcbd287fab1)] -> id: btnNext]
--- 23 May 13:28:02 824 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/azure
--- 23 May 13:28:02 825 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 23 May 13:28:02 926 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/azure
--- 23 May 13:28:02 926 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 23 May 13:28:04 199 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (65f5d3030f883e7245740dcbd287fab1)] -> xpath: /html/body/div/div/div/c-container/app-dashboard/app-create-fi/app-summary/c-card/c-card-header]
--- 23 May 13:28:04 280 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/summary
--- 23 May 13:28:04 280 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 23 May 13:28:04 367 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (65f5d3030f883e7245740dcbd287fab1)] -> css selector: .header]
--- 23 May 13:28:04 464 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/summary
--- 23 May 13:28:04 464 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 23 May 13:28:04 518 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (65f5d3030f883e7245740dcbd287fab1)] -> xpath: /html/body/div/div/div/c-container/app-dashboard/app-create-fi/app-summary/c-card/c-card-header]
--- 23 May 13:28:04 594 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/summary
--- 23 May 13:28:04 594 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 23 May 13:28:04 670 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (65f5d3030f883e7245740dcbd287fab1)] -> css selector: .header]
Successfully navigated to the 'SummaryPage' page [ScreenShot]
--- 23 May 13:28:07 586 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (65f5d3030f883e7245740dcbd287fab1)] -> id: btnConfirm]
--- 23 May 13:28:07 648 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (65f5d3030f883e7245740dcbd287fab1)] -> id: btnConfirm]
--- 23 May 13:28:09 930 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/infrastructure
--- 23 May 13:28:09 930 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 23 May 13:28:10 005 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/infrastructure
--- 23 May 13:28:10 005 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 23 May 13:28:10 074 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (65f5d3030f883e7245740dcbd287fab1)] -> xpath: //*[contains(text(),'Configure Infrastructure')]]
--- 23 May 13:28:10 147 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/infrastructure
--- 23 May 13:28:10 147 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 23 May 13:28:10 233 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (65f5d3030f883e7245740dcbd287fab1)] -> css selector: .header]
--- 23 May 13:28:10 303 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/infrastructure
--- 23 May 13:28:10 303 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 23 May 13:28:10 376 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (65f5d3030f883e7245740dcbd287fab1)] -> xpath: //*[contains(text(),'Configure Infrastructure')]]
--- 23 May 13:28:10 452 - Page URL:: https://esignnonprod.immesign.com/qa/tenantmanager/#/fi/create/infrastructure
--- 23 May 13:28:10 452 - 0 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:136)
--- 23 May 13:28:10 537 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (65f5d3030f883e7245740dcbd287fab1)] -> css selector: .header]
Successfully navigated to the 'InfrastructurePage' page [ScreenShot]
--- 23 May 13:28:10 739 - Element is displayed:: [[RemoteWebDriver: chrome on Windows 10 (65f5d3030f883e7245740dcbd287fab1)] -> id: infraMessage]
Successfully Configured 'Setting up the Databse'
Successfully Configured 'Configuring the FI Database'
Successfully Configured 'Running Post Deployment Scripts'
Successfully Configured 'Creating FI Settings'
Successfully Configured 'Creating folders in Azure file storage'
Successfully Configured 'Scheduling Jobs'
Cannot invoke "String.equals(Object)" because the return value of "org.openqa.selenium.WebElement.getAttribute(String)" is null [ScreenShot]
VerifyAddonPlatformSettings({ZIP=08867, Dictionary=tesign;xp, StarterEvalDays=, Description=VerifyAddonPlatform&Settings, Login_...)
--- 23 May 14:21:19 467 - TestCaseID:: VerifyAddonPlatformSettings
createNewFI({ZIP=08867, Dictionary=tesign;xp, StarterEvalDays=, Description=Create New FI, Login_User_ID=immadmi...)
--- 23 May 14:21:19 539 - TestCaseID:: createNewFI
verifyIfFIIDconsistsSpecialCharacter({ZIP=, Dictionary=tesign;xp, StarterEvalDays=, Description=verify If FIID consists Special Character...)
--- 23 May 14:21:19 552 - TestCaseID:: verifyIfFIIDconsistsSpecialCharacter
0 ignored methods
Methods in chronological order
com.imm.testscripts.CreateFi.CreateFi
init(org.testng.TestRunner@1bd3c8a6)
0 ms
CreateFiwithAndWithoutRemoteSign(, chrome_Windows 10)
3061 ms
CreateFiwithAndWithoutRemoteSign(, chrome_Windows 10)
367984 ms
VerifyAddonPlatformSettings({ZIP=08867, Dictionary=tesign;xp, StarterEvalDays=, Description=VerifyAddonPlatform&Settings, Login_...)
3331560 ms
VerifyAzureDetailsSummaryAndInfrastrucure({ZIP=08867, Dictionary=, StarterEvalDays=, Description=VerifyAzureDetailsSummaryAndInfrastrucure, Lo...)
3331579 ms
VerifyBasicDetails({ZIP=08867-88=8;543;08867-8888, Dictionary=, StarterEvalDays=, Description=VerifyBasicDetails, Login...)
3331604 ms
createNewFI({ZIP=08867, Dictionary=tesign;xp, StarterEvalDays=, Description=Create New FI, Login_User_ID=immadmi...)
3331620 ms
verifyIfFIIDconsistsSpecialCharacter({ZIP=, Dictionary=tesign;xp, StarterEvalDays=, Description=verify If FIID consists Special Character...)
3331648 ms