- Nithya Iyappan
- Posts : 2
Join date : 2014-02-04
Data Provider for test methods using C#
Tue Feb 04, 2014 1:01 pm
I developed test cases with data provider that reads data from excel sheet using testng in java.And this is my coding
Now I need to change this coding in c#. I already written getTestData method and it returns the excel data but dont know how to access in my test case with dataprovider. Can anyone please help?
- Code:
@DataProvider(name="DP1")
public Object[][] DP1() throws Exception{
Object[][] retObjArr=getTestData("Data/InputData.xls",
"DataPool", "Datalevel1");
return(retObjArr);
}
@Test(dataProvider = "DP1",description="")
public void STP001_CHSClaimStatusbyname(String applnURL,String UserName ,String Password,String FirstName)throws Exception {
//some test code
}
Now I need to change this coding in c#. I already written getTestData method and it returns the excel data but dont know how to access in my test case with dataprovider. Can anyone please help?
- selenium data driven test using dataprovider-excel
- urgent- please give me one example of data driven data program in selenium rc using java language
- Pass multiple test data record to run test suite recursively
- how to use these methods getAllFields() ,getElementPositionTop and getElementPositionLeft?
- Calling C# selenium methods between classes
Permissions in this forum:
You cannot reply to topics in this forum