Problem:
I am trying to run a Selenium test and keep getting the following error.
The IEDriverServer.exe file does not exist in the current directory or in a directory on the PATH environment variable.
Solution:
Add a DeploymentItem attribute to your test.
[DeploymentItem("IEDriverServer.exe")]