I need to test a web application using Selenium. The app is fairly common in its setup: it requires signing in for most of the functionality to be exposed. Upon loading a page, if the user is not auth
I had a simple test to make sure that an ant task was behaving properly, and so put in illegal file characters for windows and linux like so:
I am creating a Cucumber test for a multistep registration process and am a little unsure about the best practice for the Scenario Steps...
I have a webservice. I am creati开发者_运维技巧ng a test application to get response from this webservice. Added service reference to the web service application.
I would like to find a good tool that will analyze my code and find possible problems with missing exceptional states handling, like null checking, numerical overflows ect..
I would like to know how I can test an REST application, which is developed using Apache CXF and Spring, with the Jersey Test Framework (JTF).
Closed. This question does not meet Stack Overflow guidelines.开发者_高级运维 It is not currently accepting answers.
I am in the process of writing jUnit tests for my application and I am wondering how I can test the following class:
I have a Groups Controller with a method def inbox. If the user is a group member then inbox returns a JSON object.
I am working on a super sweet Grails project. I get simple tests, like having some made-up data objects to mess with validators, but what about when I have 30 different domain-classes, only 1 i开发者