com.imm.testscripts.CreateFi.CreateFi
VerifyDigitalNotaryTMFunctionality
({ZIP=, Login_User_ID=immadmin2@immesignqa.onmicrosoft.com, RemoteSettings=Integration Key / Account ID,Remote Agreement Options,Ad Hoc Documents,Web Form,Reusable Templates,Send in Bulk , FiStatus=Completed, WebForm=, AdobeKey=CBJCHBCAABAAcgo7jQyMd_Qns4r71HxtB62fjfGeg7Z1, FiAdmin_LastName=Teller, Name=AC, LocalDomain=immtestcu, Adhoc_Doc=, eSignPlus=Off, RtmAuthTypes=InPerson,Email,Password,KBA,Phone,GovernmentID,ID.me, IntegrationType=Fully Integrated, NotUSerName=, SendInBulk=, RemoteSign=Enable, DrpSpot=Off, Reusable_Temp=, AZDomain=immtestcu.onmicrosoft.com, VerifastEDays=, City=, WrongAZDomain=, LCEvalDays=, State=, LoanCoupon=Off, Login_Password=iMM@2023, Country=, ClientID=3AAABLblqZhCQLd3zpFZKjJbAHz9Iltx9H66PUQv34Itep5CnjFb_Ehcl4GOj6Tx0Y5dNSNcgnfoFtmjwvBuopeEtD4QtE_yU, anonymusFI=, FIID=AC, Key=a958c406-5127-4d2e-9d24-d441b447fa6a, FiAdmin_FirstName=Bill, Dictionary=TeSign;XPLN, Sign_RmtAgree_NotChecked=, StarterEvalDays=, Description=, StarterChecks=Off, eSignURL=https://esignplusqa.immesign.com/TEAASP/Login.aspx, E-Vault=Off, Filepath=, TestID=VerifyDigitalNotaryTMFunctionality, FiAdmin_UserID=billteller@immtestcu.onmicrosoft.com, Verifast=Off, LacerPro=Off, Notes=, Session URL=https://esignnonprod.immesign.com/qa/tenantmanager/, GlobalAdmin=cuadmin@immtestcu.onmicrosoft.com, TypeOfUser=IMM Admin2, eValultDays=, MenuUserName=, ErrorMsg=, Address2=, Address3=, Address1=, Sign_Password=, UserTooltip=, WrongFIID=, DrpEvalDays=, Sign_RmtAgree_checked=})
java.lang.AssertionError: Header Panel didn't display
at org.testng.Assert.fail(Assert.java:99)
at com.imm.support.Log.fail(Log.java:545)
at com.imm.pages.header.Header.isLoaded(Header.java:210)
at org.openqa.selenium.support.ui.LoadableComponent.get(LoadableComponent.java:52)
at com.imm.pages.CreateFiPage.isLoaded(CreateFiPage.java:176)
at org.openqa.selenium.support.ui.LoadableComponent.get(LoadableComponent.java:52)
at com.imm.testscripts.CreateFi.CreateFi.VerifyDigitalNotaryTMFunctionality(CreateFi.java:4804)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
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)
(Verify Digital notary TM functionality)
C:\Users\sa_kaushal.patel\eclipse-workspace\9_12_AdobeOEM\AdobeSignCloud\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://esignplusqa.immesign.com/TEAASP/login.aspx"/>
<parameter name="projectKey" value="SIGN"/>
<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="1" name="IMM_Test_Chrome" verbose="3">
<classes>
<class name="com.imm.testscripts.CreateFi.CreateFi">
<methods>
<include name="VerifyDigitalNotaryTMFunctionality"/>
</methods>
</class> <!-- 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
AdobeOEM
VerifyDigitalNotaryTMFunctionality
P1
VerifyDigitalNotaryTMFunctionality
Sanity
VerifyDigitalNotaryTMFunctionality
Verify Digital notary TM functionality
VerifyDigitalNotaryTMFunctionality
Times for IMM_Esign_Chrome
Total running time: 3 minutes
Reporter output for IMM_Esign_Chrome
VerifyDigitalNotaryTMFunctionality({ZIP=, Login_User_ID=immadmin2@immesignqa.onmicrosoft.com, RemoteSettings=Integration Key / Account ...)
Header Panel didn't display [ScreenShot]
--- 09 Dec 18:12:52 791 - TestCaseID:: VerifyDigitalNotaryTMFunctionality
--- 09 Dec 18:13:02 641 - 9 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:558)
--- 09 Dec 18:13:12 428 - Page URL:: https://login.microsoftonline.com/organizations/oauth2/v2.0/authorize?client_id=7be6e63f-308a-4475-979c-c5c021156f67&scope=api%3a%2f%2f7ab4b4a1-91a2-4b47-8aa5-e2ab73338e0b%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fesignnonprod.immesign.com%2fqa%2ftenantmanager%2f&client-request-id=b4db0857-bdb5-4c64-8147-97e57b60aa1d&response_mode=fragment&response_type=code&x-client-sku=msal.js.browser&x-client-ver=3.0.2&client_info=1&code_challenge=zcohpehtd6osclo79zphooizbe_lfyh3kvol3el_xha&code_challenge_method=s256&nonce=df2c2449-efb0-4342-a81f-a9d526e69a2f&state=eyjpzci6ijhkzdk2mdgxltu4mtctndrkoc1hzddmltkyzdfmmdq1mge5osisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&sso_reload=true
--- 09 Dec 18:13:12 429 - 4 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 09 Dec 18:13:31 543 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (5ee45bb9f9bc5f1599ab24770a816107)] -> id: idSIButton9]
--- 09 Dec 18:13:31 668 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (5ee45bb9f9bc5f1599ab24770a816107)] -> id: i0116]
--- 09 Dec 18:13:32 620 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (5ee45bb9f9bc5f1599ab24770a816107)] -> id: idSIButton9]
--- 09 Dec 18:13:35 977 - Page URL:: https://login.microsoftonline.com/organizations/oauth2/v2.0/authorize?client_id=7be6e63f-308a-4475-979c-c5c021156f67&scope=api%3a%2f%2f7ab4b4a1-91a2-4b47-8aa5-e2ab73338e0b%2fall%20openid%20profile%20offline_access&redirect_uri=https%3a%2f%2fesignnonprod.immesign.com%2fqa%2ftenantmanager%2f&client-request-id=b4db0857-bdb5-4c64-8147-97e57b60aa1d&response_mode=fragment&response_type=code&x-client-sku=msal.js.browser&x-client-ver=3.0.2&client_info=1&code_challenge=zcohpehtd6osclo79zphooizbe_lfyh3kvol3el_xha&code_challenge_method=s256&nonce=df2c2449-efb0-4342-a81f-a9d526e69a2f&state=eyjpzci6ijhkzdk2mdgxltu4mtctndrkoc1hzddmltkyzdfmmdq1mge5osisim1ldgeionsiaw50zxjhy3rpb25uexblijoicmvkaxjly3qifx0%3d&sso_reload=true
--- 09 Dec 18:13:35 978 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 09 Dec 18:13:38 153 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (5ee45bb9f9bc5f1599ab24770a816107)] -> id: idSIButton9]
--- 09 Dec 18:13:42 152 - Page URL:: https://login.microsoftonline.com/common/login
--- 09 Dec 18:13:42 152 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 09 Dec 18:13:42 256 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (5ee45bb9f9bc5f1599ab24770a816107)] -> id: lightbox]
--- 09 Dec 18:13:42 354 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (5ee45bb9f9bc5f1599ab24770a816107)] -> id: idSIButton9]
--- 09 Dec 18:13:45 618 - Page URL:: https://login.microsoftonline.com/common/login
--- 09 Dec 18:13:45 618 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 09 Dec 18:13:48 762 - Page URL:: https://login.microsoftonline.com/common/login
--- 09 Dec 18:13:48 762 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 09 Dec 18:16:03 466 - Page URL:: https://login.microsoftonline.com/common/login
--- 09 Dec 18:16:03 467 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
Header Panel didn't display [ScreenShot]
17 ignored methods
com.imm.testscripts.CreateFi.CreateFi
CreateFiwithFiAdmin1andFiAdmin2andLoginWithcuadmin
VerifyAzureDetailsSummaryAndInfrastrucure
CreateFiwithAndWithoutRemoteSign
AllValidationforFiAdmin1AndFiAdmin2
VerifyAdobeOEMAccountInRemoteSettingsSummaryPage
verifyIfFIIDconsistsSpecialCharacter
VerifyAdobeOEMCreateAccountButtoninTM
createNewFI
VerifyAddonPlatformSettings
verifycreateNewFIRemoteIDMe
createeSignPlusFI
VerifyBasicDetails
VerifyCreateFiCompleteFlowWithOEMandLegacy
verifycreateNewFIDefaultSMS
CreateFiwithFiAdmin1andFiAdmin2
VerifyMenuBarForLoggedInUsersInSign
verifycreateNewFIwithoutRemoteIDMe
VerifyAzureDetailsSummaryAndInfrastrucure
CreateFiwithAndWithoutRemoteSign
AllValidationforFiAdmin1AndFiAdmin2
VerifyAdobeOEMAccountInRemoteSettingsSummaryPage
verifyIfFIIDconsistsSpecialCharacter
VerifyAdobeOEMCreateAccountButtoninTM
createNewFI
VerifyAddonPlatformSettings
verifycreateNewFIRemoteIDMe
createeSignPlusFI
VerifyBasicDetails
VerifyCreateFiCompleteFlowWithOEMandLegacy
verifycreateNewFIDefaultSMS
CreateFiwithFiAdmin1andFiAdmin2
VerifyMenuBarForLoggedInUsersInSign
verifycreateNewFIwithoutRemoteIDMe
Methods in chronological order
com.imm.testscripts.CreateFi.CreateFi
initialize(org.testng.TestRunner@2ecdcfe3)
0 ms
init(org.testng.TestRunner@2ecdcfe3)
10052 ms
VerifyDigitalNotaryTMFunctionality({ZIP=, Login_User_ID=immadmin2@immesignqa.onmicrosoft.com, RemoteSettings=Integration Key / Account ...)
20145 ms