So, I\'ve been searching around on the internet for a bit, trying to see if someone has already invented the wheel here. What I want to do is write an integration test that will parse the current proj
Is there any way I can get what view and what ha开发者_JS百科s been passed as model after issuing render command in controller in integration test? Eg.:
I would 开发者_运维问答like to use page.should have_no_content to check if the page doesn\'t display the label to user, here what it is in HTML:
I have a Spring/JPA web application that I would like to write some tests for. Ideally I would like to be able to:
I want to share my finding and hear from others about successful and failed attepts to reduce execution time of integration tests of Rails applications (be it \'ordinary\' tests, Cucumber- or RSpec-ba
In a selenium test, I open a page to which I don\'t have rights, and I want to verify that error page is displayed instead of the opened one.
I\'m trying to make an Integration Test case for a controller and I need to get the view name of the co开发者_Python百科ntroller that\'s being tested.
I\'m learning testing right now, but am having some issues with Webrat not finding form fields using fill_in even though I\'ve verified it is on the correct page.Does Webrat work off of field names or
I am trying to implement some integration tests for my application to test a voting system I have in place but have run into some problems.First off, here is the test code I am trying to get to pass:
I learned nothing about testing during my 3 years of computer engineering. We were mostly just told that it was very important.