com.imm.testscripts.Process.ProcessSignatures
verifyXMLSessionRemoteSignByReadEmailFromEmailAddress
({Tenant_URL=, InboxName=, Platform=, Address=, Username2=, IsSignRequired=, tooltip=, User_Password=iMM@2022, Sender_Emails=, Name=, PartiesToView=, GROSSPPP=, IsAddedTemplateRequired=, Zipcode=, ReceivedFromNames=, EditCompletionDays=, TemplateTitle=, plusfi=FALSE, DummyUser=, EditMessageSubject=, IntegrationType=, DocumentName=, AttachmentTemplate=, FirstTransfer=, Dropdownvalues=, Remote_Signing_Type=, KeepUnlock=, Workflow=, Birthdate=, AttachmentTypeOption=, SecondTransferUserID=, NumOfAttachments=, CompletionOrder=, ReceivedFrom=, Driving_license=, DocumentSet=, Test_type=, UserType=, Tenant_User=, Applytype=, Group=, Description=verifyXMLSessionRemoteSignByReadEmailFromEmailAddress, fi=, User=, MessageSubject=, Message=, NoOftemplates=, FirstTransferUserID=, Phone_Number=, SearchUser=, Step Name=, Filepath=, Owners=, TestID=verifyXMLSessionRemoteSignByReadEmailFromEmailAddress, FItype=Unified, IndexSource=, WorkfowName=, Sessionurl=, Inbox=, Password=, CC=, View/Skip_Group=, Tenant_Password=, User_Name=cuadmin@immtestcu.onmicrosoft.com, UserName=, ViaAddDocs=, CompletionDays=, AddTemplateName=, Email_Id=, Comments=, IsOptionalSig=, FI_ID=AutoeSign, Sender_Email_Id=, UserName2=, From=, UserName3=, SecondTransfer=, Email_Password=P@ssword1, UserName1=, Subject=, SSN=, Response=, EditTemplateTitle=, MariageStatus=, DummyUserID=, ErrorMessage=})
java.lang.IllegalArgumentException: Illegal character in query at index 53: https://graph.microsoft.com/v1.0/me/messages?$search="subject:d3ba2fa"&$top=50
at java.base/java.net.URI.create(URI.java:906)
at org.apache.http.client.methods.HttpGet.<init>(HttpGet.java:66)
at com.imm.pages.MultiEmailReader.ReadEmail(MultiEmailReader.java:130)
at com.imm.testscripts.Process.ProcessSignatures.verifyXMLSessionRemoteSignByReadEmailFromEmailAddress(ProcessSignatures.java:19495)
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)
Caused by: java.net.URISyntaxException: Illegal character in query at index 53: https://graph.microsoft.com/v1.0/me/messages?$search="subject:d3ba2fa"&$top=50
at java.base/java.net.URI$Parser.fail(URI.java:2974)
at java.base/java.net.URI$Parser.checkChars(URI.java:3145)
at java.base/java.net.URI$Parser.parseHierarchical(URI.java:3233)
at java.base/java.net.URI$Parser.parse(URI.java:3175)
at java.base/java.net.URI.<init>(URI.java:623)
at java.base/java.net.URI.create(URI.java:904)
... 31 more
(Verifying Kiosk Remote Sign functionality)
C:\Users\sa_kaushal.patel\eclipse-workspace\30_10_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.Process.ProcessSignatures">
<methods>
<include name="verifyXMLSessionRemoteSignByReadEmailFromEmailAddress"/>
</methods>
</class> <!-- com.imm.testscripts.Process.ProcessSignatures -->
</classes>
</test> <!-- IMM_Test_Chrome -->
</suite> <!-- IMM_Esign_Chrome -->
Tests for IMM_Esign_Chrome
- IMM_Test_Chrome (1 class)
Groups for IMM_Esign_Chrome
P1
verifyXMLSessionRemoteSignByReadEmailFromEmailAddress
Sanity
verifyXMLSessionRemoteSignByReadEmailFromEmailAddress
verifyXMLSessionRemoteSignByReadEmailFromEmailAddress
verifyXMLSessionRemoteSignByReadEmailFromEmailAddress
Times for IMM_Esign_Chrome
Total running time: 3 minutes
Reporter output for IMM_Esign_Chrome
verifyXMLSessionRemoteSignByReadEmailFromEmailAddress({Tenant_URL=, InboxName=, Platform=, Address=, Username2=, IsSignRequired=, tooltip=, User_Password=...)
Successfully navigated to the 'Session details' page [ScreenShot]
Illegal character in query at index 53: https://graph.microsoft.com/v1.0/me/messages?$search="subject:d3ba2fa"&$top=50 [ScreenShot]
--- 13 Nov 18:47:44 041 - TestCaseID:: verifyXMLSessionRemoteSignByReadEmailFromEmailAddress
--- 13 Nov 18:47:48 294 - 4 - Driver::initialize::Get - com.imm.support.WebDriverFactory.get(WebDriverFactory.java:558)
verifyXMLSessionRemoteSignByReadEmailFromEmailAddress COMMENTS:
Steps:
--- 13 Nov 18:48:16 923 - Page URL:: https://login.microsoftonline.com/common/oauth2/authorize?client_id=df5cfe56-31ba-43bf-a2fd-8c4167ee609c&response_type=code%20id_token&scope=openid%20profile&state=openidconnect.authenticationproperties%3d_-u6gkj2hgakgiqqhnvrd1armuctvg3a5grf_5p90xzjm5bblzpaltyewoxzjo45pkrllr9iq8minevusgisdendnq2tn9hoso4nm5ihojtrrkyboolrbpyo5k6_z4tkkhu-4sysib1sgpueeyn3kshheoaoblypmwh13ll-9s2sodchu8qyllpzk4zuj8odapb8w73tncbrdhz_ubt6fwohuew_jmvy2rniitzc_smxmnphgcak-z_btrm0vwn3dzhttds-521g6bzwqedljrpzznvwvwin04kftd1_wledu2hb5owtg6pvfxdmvahfgwhj6ufmwpdlahfwq0gozxcw7nwiqihavyfza1amgn4rzhrb0ha-fopdevijydlt2ghs5nt169jy_5vtgvxqbxih1jeg3xrtrppuiml7xvzpqujltpwjkgixovmhwhdhlvylj1zxdco1i5lnxawhdvu26ydn0bewumj0wt0jt1xxgwpubjlkydhraqf1nj-z&response_mode=form_post&nonce=638986366918610144.mdbkyzm1owqtmdvkmc00nji5lwi1owitndjjytblmzyzyzaxmdnjowqxngytotmyoc00yzm2lwjjn2mtywm2ntuyzwuxndy3&redirect_uri=https%3a%2f%2fesignplusqa.immesign.com%2fteaasp%2flogin.aspx&post_logout_redirect_uri=https%3a%2f%2fesignplusqa.immesign.com%2fteaasp%2flogin.aspx&x-client-sku=id_net461&x-client-ver=5.3.0.0&sso_reload=true
--- 13 Nov 18:48:16 924 - 5 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 13 Nov 18:48:35 980 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (382b3467600d6f79ba9fb6feb5708e10)] -> id: idSIButton9]
--- 13 Nov 18:48:39 127 - Page URL:: https://login.microsoftonline.com/common/oauth2/authorize?client_id=df5cfe56-31ba-43bf-a2fd-8c4167ee609c&response_type=code%20id_token&scope=openid%20profile&state=openidconnect.authenticationproperties%3d_-u6gkj2hgakgiqqhnvrd1armuctvg3a5grf_5p90xzjm5bblzpaltyewoxzjo45pkrllr9iq8minevusgisdendnq2tn9hoso4nm5ihojtrrkyboolrbpyo5k6_z4tkkhu-4sysib1sgpueeyn3kshheoaoblypmwh13ll-9s2sodchu8qyllpzk4zuj8odapb8w73tncbrdhz_ubt6fwohuew_jmvy2rniitzc_smxmnphgcak-z_btrm0vwn3dzhttds-521g6bzwqedljrpzznvwvwin04kftd1_wledu2hb5owtg6pvfxdmvahfgwhj6ufmwpdlahfwq0gozxcw7nwiqihavyfza1amgn4rzhrb0ha-fopdevijydlt2ghs5nt169jy_5vtgvxqbxih1jeg3xrtrppuiml7xvzpqujltpwjkgixovmhwhdhlvylj1zxdco1i5lnxawhdvu26ydn0bewumj0wt0jt1xxgwpubjlkydhraqf1nj-z&response_mode=form_post&nonce=638986366918610144.mdbkyzm1owqtmdvkmc00nji5lwi1owitndjjytblmzyzyzaxmdnjowqxngytotmyoc00yzm2lwjjn2mtywm2ntuyzwuxndy3&redirect_uri=https%3a%2f%2fesignplusqa.immesign.com%2fteaasp%2flogin.aspx&post_logout_redirect_uri=https%3a%2f%2fesignplusqa.immesign.com%2fteaasp%2flogin.aspx&x-client-sku=id_net461&x-client-ver=5.3.0.0&sso_reload=true
--- 13 Nov 18:48:39 128 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 13 Nov 18:48:39 262 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (382b3467600d6f79ba9fb6feb5708e10)] -> id: i0116]
--- 13 Nov 18:48:40 198 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (382b3467600d6f79ba9fb6feb5708e10)] -> id: idSIButton9]
--- 13 Nov 18:48:43 559 - Page URL:: https://login.microsoftonline.com/common/oauth2/authorize?client_id=df5cfe56-31ba-43bf-a2fd-8c4167ee609c&response_type=code%20id_token&scope=openid%20profile&state=openidconnect.authenticationproperties%3d_-u6gkj2hgakgiqqhnvrd1armuctvg3a5grf_5p90xzjm5bblzpaltyewoxzjo45pkrllr9iq8minevusgisdendnq2tn9hoso4nm5ihojtrrkyboolrbpyo5k6_z4tkkhu-4sysib1sgpueeyn3kshheoaoblypmwh13ll-9s2sodchu8qyllpzk4zuj8odapb8w73tncbrdhz_ubt6fwohuew_jmvy2rniitzc_smxmnphgcak-z_btrm0vwn3dzhttds-521g6bzwqedljrpzznvwvwin04kftd1_wledu2hb5owtg6pvfxdmvahfgwhj6ufmwpdlahfwq0gozxcw7nwiqihavyfza1amgn4rzhrb0ha-fopdevijydlt2ghs5nt169jy_5vtgvxqbxih1jeg3xrtrppuiml7xvzpqujltpwjkgixovmhwhdhlvylj1zxdco1i5lnxawhdvu26ydn0bewumj0wt0jt1xxgwpubjlkydhraqf1nj-z&response_mode=form_post&nonce=638986366918610144.mdbkyzm1owqtmdvkmc00nji5lwi1owitndjjytblmzyzyzaxmdnjowqxngytotmyoc00yzm2lwjjn2mtywm2ntuyzwuxndy3&redirect_uri=https%3a%2f%2fesignplusqa.immesign.com%2fteaasp%2flogin.aspx&post_logout_redirect_uri=https%3a%2f%2fesignplusqa.immesign.com%2fteaasp%2flogin.aspx&x-client-sku=id_net461&x-client-ver=5.3.0.0&sso_reload=true
--- 13 Nov 18:48:43 560 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 13 Nov 18:48:45 739 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (382b3467600d6f79ba9fb6feb5708e10)] -> id: idSIButton9]
--- 13 Nov 18:48:49 964 - Page URL:: https://login.microsoftonline.com/common/login
--- 13 Nov 18:48:49 964 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 13 Nov 18:48:50 067 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (382b3467600d6f79ba9fb6feb5708e10)] -> id: lightbox]
--- 13 Nov 18:48:50 173 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (382b3467600d6f79ba9fb6feb5708e10)] -> id: idSIButton9]
--- 13 Nov 18:49:04 020 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202511131318538109673_atqcs2ixjd3gzmcbbh2y0zpa
--- 13 Nov 18:49:04 020 - 5 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 13 Nov 18:49:07 344 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202511131318538109673_atqcs2ixjd3gzmcbbh2y0zpa
--- 13 Nov 18:49:07 344 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 13 Nov 18:49:10 560 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202511131318538109673_atqcs2ixjd3gzmcbbh2y0zpa
--- 13 Nov 18:49:10 560 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 13 Nov 18:49:20 947 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (382b3467600d6f79ba9fb6feb5708e10)] -> xpath: //span[@class='btn-text' and text()=' Process']]
--- 13 Nov 18:49:24 126 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202511131318538109673_atqcs2ixjd3gzmcbbh2y0zpa
--- 13 Nov 18:49:24 127 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 13 Nov 18:49:24 282 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (382b3467600d6f79ba9fb6feb5708e10)] -> css selector: .header]
--- 13 Nov 18:49:44 126 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202511131318538109673_atqcs2ixjd3gzmcbbh2y0zpa
--- 13 Nov 18:49:44 126 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 13 Nov 18:49:44 225 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (382b3467600d6f79ba9fb6feb5708e10)] -> id: Sign]
--- 13 Nov 18:49:47 365 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202511131318538109673_atqcs2ixjd3gzmcbbh2y0zpa
--- 13 Nov 18:49:47 366 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 13 Nov 18:49:47 458 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (382b3467600d6f79ba9fb6feb5708e10)] -> css selector: .header]
--- 13 Nov 18:50:13 270 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202511131318538109673_atqcs2ixjd3gzmcbbh2y0zpa
--- 13 Nov 18:50:13 271 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 13 Nov 18:50:13 373 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (382b3467600d6f79ba9fb6feb5708e10)] -> id: Sign]
--- 13 Nov 18:50:16 536 - Page URL:: https://esignplusqa.immesign.com/teaasp/sessiondetails?origsessionid=202511131318538109673_atqcs2ixjd3gzmcbbh2y0zpa
--- 13 Nov 18:50:16 537 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 13 Nov 18:50:16 628 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (382b3467600d6f79ba9fb6feb5708e10)] -> css selector: .header]
Successfully navigated to the 'Session details' page [ScreenShot]
--- 13 Nov 18:50:26 855 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (382b3467600d6f79ba9fb6feb5708e10)] -> id: Sign]
--- 13 Nov 18:50:26 942 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (382b3467600d6f79ba9fb6feb5708e10)] -> id: Sign]
--- 13 Nov 18:50:33 367 - Page URL:: https://esignplusqa.immesign.com/teaasp/esignermanager?origsessionid=202511131318538109673_atqcs2ixjd3gzmcbbh2y0zpa
--- 13 Nov 18:50:33 367 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 13 Nov 18:50:33 458 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (382b3467600d6f79ba9fb6feb5708e10)] -> xpath: //div[starts-with(@id,'print')]]
--- 13 Nov 18:50:36 599 - Page URL:: https://esignplusqa.immesign.com/teaasp/esignermanager?origsessionid=202511131318538109673_atqcs2ixjd3gzmcbbh2y0zpa
--- 13 Nov 18:50:36 599 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 13 Nov 18:50:36 693 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (382b3467600d6f79ba9fb6feb5708e10)] -> css selector: .header]
--- 13 Nov 18:50:39 866 - Page URL:: https://esignplusqa.immesign.com/teaasp/esignermanager?origsessionid=202511131318538109673_atqcs2ixjd3gzmcbbh2y0zpa
--- 13 Nov 18:50:39 867 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 13 Nov 18:50:43 071 - Page URL:: https://esignplusqa.immesign.com/teaasp/esignermanager?origsessionid=202511131318538109673_atqcs2ixjd3gzmcbbh2y0zpa
--- 13 Nov 18:50:43 071 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 13 Nov 18:50:43 161 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (382b3467600d6f79ba9fb6feb5708e10)] -> xpath: //*[@id='tab0']]
--- 13 Nov 18:50:48 457 - Page URL:: https://esignplusqa.immesign.com/teaasp/esignermanager?origsessionid=202511131318538109673_atqcs2ixjd3gzmcbbh2y0zpa
--- 13 Nov 18:50:48 458 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 13 Nov 18:50:50 552 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (382b3467600d6f79ba9fb6feb5708e10)] -> xpath: //input[@placeholder='Enter Email']]
--- 13 Nov 18:50:54 424 - Page URL:: https://esignplusqa.immesign.com/teaasp/esignermanager?origsessionid=202511131318538109673_atqcs2ixjd3gzmcbbh2y0zpa
--- 13 Nov 18:50:54 425 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 13 Nov 18:50:54 479 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (382b3467600d6f79ba9fb6feb5708e10)] -> xpath: //*[@id='tab0']]
--- 13 Nov 18:50:59 808 - Page URL:: https://esignplusqa.immesign.com/teaasp/esignermanager?origsessionid=202511131318538109673_atqcs2ixjd3gzmcbbh2y0zpa
--- 13 Nov 18:50:59 809 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 13 Nov 18:51:01 899 - Element is displayed using Selenide:: [[RemoteWebDriver: chrome on Windows 11 (382b3467600d6f79ba9fb6feb5708e10)] -> xpath: //input[@placeholder='Enter Email']]
--- 13 Nov 18:51:05 801 - Page URL:: https://esignplusqa.immesign.com/teaasp/esignermanager?origsessionid=202511131318538109673_atqcs2ixjd3gzmcbbh2y0zpa
--- 13 Nov 18:51:05 802 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 13 Nov 18:51:15 351 - Page URL:: https://esignplusqa.immesign.com/teaasp/esignermanager?origsessionid=202511131318538109673_atqcs2ixjd3gzmcbbh2y0zpa
--- 13 Nov 18:51:15 351 - 3 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
--- 13 Nov 18:51:26 751 - Page URL:: https://esignplusqa.immesign.com/teaasp/esignermanager?origsessionid=202511131318538109673_atqcs2ixjd3gzmcbbh2y0zpa
--- 13 Nov 18:51:26 752 - 9 - Page Load Wait: (Sync) - com.imm.support.Utils.waitForPageLoad(Utils.java:117)
Illegal character in query at index 53: https://graph.microsoft.com/v1.0/me/messages?$search="subject:d3ba2fa"&$top=50 [ScreenShot]
65 ignored methods
com.imm.testscripts.Process.ProcessSignatures
verifySenderEmailWithGroupEmailIneSignatureManagementPageXML
verifyBrowserAgnosticFeature
addMultipleAttachmentWithMultipleReviewerAndProcess
verifyAdobeSMSInPersonSigningMethodXMLSession
verifyfieldsInApplyMarkFollowedByASignatureFiled
verifyAdobePagesAfterSendingToRemotewithDifferentSenderXML
RemoteMessageTemplateCompletionDeadline
verifyApplyMarkwithMembershipDocouments
verifyCompleteOrderInEsignatureManagementPage
RemoteMessageTemplateToDocument
verifyGrouppermissionsFlowchart
verifySMSKioskFeatureSignerInformationXMLSession
verifyPasswordAuthenticationSigningMethod
verifyConditionalRoutingSignature
processSessionWithRemoteAttachment
verifyApplyMarkPageAfterAddingFieldsInDesignerpage
verifyGovernmentIDAuthenticationSigningMethod
verifySMsOptionInSigningMethodInEsignatureManagementPage
verifyAdobeSMSSigningMethodUIElementsInEsignatureManagementPage
verifyLockUnlockFeatureForArchiveInCasePage
verifyKBAAuthenticationSigningMethod
verifyUIElementsInEsignatureConsentPage
verifyConditionalRoutingDocument
verifyUploadMaxFileSizeLimitInAddAttachmentToXMLSession
verifyConditionalRoutingUserRoles
processWorkflowPermissions
customizeSimpleAttachmentAndProcess
addVendorAttachmentViaAddDocsAndProcess
verifyOptionalSignatureswithAddDoc
verifyNoneRecurring_RecurringShowAppInOtherAppUnChecked_Check
verifyLockUnlockFeatureInSessionDetailsPage
createNewSessionAndProcess
verifyLockUnlockFeatureForExapandingSession
verifyRemoteSigning
deleteTemplateSingleAndMultiple
processSessionWithInitials
verifyEmailAuthenticationSigningMethod
verifyUploadMaxFileSizeLimitInDocumentXMLPageWhenDefaultFileSizeLimitSet
verifyAdobeSMSKBAAuthenticationSigningMethodXMLSession
verifyMultipleUserWorkFlow
addVendorAttachmentAndProcess
verifyIDMeAuthenticationSigningMethod
verifyAdobeSMSGovernmentIDAuthenticationSigningMethodXMLSession
verifyDefaultTemplateInEsignatureManagamentPageWithUserLogin
verifyEsignatureManagamentPageChangesReflectedBack
verifyEsignatureManagamentPageForDocumentVisibility
verifyPhoneAuthenticationSigningMethod
verifyApplyMarkwithDocsetwithoptionalsignature
verifyInPersonSigningMethodInEsignatureManagementPage
verifyAdobeSMSEmailAuthenticationSigningMethodXMLSession
verifyConditionalRoutingNoSignaturefield
verifyUIElementsForEsignatureManagementPage
verifyOptionalSignatures
verifyAdobeSMSPasswordAuthenticationSigningMethodXMLSession
verifyApplyMarkProcessWithMultipleDocuments
addMultipleAttachmentsInNewSessionPageAndProcess
VerifySenderDropdowIneSignatureMgtPageWithUserEmailsExceeds60ChrsBlankAndLessThan60Chrs
verifyAdobeSMSPhoneAuthenticationSigningMethodXMLSession
verifyConditionalRoutingDatafile
verifySenderEmailIneSignatureManagementPageXML
addSingleAttachmentWithMultipleReviewerAndProcess
createNewTemplateWithSpecialCharactersAndAlphaNumericCharacters
verifyOptionalSignaturesWithRecurringNone
verifyDefaultTemplateInEsignatureManagamentPageWithUserLoginAfterDelete
verifyUIElementsForDocumentDesignerPage
verifyBrowserAgnosticFeature
addMultipleAttachmentWithMultipleReviewerAndProcess
verifyAdobeSMSInPersonSigningMethodXMLSession
verifyfieldsInApplyMarkFollowedByASignatureFiled
verifyAdobePagesAfterSendingToRemotewithDifferentSenderXML
RemoteMessageTemplateCompletionDeadline
verifyApplyMarkwithMembershipDocouments
verifyCompleteOrderInEsignatureManagementPage
RemoteMessageTemplateToDocument
verifyGrouppermissionsFlowchart
verifySMSKioskFeatureSignerInformationXMLSession
verifyPasswordAuthenticationSigningMethod
verifyConditionalRoutingSignature
processSessionWithRemoteAttachment
verifyApplyMarkPageAfterAddingFieldsInDesignerpage
verifyGovernmentIDAuthenticationSigningMethod
verifySMsOptionInSigningMethodInEsignatureManagementPage
verifyAdobeSMSSigningMethodUIElementsInEsignatureManagementPage
verifyLockUnlockFeatureForArchiveInCasePage
verifyKBAAuthenticationSigningMethod
verifyUIElementsInEsignatureConsentPage
verifyConditionalRoutingDocument
verifyUploadMaxFileSizeLimitInAddAttachmentToXMLSession
verifyConditionalRoutingUserRoles
processWorkflowPermissions
customizeSimpleAttachmentAndProcess
addVendorAttachmentViaAddDocsAndProcess
verifyOptionalSignatureswithAddDoc
verifyNoneRecurring_RecurringShowAppInOtherAppUnChecked_Check
verifyLockUnlockFeatureInSessionDetailsPage
createNewSessionAndProcess
verifyLockUnlockFeatureForExapandingSession
verifyRemoteSigning
deleteTemplateSingleAndMultiple
processSessionWithInitials
verifyEmailAuthenticationSigningMethod
verifyUploadMaxFileSizeLimitInDocumentXMLPageWhenDefaultFileSizeLimitSet
verifyAdobeSMSKBAAuthenticationSigningMethodXMLSession
verifyMultipleUserWorkFlow
addVendorAttachmentAndProcess
verifyIDMeAuthenticationSigningMethod
verifyAdobeSMSGovernmentIDAuthenticationSigningMethodXMLSession
verifyDefaultTemplateInEsignatureManagamentPageWithUserLogin
verifyEsignatureManagamentPageChangesReflectedBack
verifyEsignatureManagamentPageForDocumentVisibility
verifyPhoneAuthenticationSigningMethod
verifyApplyMarkwithDocsetwithoptionalsignature
verifyInPersonSigningMethodInEsignatureManagementPage
verifyAdobeSMSEmailAuthenticationSigningMethodXMLSession
verifyConditionalRoutingNoSignaturefield
verifyUIElementsForEsignatureManagementPage
verifyOptionalSignatures
verifyAdobeSMSPasswordAuthenticationSigningMethodXMLSession
verifyApplyMarkProcessWithMultipleDocuments
addMultipleAttachmentsInNewSessionPageAndProcess
VerifySenderDropdowIneSignatureMgtPageWithUserEmailsExceeds60ChrsBlankAndLessThan60Chrs
verifyAdobeSMSPhoneAuthenticationSigningMethodXMLSession
verifyConditionalRoutingDatafile
verifySenderEmailIneSignatureManagementPageXML
addSingleAttachmentWithMultipleReviewerAndProcess
createNewTemplateWithSpecialCharactersAndAlphaNumericCharacters
verifyOptionalSignaturesWithRecurringNone
verifyDefaultTemplateInEsignatureManagamentPageWithUserLoginAfterDelete
verifyUIElementsForDocumentDesignerPage
Methods in chronological order
com.imm.testscripts.Process.ProcessSignatures
initialize(org.testng.TestRunner@462b239f)
0 ms
init(org.testng.TestRunner@462b239f)
10107 ms
verifyXMLSessionRemoteSignByReadEmailFromEmailAddress({Tenant_URL=, InboxName=, Platform=, Address=, Username2=, IsSignRequired=, tooltip=, User_Password=...)
14650 ms