functional-testing
Problem with routes in functional testing
I\'m making a simple test project to prepare myself for my test. I\'m fairly new to nested resources, in my example I have a newsitem and each newsitem has comments.[详细]
2023-02-03 01:11 分类:问答What happened to GremCheck? Is there a viable replacement? [closed]
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.[详细]
2023-02-01 22:04 分类:问答Rails Functional Test Case and Uploading Files to ActionDispatch::Http::UploadFile
I\'m am adding tests to a Rails app that remotely stores files. I\'m using the default Rails functional tests. How can I add file uploads to them? I have:[详细]
2023-02-01 07:07 分类:问答Unit tests and functional tests in CodeIgniter
Is there any testing framework for CodeIgn开发者_JAVA百科iter?You can try the builtin Unit testing framework, take a look as well at this post Just a simple oneCurrently codeigniter doesn\'t have full[详细]
2023-01-28 17:19 分类:问答rails functional test
In the Rails auto-generated functional test (test/functional/products_controller_test.rb), I see the following code:[详细]
2023-01-28 16:04 分类:问答Rails 3 functional test can't find my controller
I\'m trying to test my authlogic code in my Ruby on Rails 3 app and I\'m running into some trouble testing my users controller.[详细]
2023-01-28 01:41 分类:问答Functional Tests getting a file from App_Data Folder
I am writing functional tests and the method I am writing the tests for has to access a file in the App_Data Folder. I have tried[详细]
2023-01-25 00:30 分类:问答Looking for "test execution manager" software to manage automated tests [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-01-24 22:41 分类:问答How to do concurrent modification testing for grails application
I\'d like to run tests that simulate users modifying certain data at the same time for a grails application.[详细]
2023-01-24 12:50 分类:问答Has anyone used Minitest::Spec withing a Rails functional test?
The spec library in Minitest is great.I\'ve been able to use it within Rails unit tests no problem.However, Rails functional test inherit from ActionController::TestCase which provides instance variab[详细]
2023-01-22 15:35 分类:问答