|
在做测试的时候发现,当第一次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> |
|