Skip to content

Instantly share code, notes, and snippets.

@saymowan
Created September 14, 2020 00:26
Show Gist options
  • Save saymowan/e331d59c850eab23aafd6a9c4e9e1a78 to your computer and use it in GitHub Desktop.
Save saymowan/e331d59c850eab23aafd6a9c4e9e1a78 to your computer and use it in GitHub Desktop.
[TestCaseSource(typeof(DataDrivenHelpers),"ReturnNameTelephone_XLSX")]
public void UsingXLSXSource(string name, string telephoneNumber)
{
//some acts in website using "name" variable
//some acts in website using "telephoneNumber" variable
Assert.Pass();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment