Hello i\'m working on a blog app and I have a model: class Post(models.Model): title = models.CharField(max_length=255)
In hudson, after running a .bat script my slave refuses to run anything that comes afterward. It instea开发者_开发技巧d just said that it finished with a success. Trying do a
I am trying to verify all the links in a particular site in C# using the request-response technique. I notice开发者_开发技巧d that none of the links are returning \"OK\". I zeroed in on the problem. T
I\'m doing some automation on a Java-based web page that needs to do some validation between entries, so I thought I\'d just do a Thread.Sleep between each SendKeys.Send, but for some reason it just s
Is there a way to simulate开发者_如何转开发 a key press from a chrome extension? For example when I click the extension button I can specify that keys \'ABC\' be sent to browser window.Unfortunately n
I have an AutoHotKey script that basically opens up a few programs, r开发者_运维技巧uns a few tests, takes screenshots and saves them to a directory. The script is working flawlessly when running on t
Is it possible that we can automate tests using Java Script without usage of any Tool? Such like, if we can write a Java script in a notepad for automating a test, save 开发者_开发百科it as a JS file
I have a UIWebView in my application which has links inside that when clicked cause different actions to be carried out in the applic开发者_开发问答ation. I\'d like to be able to test this with automa
We use an application.word COM object from PHP to convert Word files to PDF in the background. This works quite well with the following code:
I’m looking for alternative for existing tests written in QTP for my Win32 application written in Borland C++.