*************************************************
Creating an Effective GUI Automation Framework:
https://www.infoq.com/articles/test-scripts-frameworks
http://www.devx.com/enterprise/creating-an-effective-gui-automation-framework.html
The idea behind developing a UI-based functional automation system using this framework is to increase code reusability, stability, and maintainability.
*******************************************************************************
VSTest.Console.exe command-line options
https://msdn.microsoft.com/en-in/library/jj155796.aspx
ex:
vstest.console.exe myTestFile.dll /Settings:Local.RunSettings /InIsolation /TestCaseFilter:"Priority=1" /Logger:trx
KeyBoard SendKeys:
https://msdn.microsoft.com/en-us/library/ms127847(v=vs.110).aspx
No comments:
Post a Comment