<?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://partners.immesign.com/teaasp/login.aspx"/>
  <parameter name="projectKey" value="ESPC"/>
  <parameter name="deviceHost" value="localhost"/>
  <parameter name="sessionUrl" value="https://partners.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.TestDataCreation.TestDataCreation">
        <methods>
          <include name="uploadDocsBySelectingFilesAndDelete"/>
          <include name="editExistingDocumentUpdateKeepUnlockField"/>
          <include name="editExistingDocumentRecurringWithDisplayDocuments"/>
          <include name="editExistingDocumentRecurringWithNotDisplayDocuments"/>
          <include name="createDocSetsForTestData"/>
          <include name="VerifyByAddingBulkIndexFields"/>
          <include name="verifyDefaultSignatureTypeinEsignaturePage"/>
          <include name="verifyDefiningAttachments"/>
          <include name="createGroupAddGroupMember"/>
          <include name="createNewFIUser"/>
        </methods>
      </class> <!-- com.imm.testscripts.TestDataCreation.TestDataCreation -->
    </classes>
  </test> <!-- IMM_Test_Chrome -->
</suite> <!-- IMM_Esign_Chrome -->