<?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="ESPC"/>
  <parameter name="deviceHost" value="localhost"/>
  <parameter name="sessionUrl" value="https://esignplusqa.immesign.com/teaasp/hostdispatch.aspx?hostid=XP&hsfiid=autoesign&XMLData=D:\Automation_DataFiles\PrimarySpouse.xml"/>
  <parameter name="devicePort" value="4444"/>
  <parameter name="browserName" value="chrome_windows"/>
  <test thread-count="1" name="IMM_Test_Chrome" verbose="3">
    <classes>
      <class name="com.imm.testscripts.Process.ProcessSignatures">
        <methods>
          <include name="addMultipleAttachmentsInNewSessionPageAndProcess"/>
          <include name="addMultipleAttachmentWithMultipleReviewerAndProcess"/>
          <include name="addSingleAttachmentWithMultipleReviewerAndProcess"/>
          <include name="addVendorAttachmentAndProcess"/>
          <include name="addVendorAttachmentViaAddDocsAndProcess"/>
          <include name="createNewTemplateWithSpecialCharactersAndAlphaNumericCharacters"/>
          <include name="customizeSimpleAttachmentAndProcess"/>
          <include name="deleteTemplateSingleAndMultiple"/>
          <include name="processSessionWithInitials"/>
          <include name="RemoteMessageTemplateCompletionDeadline"/>
          <include name="RemoteMessageTemplateToDocument"/>
          <include name="verifyAdobeSMSEmailAuthenticationSigningMethodXMLSession"/>
          <include name="verifyAdobeSMSGovernmentIDAuthenticationSigningMethodXMLSession"/>
          <include name="verifyAdobeSMSInPersonSigningMethodXMLSession"/>
          <include name="verifyAdobeSMSKBAAuthenticationSigningMethodXMLSession"/>
          <include name="verifyAdobeSMSPasswordAuthenticationSigningMethodXMLSession"/>
          <include name="verifyAdobeSMSPhoneAuthenticationSigningMethodXMLSession"/>
          <include name="verifyAdobeSMSSigningMethodUIElementsInEsignatureManagementPage"/>
          <include name="verifyApplyMarkPageAfterAddingFieldsInDesignerpage"/>
          <include name="verifyApplyMarkProcessWithMultipleDocuments"/>
          <include name="verifyApplyMarkwithDocsetwithoptionalsignature"/>
          <include name="verifyApplyMarkwithMembershipDocouments"/>
          <include name="verifyBrowserAgnosticFeature"/>
        </methods>
      </class> <!-- com.imm.testscripts.Process.ProcessSignatures -->
    </classes>
  </test> <!-- IMM_Test_Chrome -->
</suite> <!-- IMM_Esign_Chrome -->