testing
Can VirtualBox be executed under Amazon EC2 instance?
We have a test system where a VirtualBox VM snapshot is started before each major test. The snapshot contains a state of the tested system specific to the test.[详细]
2023-04-09 16:10 分类:问答PHPUnit test case aware of symfony2 dependency injection container
I\'m actually testing a bundle that I created. All the code is fully unit tested but now, I want to test if my symfony2 services can 开发者_开发百科be request without any trouble.[详细]
2023-04-09 15:08 分类:问答Including demo database in installation pack
I have a C# program which is using Sql Server 2008 R2 to store data. I have a problem with deploying the application, because I want to include a demo database in the installation pack, so that its ea[详细]
2023-04-09 13:50 分类:问答How do I test the Facebook "Like" button on localhost?
It is possible to test \"Like开发者_运维技巧\" button on localhost?Not really; facebook has to crawl your site to pull in the title, description, and thumbnail.It can\'t get to your site if it\'s on l[详细]
2023-04-09 12:04 分类:问答Testing toolkit
I\'ve been assigned the job of testing a small Windows application for the company I work for. I\'m a little experienced with testing web applications using the Google Chrome Developer Tools. Apart fr[详细]
2023-04-09 11:43 分类:问答How to test a scenario that requires javascript to complete?
A project I\'m working on fetches data from a 3rd party service and caches it locally along with specific info for my app.[详细]
2023-04-09 10:22 分类:问答Exception message: no such file to load in rails application
I have included test_helper.rb under test in my rails application. I have even included require \'test_helper\' in my test.rb files under test->unit. When I run all the test in RubyMine for the ap[详细]
2023-04-09 08:42 分类:问答With Capybara, how do I switch to the new window for links with "_blank" targets?
Perhaps this isn\'t actually the issue I\'m experiencing, but it seems that when I \"click_link\" a link with target=\"_blank\", the session keeps the focus on the current window.[详细]
2023-04-09 08:34 分类:问答How can I run a set of junit tests in multiple test classes?
In my webapp, there are multiple screens that have common webElements. I want to assert that all these common elements exist on each page. But I don\'t want to put all my asserts into a single utility[详细]
2023-04-09 05:41 分类:问答How to write tests for javascript with variable responses to different viewport width sizes
I have javascript code that displays a different set of UI for different viewport widths - and I\'d like to put in some automated tests for them to help in regression, but my que开发者_如何学Pythonsti[详细]
2023-04-09 05:31 分类:问答