tdd
I am having trouble testing my controller's update action using Rspec, what am I doing wrong?
I am trying to test the failing branch of the update action on my controller but I am having trouble with the test.This is 开发者_运维问答what I have and it fails on the last[详细]
2023-03-27 21:34 分类:问答QUnit vs Jasmine? [closed]
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing th[详细]
2023-03-27 15:58 分类:问答Cucumber Seems to Skip Given Step
As best I can tell cucumber is only hitting the database once between these two scenarios, but it\'s clearing out the database between scenarios.[详细]
2023-03-27 02:44 分类:问答Integration Testing a filter operation output for a store
I want to run integration tests on my store filters e.g. I filter by price and by different product attributes[详细]
2023-03-26 17:17 分类:问答Hibernate Generic DAO - Testing whether the SQL generated is correct
I have a DAO infrastructure as follows: StoreDao, CouponDao, PersonDao. All these extend from a GenericDao which has the bulk of the functionality(using Java Generics).[详细]
2023-03-26 05:41 分类:问答Running Rake tasks in Rspec Tests
I am building up an integration test suite and there is one bit of logic that I need to have a clean database for. How can I run the db:test:purge task inside of one of my tests?[详细]
2023-03-25 12:27 分类:问答Capybara:Webkit unable to find iframe or its content
I allow users to share photos with other individuals.When the user is viewing a photo and its description, they can click on \"share\" and a new page loads.On this page the fill in an email address (a[详细]
2023-03-25 10:03 分类:问答How to test localized UI in ASP.NET WebForms
I am trying to come up with a way to automate testing of localized UI in ASP.NET WebForms. Basically I have button that toggles the current locale and code that populates the right text from resource[详细]
2023-03-25 06:55 分类:问答Code koans for C? [closed]
Closed. This question is seeking recommendations for books, tools, software li开发者_Python百科braries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-03-24 19:07 分类:问答Fake DbContext of Entity Framework 4.1 to Test
I\'m using this tutorial to Fake my DbContext and test: http://refactorthis.wordpress.com/2011/05/31/mock-faking-dbcontext-in-entity-framework-4-1-with-a-generic-repository/[详细]
2023-03-24 16:51 分类:问答