functional-testing
How to use NSTimer to check the performance of function?
How to use NSTimer to check the performance of function? Actually, I am making a dylib which is Cydia Software.[详细]
2023-03-17 02:37 分类:问答Functional tests philosophy : test features or requirement?
I\'m currently writing some functional tests, and I started wondering what\'s the best philosophy between these two.[详细]
2023-03-15 03:52 分类:问答Rails fixtures and functional tests
I have a user scaffold based off of railscasts authentication from scratch and it uses the password attribute, how would I allow the test to pass and make my fixtures with password not being a field i[详细]
2023-03-15 00:07 分类:问答Can't access secured pages after login on symfony functional test
I currently trying to test a symfony app that has secured pages, using functional tests. Scenario Log in as a user that is a superadmin (thus bypassing any credential check)[详细]
2023-03-14 16:23 分类:问答How to test the update method in Rails
I am struggling with testing the update method in Rails. I am using the standard built in testing framework (test::unit) and Rails 3.0.8. I have created a minimum application for testing this now, but[详细]
2023-03-12 13:58 分类:问答grails embedded server functional testing needs to have valid ssl cert
I have been scouring the web for how to solve my problem with grails functional testing using embedded server + ssl, and would very much appreciate any help with the problem I\'m having.[详细]
2023-03-11 16:21 分类:问答Writing functional tests with server-side java application that isn't a Java EE app
My company has a java-based batch application that\'s not implemented in Java EE which embeds jetty to handle some web service cal开发者_Go百科ls.[详细]
2023-03-11 04:07 分类:问答Can HP QTP & FuncUnit/Selenium coexist, or are they mutually exclusive?
QTP seems robust and integrated withother systems.Funcunit/Selenium seem easier/quicker to setup and run for developers. Is it either-or, or is ea开发者_如何学编程ch tool betterat differentaspects of[详细]
2023-03-11 02:08 分类:问答Unexpected error using newRequest in FunctionalTests
I don\'t understand why I have this error. When I use newRequest, I have a RuntimeException when calling the[详细]
2023-03-10 23:22 分类:问答Functional tests not recognising any routes
I\'m trying to write a very basic functional test for one of my controllers, but the problem is that it\'s not recognising any of my routes. They all work in the app via HTTP and can be seen in rake r[详细]
2023-03-10 19:11 分类:问答