Skip to content

Instantly share code, notes, and snippets.

@saymowan
Last active September 15, 2020 16:38
Show Gist options
  • Save saymowan/a267b38057c375dbf873cd5661dbcc86 to your computer and use it in GitHub Desktop.
Save saymowan/a267b38057c375dbf873cd5661dbcc86 to your computer and use it in GitHub Desktop.
UsingCSVSource
[TestCaseSource(typeof(DataDrivenHelpers),"ReturnNameTelephone_CSV")]
public void UsingCSVSource(string name, string telephoneNumber)
{
//some acts on the website using the "name" parameter
//some acts on the website using the "telephoneNumber" parameter
Assert.Pass();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment