testing
Testing traffic on a webapp (Spring, Hibernate, Java)
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[详细]
2023-04-09 04:59 分类:问答Can I change a test user's password
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?[详细]
2023-04-09 04:43 分类:问答Script-Run Silverlight Test Project
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[详细]
2023-04-09 04:25 分类:问答Testing with MOQ and Session State Wrapper
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[详细]
2023-04-09 04:18 分类:问答What is the correct import statement to use for a Select object in webdriver 2.4 under python?
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:[详细]
2023-04-09 03:58 分类:问答Can I map a table and a view of the same table in Hibernate without breaking my automated tests?
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[详细]
2023-04-09 03:50 分类:问答Testing an async method call
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[详细]
2023-04-09 00:31 分类:问答Controling Selenium test speed in hudson
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[详细]
2023-04-08 23:13 分类:问答Got ExceptionInInitializerError when mocking constructor of a class with Powermock. How to fix it?
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[详细]
2023-04-08 23:03 分类:问答How to simulate keyboard input to a console application?
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 ...).开发[详细]
2023-04-08 22:26 分类:问答