I am 开发者_运维知识库trying to test a web application that relies on Solr for executing search queries.I already have the Maven Tomcat plugin which starts up the web application.During the Maven buil
What shall I use when d开发者_开发百科eveloping a node.js application?Zombie.js is there to provide you a headless browser to work with.
I have a cucumber scenario that test an xhr post which returns some js 开发者_JAVA百科code which is used to modified the page.
I get asked this question very frequently in my interviews. They draw username and password text fields and ask me what test cases I can come up with to ensure that this page works fine. My answers on
Running test-app integration:spock causes the following error: identifier of an instance of projectname.Event was altered from 1
I\'ve got a web application i\'m currently testing on different levels (junit tests, integration tests within cargo container running a tomcat, htmlunit etc.) and i\'m facing aproblem now.
I\'m writing an integration test to make sure my webapp isn\'t vulnerable to session fixation. I have manually verified that reset_session is actually firing in the authentication logic, and further
I want to r开发者_JAVA技巧un an integration test an to an WAR (in tomcat) using hudson as continous build server.
Some time ago I have tried to use the thoughtbot version of akephalos based on this article http://robots.thoughtbot.com/post/1658763359/thoughtbot-and-the-holy-grail, but could not make it work, does
I have two capybara tests, the first of which signs in a user, and the second which is intended to test functions only available to a logged in user.