Friday, January 20, 2017

Test Automation Execution and tips


*************************************************

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


http://blog.bobcravens.com/content/binary/WindowsLiveWriter/UseMSTestToRunYourTestViaCommandLine_A40A/image_6.png

No comments:

Post a Comment

JMeter Simple Controller

  Simple Controller is just a  container  for user request.