I am using Visual Studio 2010 Ultimate to perform loadtests. These loadtest use recorded webtests. When running a loadtest with an increasing number of concurrent users, some steps in my webtests wil
I use the App Engine for run my application and want to test how it will handle server errors. Is t开发者_开发问答here any possibility to simulate an error 500 via the WebTest ?I got around it using a
I am performing a webtest containing 3 pages once of which is a Silverlight page and a Controller page (every page is invoked from controller page and again the control is given back to Controller pag
I\'m creating a simple webtest (Recorded Web performance test) that makes sure that a correct error message is displayed if i try to login with a username that does not exist.
I am working with the webtest plugin as functional test component for grails. It works fine, but is very slow - the whole application has poor response times (>1min per page) when under test. My feeli
Geb is a nice framework for testing web applications, as there is very direct support for checking specific DOM elements as seen by the browsing client.However, sometimes the expected result of a requ
I\'m needing some help with a coded web test. I created a coded web test to see how many accounts are valid to log into my application. I have a lot of accounts (2000+) and I need to know which of th
I currently using a WebTest to test a system. The user can vote and then can\'t log back in to change his vote.
I\'d like to try using WebTest, preferably from Clojure, but I can only find its functionality exposed as Ant tasks. There seems to be some sort of Groovy interface, which implies that it\'s possible
I\'m recording a web test using Visual Studio 2010. For each request, the expected response url is recorded, and a validation rule on the test ensure that these response are correct.