functional-testing
Using mocha for controller in functional test with RSPEC
I\'m doing some tests here using Rspec and I would like to assure that the controller is calling the log method in some actions. I\'m also using mocha.[详细]
2023-02-18 10:08 分类:问答sfFormExtraPlugin reCaptcha to validate form during functional test?
Hi i am l开发者_Python百科ooking for an idea to skip my captcha comming from sfFormExtraPlugin when I am processing my functional test in symfony?[详细]
2023-02-14 15:02 分类:问答Intercepting subprocess.Popen call in Python
I\'m writing a functional test for a legacy Python script so that I can make a one-line change to it without being paralysed by fear. ;)[详细]
2023-02-14 13:08 分类:问答Why can my functional test not see my methods created using define_method?
I have this in my application_controller.rb: Group.all.each do |g| define_method( \"is_#{ g.name }?\".to_sym ) do[详细]
2023-02-13 14:30 分类:问答send browser string in rails functional tests
The application should set the locale based on browser settings, but I don\'t realize how to test it. I don\'t know what code sample could I provide to explain, but the test is something like this:[详细]
2023-02-09 02:21 分类:问答Functional testing automation tools for iPad/iPhone?
There doesn\'t seem to be many choices out there for running functional tests on the iPad/iPhone.A quick search brought up a few options: FoneMon开发者_Python百科key, Frank, UI Automation.[详细]
2023-02-07 16:33 分类:问答What techniques are programmers using to write maintainable integration/functional/acceptance tests?
Integration/Functional/Acceptance tests are inherently difficult to maintain for a myriad of reasons: they take a long time to run, are hard to keep green consistently, can fail seemingly 开发者_高级运[详细]
2023-02-06 23:20 分类:问答How can I use Sql CE 4 databases for functional tests
Due to the potential differences between Linq-to-Entities (EF4) and Linq-to-Objects, I need to use an actual database to make sure my query classes retrieve data from EF correctly.Sql CE 4 seems to be[详细]
2023-02-04 03:41 分类:问答Running a single test in maven -> No tests were executed
When I run a single test in Maven with this command: mvn test -Dtest=InitiateTest I\'m getting the following result:[详细]
2023-02-03 15:33 分类:问答-
Test Driven Development (TDD) for User Interface (UI) with functional tests
As we know, TDD means \"write the test first, and then write the code\". And when it comes to unit-testing, this is fine, because you are limited within the \"unit\".[详细]
2023-02-03 10:15 分类:问答