jieer213 发表于 2014-7-9 15:40:46

请大侠帮忙指点,将第一次失败的failed.xml再run一次后遇到的SessionNotFoundExceptio

在做测试的时候发现,当第一次run所有的case后会有失败的case,这时有testNG提供的failed.xml再将所有failed的case run一次,发现第二次好像没干活,都是SessionNotFoundException: Session ID is null这样的错误,查看failled.xml里面时候很多
   <include name="setup"/>
          <include name="tearDown"/>

这样的语句,有哪位大侠帮忙指点下
</methods>
      </class> <!-- loginregistertestsuite.GlobalLoginDaoDaoLogin -->
      <class name="hotelreviewtestsuite.HotelReviewRightColHotelInfo">
      <methods>
          <include name="setup"/>
          <include name="tearDown"/>
      </methods>
      </class> <!-- hotelreviewtestsuite.HotelReviewRightColHotelInfo -->
      <class name="quickratingtestsuite.QuickRatingHotelListRatingAfterWantToGo">
      <methods>
          <include name="setup"/>
          <include name="tearDown"/>
      </methods>

jieer213 发表于 2014-7-9 16:31:51

:)
页: [1]
查看完整版本: 请大侠帮忙指点,将第一次失败的failed.xml再run一次后遇到的SessionNotFoundExceptio