webtest
Can I exclude counts from failed webtests in a VS.Net 2010 Loadtest?
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[详细]
2023-04-06 16:16 分类:问答Simulate server error
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[详细]
2023-03-14 20:56 分类:问答Load Testing in VS 2010
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[详细]
2023-03-13 08:17 分类:问答Validation Rules in Webtesting using VS2010
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.[详细]
2023-03-09 17:52 分类:问答How to start a grails webtest without starting the grails application?
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[详细]
2023-02-26 09:58 分类:问答Can I check non-html responses in geb?
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[详细]
2023-02-22 06:40 分类:问答Problems in creating a webtest to test logins
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[详细]
2023-02-17 05:45 分类:问答Parameterize a Load Test while running a web test?
I currently using a WebTest to test a system. The user can vote and then can\'t log back in to change his vote.[详细]
2023-02-17 05:10 分类:问答Anyone using webtest without ant?
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[详细]
2023-02-14 13:32 分类:问答Disabling ExpectedResponseUrl for single request in web test
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.[详细]
2023-02-11 18:33 分类:问答