suite

what is the best control suite for winforms applications?

i know devexpress have some more intuitive controls over infragistics, but what about component factory or telerik? What winforms controls would you recommend? ...

ASP.Net Media Suite - Review

Does anyone have a review of ASP.Net Media Suite located on http://www.aspnetmedia.com/ The tool seems pretty nice, but i've never heard of the company. I'm hesitant to purchase and install something from an unknown source. Can anyone vouch for the product? ...

fitnesse test suite with variables

I was wondering is it possible to set up a variable within the test suite so thatit can be passed down to the setup fit page as a parameter value ? ...

which one to choose, Codejocks Xtreme Toolkit or Xtreme Suite?

Hi, I am new in programming and it may look naive to some of you, but I am a little bit curious why Toolkit Pro is needed if Suite Pro exist. Although Toolkit is specificly for MFC, Suite Pro can be also used in VC++ development. If we would like to use VC++ to develop a product, which one is more suitable? If we use MFC in the developin...

How to rewrite data-driven test suites of JUnit 3 in Junit 4?

I am using data-driven test suites running JUnit 3 based on Rainsberger's JUnit Recipes. The purpose of these tests is to check whether a certain function is properly implemented related to a set of input-output pairs. Here is the definition of the test suite: public static Test suite() throws Exception { TestSuite suite = new Test...

Problem with Mockito - exceptions.verification.WantedButNotInvoked

Hello people. When I put a "VerificationModeFactory.times(2)" in test before, when I run all tests of the class appears this exception: org.mockito.exceptions.verification.WantedButNotInvoked: Wanted but not invoked: serviceService.getServices(); If I run each test separately or remove "VerificationModeFactory.times(2)" all works. It...

How to select some of test cases to compose the BAT test(build acceptance test)?

In junit test, should I create another test suite named as ExampleBAT to do this, and this test suite contains the selected test cases? Thanks. ...

How do I make Eclipse recognize JUnit tests when creating a suite?

When I use Eclipse to create a JUnit test suite, it does not detect any existing tests, and warns "No test classes selected." I started from the test class package (test/com/.../package), and the package is selected. There are several JUnit tests there, also created through the same version of Eclipse, but there is no way to select the...

SpringSource building a sample program

Hi All, I just started to learning Java and get stucked at some simple point. I am suggested to use Spring framework and for that i downloaded SpringSource Tool Suite installer, double clicked and installed it. When i run simple hello world application it works. But when i try to use one of spring frameworks' classes i got the error ...

Emma test suite coverage

I'm trying to test my own tests suite's coverage on an api I am working with. To do that I have a staging server that is running everything and I want to instrument the specific api classes in a jar file and then run my tests and get a coverage report. What I did was explode the jar run the code to instrument the classes then I put it ...

Soapui transfer problem; getting NoClassDefFoundError

I wrote a suite of tests using soapui and need to transfer it to another person to run when I leave. I wrote a script that helps me run all the tests on the command line and it works fine on my system. When we try to run it on his system however, we get a few exceptions and cannot find the difference between how it is run on my machine ...

Spring 3+ How to create a TestSuite when JUnit is not recognizing it

I'm using Spring 3.0.4 and JUnit 4.5. My test classes currently uses Spring's annotation test support with the following syntax: @RunWith(SpringJUnit4ClassRunner.class) @ContextConfiguration (locations = { "classpath:configTest.xml" }) @TransactionConfiguration (transactionManager = "txManager", defaultRollback = true) @Transactional pu...

Is anyone familiar with Bamboo sharepoint products?

We are looking at 3rd party application solution providers for SharePoint, and are interested in the Bamboo products (bamboosolutions.com). Has anyone had any experience with these products? Are they stable? Have they caused you issues? Are they worth the money? Specifically we are looking at the PDF converter, but would like to expan...

How to use springsource tool suite for spring web service development?

How to use springsource tool suite for spring web service development? quick start of how link/guidance is required ...

android - accessing test application assets

Hi, I've an XML file in the assets directory of my test application. I want to access this file from my suite method of the test class. ie., public static TestSuite suite(){ InputStream stream = // Some code which returns the asset } Any idea how I can do this? I tried with Resources.Resources.getSystem().getAssets() but no luck ...

grails development: eclipse vs. intellij idea

hello, i downloaded sts and installed the grails/groovy plugins which is good, but i can not use the javascript functionality like jumping trought classes and functions in the javascript editor. when i click command and on the functions name, than i get a dialog saying "you have to make this a javascript project etc." :( :( intellij is m...