lundi 15 janvier 2018

Unable to execute second and third classes in xml file -TestNG

I have two classes in my xml file, but I'm unable to execute the fetch class when i run it as test suite. I dont have any errors in my program. I can run the code but only login gets executed

Xml file as follows:

  <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE suite SYSTEM "http://ift.tt/19x2mI9">
    <suite name="Suite">
      <test name="Test">
        <classes>
          <class name="fc.Fetch"/>
          <class name="fc.Login"/>
        </classes>
      </test> <!-- Test -->
    </suite> <!-- Suite -->

Aucun commentaire:

Enregistrer un commentaire