Hey, I am helping to set up a regression testing suite for our python web application. Many of our tests ar开发者_JS百科e scheduling style tests where the current date is important. For example: creat
How can I automate a test to enforce that a body of Python 2.x code contains no string instances (only unicode instances)?
I write a script for automated tests. I want that the IE runs without add-ons. It would be OK if set this after the start of it, but it is important that I can work with the IE. (I must can to grab it
I\'m a front-end developer coding CSS, HTML and Javascript (in that order) and most of the work I do is design-lead.Whilst the quality of the designs I create with CSS is subjective, much of the codin
It is possible to automate Silverlight with PowerShell? I want to control Silverlight, press buttons etc.
it is possible to 开发者_开发问答deactivate the InternetExplorer Silverlight Add-On? Later I want to open the Internet Explorer with the Powershell command:
Is there a way to inject keystrokes into the JVM on the Android platform? I\'m looking for something like jav开发者_Go百科a.awt.Robot but I don\'t think that\'s available on Android
I am trying to simulate keypresses in a web app开发者_高级运维lication, it is for an embedded system but it uses a Webkit derived browser. I have tested the code in Chrome and get the same error.
I want to include Jquery to our current automation project running Selenium RC ( written in java ). So we can rely on that JS library for writing our java script code extending the current user-exten
I\'m a .net developer so pardon me for not knowing anything about PHP. I read some things on the net but I can\'t say how it compares to Asp.net MVC in terms of automated testing.