I have got Error The element type classes must be terminated by the matching end-tag classes in my XML code

0 votes
<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE suite SYSTEM "https://testng.org/testng-1.0.dtd">

<suite name="Loan Department">

  <test name="Personal loan">

    <classes>

      <class name="Test.Basic1"/>

      <class name="Test.Day1"/>

      

       

    </classes>

  </test>

  

   <test name ="Car loan">

   

      <classes>

      

       <class name="Test.Day1"/>

       

       <methods>

           <exclude name="MobileLoginCarLoan"/>

        </methods>

         

        </class>

          

       </classes>

   </test>

</suite>
May 11, 2021 in Software Testing by Navnath

edited Mar 4, 2025 668 views

No answer to this question. Be the first to respond.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP