Top "Suite" questions

Running JUnit Test in parallel on Suite Level?

I have a bunch of tests that are organized in JUnit test suites. These tests are greatly utilizing selenium to …

java junit automated-tests parallel-processing suite
Auto-deploy/reload a jar in weblogic server

I am new to Oracle SOA Suite 11.1.1.4... Currently I am working on User defined XPath Functions. As part of this, …

oracle soa weblogic-10.x suite
How to close my browser after each test in a suite for protractor?

I was trying to run my tests as a suite. There are three tests in a suite, how can I …

protractor suite
Problem with Mockito - exceptions.verification.WantedButNotInvoked

When I put a "VerificationModeFactory.times(2)" in test before, when I run all tests of the class appears this exception: …

java unit-testing mockito suite
JUnit 4: how do I create a suite of suites?

Running the junit below raises an exception. import org.junit.runner.RunWith; import org.junit.runners.Suite; import org.junit.…

junit4 test-suite suite
Illegal instruction debug

I've compiled a whole suite of bioinformatics analysis. (https://github.com/iontorrent/TS) It has a lot of dependencies (armadillo, …

c++ compilation bioinformatics lapack suite
TestNG: Running multiple suites with preserved order using <suite-files> tag

I am trying to run multiple suites from one overall suite file. I define the suites I need to run …

testng suite