I have an Employee model, Client model, and an Office model. Devise is controlling the authentication logic on the Employee. I have multiple controllers which are subclassing a base controller which s
Currently I\'m writing a VB.NET app and it\'s getting b开发者_Go百科ig, resulting in its become very slow.
Let\'s say I have a test case with some steps in it. Now, let\'s say that step 3 needs to be repeated after you complete steps 4 and 5 ... so that when you do step 6 you are in the right place.
Upgraded form Rails 2 to 3. And RSpec 1 to 2. It looks like capybara/webrat is trying to find the template when I only want it to find the action. What is a possible workaround?
I have a开发者_如何学Python form, I submit_form_ok the form codes to /process which returns a redirect to say /. How can I follow the redirect to make sure it\'s doing the right thing?WWW::Mechanize f
I\'m using Cucumber to test my Rails app. Is there anyway to print the scenario description as the tests run? Thanks!
I want to test a class method that calls u开发者_JAVA技巧pon a parent method with the same name. Is there a way to do this?
We have around 100 test cases for our system. We are trying to build an automated test suite for it. Say while running the tests the 25th test fails. Should our automated test s开发者_JAVA百科ystem b
I am having a weird problem with my acceptance test for login page. The login works fine when js in not enabled ie. the following case:
Here\'s my example code class CommandLine { def ls() { def cmd = \"ls\".execute开发者_高级运维() if(cmd.waitFor() != 0) {