testing
How to do integration testing in Rails 3?
I tried using the code in the RailsGuides and some other code I found on Google, but nothing is working.[详细]
2023-04-10 08:54 分类:问答Why doesn't get '/foo' work in functional test in Rails 3?
Looking at the Rails Guides http://guides.rubyonrails.org/testing.html#integration-testing-examples and this SO question Rails Functional Test of Arbitrary or Custom URLs, the following should work in[详细]
2023-04-10 07:30 分类:问答FoneMonkey test crash during Jenkins run
I use FoneMonkey + Jenkins for automated iOS test. I ask FoneMonkey to generate XML reports (FM_ENABLE_XML_REPORT - set to TRUE) and run it with waxsim. Today I find out that when app crashes (ie due[详细]
2023-04-10 06:23 分类:问答Jasmine and node.js
Have some Jasmine+Rhino combo to test the javascript code and trying to shift to node.js. However, couldn\'t find any setup instructions on the net (but only this link, with nearly zero instructions).[详细]
2023-04-10 05:50 分类:问答How to unit test session wrapper class?
I have simple session wrapper class with getters and setters to deal with $_SESSION in OO style. session_start() is called in __constructor(). What is the best practice to unit test this class?[详细]
2023-04-10 05:31 分类:问答What are some techniques for testing optimizations to ActiveRecord bulk model object creation?
I am in the process of optimizing a contact importer tool that process a large list of email address and creates contact objects.[详细]
2023-04-10 03:45 分类:问答Auto-web test : ExpectedResponseUrl error
While running my auto-web test, I received this message : Response URLValidationThe value of the ExpectedResponseUrl properity \'http://localhost:4800/FirstPage.aspx\' isn\'t equal to the effective[详细]
2023-04-09 22:28 分类:问答Rails - Functional testing of redirect_to(request.referer)
Ma开发者_如何学Pythonybe I just missing the forest for the trees again, but I can\'t seem to figure out a way to write a functional test that tests a :destroy action that redirects to request.referer.[详细]
2023-04-09 21:46 分类:问答Gallio test suite installation
I am using MbUnit t开发者_如何学Pythonest framework and Gallio. I need to create an installer that install it and run some test on silent mode.[详细]
2023-04-09 18:04 分类:问答Fake an active record model without db
I feel like I\'ve got to me missing something. I\'m writing a rub开发者_如何学Pythony gem that allows interaction with active record as an add on to its primary function.[详细]
2023-04-09 17:28 分类:问答