Skip to content

Instantly share code, notes, and snippets.

@ultimate-qa2
Last active February 15, 2021 05:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ultimate-qa2/9e84c32543fcf66852580167ae8eab68 to your computer and use it in GitHub Desktop.
Save ultimate-qa2/9e84c32543fcf66852580167ae8eab68 to your computer and use it in GitHub Desktop.
[TestClass]
public class ParallelSeleniumMethods
{
[TestMethod]
public void SeleniumTest1()
{
SimpleTest();
}
[TestMethod]
public void SeleniumTest2()
{
SimpleTest();
}
[TestMethod]
public void SeleniumTest3()
{
SimpleTest();
}
[TestMethod]
public void SeleniumTest4()
{
SimpleTest();
}
[TestMethod]
public void SeleniumTest5()
{
SimpleTest();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment