Ben
unread,Jan 19, 2009, 3:12:13 PM1/19/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to testng-users
I am using data provider to do data driven test. The data providers
will grab the data from the file in different ways and I used
reflection to match the method name and data in external xml file.
sometime it will fail to get the data so I throw an exception, which
extends from SkipException.
Now, what i want to achieve is that when data providers fail to get
the data, then this test case skips, not fail.
Is there anyway to do that, or any better solution for this kind of
issue?
Thanks,
Ben