I\'m doing integration tests in my app using maven-embedded-glassfish-plugin. Tests work well, except the ones where I\'m trying to access EJBs using JDNI. How to access my EJBs?
I\'m using HtmlUnit for web testing and it is great. But I also want to test the download time for the total page including linked images, javascript and CSS pages as well as ensure the links are vali
I\'m working on a Grails (transactional) service which builds a complex domain structure and persists it. The logic works by identifying a previous structure, then creating a new structure and then --
Is there any way to log on to a Windows machine using WCF and C#? I am creating a Test Harness and it will needed to remotely logon a Windows user.
There are untol开发者_如何学Pythond number of unit test examples, but can you provide here, or provide a link to a good example of an integration test that isn\'t just a metaphor? I prefer a JUnit exa
I am struggling with this question since I noticed that many functional testing frameworks (like Selenium for the web or UISpec for iOS) actually simulate UI events while testing. I am asking: couldn\
For an integration test, I want to have a .save() intentionally in order to test the according else-condition.
My application has a custom server component. We have some JUnit test cases for the business logic with JMockit in place to mock the DB layer.
I\'m writing an integration test for rspec and I want to te开发者_如何转开发st that clicking on a link goes to the correct model page. More specifically, I want to test this on a list of links that ha
I\'m wondering if this is possible. I use the VCR gem (http://rubygems.org/gems/vcr) for recording API calls within my models for my unit tests. This works fine.