I am developing a CherryPy application and I want to write some automated tests for it. I chose to use nosetests for it. The application uses sqlalchemy as db backend so I need to use fixture package
I am looking to create a Web Performance test that can be bound to a CSV file with usernames and passwords so th开发者_运维技巧at I can run concurrent tests with different users. How do I modify a rec
I am developing some project with CodeIgniter and write unit tests and web tests in SimpleTest. I\'ve noticed that my tests are not deterministic, i.e. they produce different outputs in time. I mean t
I am a newbie tester for a web site. The backend of this site are several SQL Server databases. The UI is built with Ajax and ASP.NET. The whole site is hosted on Windows Server 2008. The site\'s stru
I am getting the following error in: The CurrentThread needs to have it\'s ApartmentState set to ApartmentState.STA to be able to automate Internet Explorer.
I have a WebPerfoamce test in Visual Studio Team System 开发者_如何学编程2008, it\'s average execution is 20 seconds.
I am trying to save a fiddler output to a .webtest format.I used to select file/save as but now I cannot see the .webtest option.Could anyone tell me why this might have dissappeared from the Fiddl开发
We have a number of popups (generated using Javascript) that are displayed during page navigation. When we record the webtest, the script doesn\'t capture all of them.
I need to create a ValidationRule to test response bytes including responses for dependent requests. It is easy task to get response bytes for main requests, but I can not access responses for depende
We\'ve web application developed using MVC2. I am recording webtests for all views in our web app. I\'m using VS2008 test edition installed on separate machine for these webtests.