I am developing a webapp and am looking into how I can automate testing of the web site such as seeing how it copes with multiple concurrent users / heavy traffic.Could anyone point me in the directio
Is it possible to change a test user\'s password so I can logon to any of my test users as normal so I can test my app properly?
I have a solution with several Silverlight Test Projects. I would like to have some kind of script or tool with the ability of running all these test projects and generating some kind of report (any s
I\'m using a Session wrapper as written below. The problem I have is when running tests the try doesn\'t work and it goes to the catch so session variables are never being set. I\'m using Moq to creat
I am writing tests with selenium webdriver 2.4 on python 2.7. The documentation (http://seleniumhq.org/docs/03_webdriver.html) demonstrates the ability to manipulate select form elements as follows:
Say I have a table like so: CREATE TABLE big_table (UUID varchar(32) not null, ... ); I have a query on the table that I can\'t express as an HQL or Criteria query.I am trying to set up the query a
Below is a simplified setup of my application. It has a class Foobar which calls on a facade method for fetching data. The facade then calls on a web service to actually get the data and then manipula
There is Selenium plugin (RC) in Hudson and the builds are taking to too long and keep failing if the server takes a while to respond. I do not think putting in waits in the test files would be a good
Here is my case. I have a AbstractController class. It has a sub class Controller. In one of AbstractController\'s methods a new ApplicationLock is instantiated. I\'d like to mock ApplicationLock when
I have developed an application in bash that uses \"whiptail\" to display dialogs in a terminal. (I personnally don\'t like this kind of UI but i\'m only a developer, i don\'t make decisions ...).开发