Search the Community
Showing results for tags 'test automation'.
-
Any standards or guidelines you can suggest for ui testing of a product. I have wrote some code with autoit for basic testing.But I want to make it streamlined and more modularized so that we can add more test cases in future and needed we can change it in a simple manner. Any suggestions..
-
Hi I am looking at using autoit to automate testing of a website at work with IE.au3 because even though it has been a long time since I have used autoit, I have written a few applications with it and I am not impressed with cucumber as a method of automated testing. Unfortunately the developer of the website lacked experience and the code is not very 'test' friendly, a lot of page elements do not have ID or Names defined and the employers do not want to put the time/cost into dealing with the technical debt. My question is, will autoit with IE.au3 be able to find elements by drilling down the HTML DOM tree (if this is the correct term) of a web page? Any advice would be appreciated. Cheers, Marc
-
Hi These example apps can be used to lock the keyboard and mouse (useful for test automation). I've also included a Toddler/Child Lock app which lets them press some keys A-Z and 0-9 and move the mouse and plays a sound. Its uses BlockInputEx UDF Most example ALT+ESC to end enjoy KeyBoardMouseLock.zip