inspired by the episode of railscast (http://railscasts开发者_C百科.com/episodes/275-how-i-test) i tried to add some request specs to my app.
I want to test this view: def register(request): \"\"\" handle user registration code variable is for testing purposes
IM very new to rspec testing and need alittle bit of help. Im testing a controller for my timesheet and im trying to 开发者_如何学JAVAtest this piece of code.
I have a command line (NON-RAILS) application written in pure Ruby that I\'m driving out through Cucumber and RSpec.It follows the typical application hierarchy of lib, bin, spec, and feature director
I\'d like to mock large (>100MB) and slow file downloads locally by a ruby service - rails, sinatra, rack or something else.
Problem I am trying to auto-populate dynamically populated elements (eg select inputs).The problem is caused due to the asynchronicity of AJAX, so I need some sort of "wait until thread is comp
I\'m looking for a test framework for Python that will automatically email me if a test fails, with the name of the broken test and the broken test output. I understand it\'s fairly trivial to wrap a
I’m trying to use Selenium IDE to automate tests, so that I will not need to redo all the test cases for every update to the website functionality. However, I’m not sure if simple record-replay fash
I am looking to find out the testing tool capabilities that are offered with Visual Studio.From my research, I understand that you offer both functional and load开发者_如何学C testing tools for both w
I\'ve gone round and round trying to come up with the cleanest / easiest way to write request specs for certain pages of my site. I basica开发者_C百科lly need a way to get Capybara to load pages that