integration-testing
Grails Connections behaving very differently in Integration test
We have a custom data source that extends BasicDataSource.We have overridden the getConnection method which does a couple things inside of it.When we run the webapp outside of testing, when we call a[详细]
2023-03-28 04:50 分类:问答Maven: Conditional Execution upon IT Success / Failure
Here is something I\'\'ve tried to come up with an idea, but I\'m not sure开发者_如何学Go. We do have a module which should be built, deployed and then integration test begins (via failsafe, but othe[详细]
2023-03-27 21:11 分类:问答how to print stuff within tests on Plone
I\'m writing some integration test with plone.app.testing. Sometimes I want to print something to the console, but it seems to me that stuff get开发者_开发知识库s printed on the console only when a p[详细]
2023-03-27 17:42 分类:问答How can you right-click, save target as using WatiN?
I\'ve seen various solutions to saving a file using WatiN. My current issue is similar to the others described, I need to save a PDF file, but there\'s a registry key that tells IE to automatically o[详细]
2023-03-26 19:47 分类:问答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 分类:问答View helper methods not included for Devise views in rspec integration/request tests?
When I visit my sign in page in a browser everything works fine. When I visit my sign in page in an rspec integration/request test, I get the following error:[详细]
2023-03-25 04:40 分类:问答Testing File uploads in Symfony2
In the Symfony2 documentation it gives the simple example of: $client->request(\'POST\', \'/submit\', array(\'name\' => \'Fabien\'), array(\'photo\' => \'/path/to/photo\'));[详细]
2023-03-24 12:32 分类:问答ensuring all threads have stopped after c# integration tests
In some of my integration开发者_高级运维 tests I start multiple threads and wanted to ensure that when the integration test finishes (even if it fails) the thread will be cleaned up. Can anyone recomm[详细]
2023-03-23 21:04 分类:问答Selenium Test (junit ) get stuck once the test spawns new window
Issue is once the new window is spawn test hangs after the line waitForPageToLoad(3000) and finally times out. Once the test hangs if i manually fire some event in parent window test starts executing[详细]
2023-03-23 17:57 分类:问答How to allow web requests when using VCR / WebMock? [closed]
开发者_运维知识库 This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time,or an extraordinarily narrow situation that is not[详细]
2023-03-23 16:35 分类:问答