Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 962691
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T01:32:56+00:00 2026-05-16T01:32:56+00:00

Such a junit : @Test public void testA { //some code here… } @Test

  • 0

Such a junit :

    @Test
    public void testA {
//some code here...
}

    @Test
    pulic void testB {
//some code here...
}   
    @After
    public void closeBrowsers() throws Exception {
selenium.stop();
}

Here is the question : closeBrowsers() method called after every test method; in that case it is called twice and i got “Wrong test finished.” from JUnit. I need a junit method/annotation which will be called after all tests finised (just called once after all tests finished), is it possible ?

Also i tried to check if selenium is up or not in closeBrowsers() but no way i couldn’t find
any solution.

P.S : I ‘ve read this one : How to close a browser on a selenium RC server which lost it's client

but i couldn’t understand the solution and also currently http://www.santiycr.com.ar/djangosite/blog/posts/2009/aug/25/close-remaining-browsers-from-selenium-rc blog side is down

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T01:32:57+00:00Added an answer on May 16, 2026 at 1:32 am

    You can make your selenium variable static, initialize it in @BeforeClass static method and cleanup in @AfterClass:

    public class ...... {
    
      private static Selenium selenium;
    
      @BeforeClass
      public static void initSelenium() {
         selenium = new DefaultSelenium(...); // or initialize it in any other way
      }
    
      @Test
      public void testA {...}
    
      @Test
      pulic void testB {...}
    
      @AfterClass
      public static void closeBrowsers() throws Exception { 
        selenium.stop(); 
      }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 489k
  • Answers 489k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer I believe one should never store generated files in a… May 16, 2026 at 8:51 am
  • Editorial Team
    Editorial Team added an answer This part "Data type 0xE7 has an invalid data length"… May 16, 2026 at 8:51 am
  • Editorial Team
    Editorial Team added an answer To strictly answer the title of the question, use SIZE:… May 16, 2026 at 8:51 am

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Related Questions

We're finally migrating our unit test code base from JUnit 3 to JUnit 4.
Hello everyone here is my DAO class : public class UsersDAO extends HibernateDaoSupport {
I'm trying to run a particular JUnit test by hand on a Windows XP
Maybe it's just me, but I cannot understand the documentation regarding Junit test integration
I'd like to unit test (jUnit 4) the behavior of my pages when the
When I test DAO module in JUnit, an obvious problem is: how to recover
I'm new to unit testing and NUit in particular. I'm just typing some examples
Our toolkit has over 15000 JUnit tests, and many tests are known to fail
We are using filtered testResources in JUnit-tests that are usually executed by the maven
Is it possible to run JUnit tests from inside my Java application? Are there

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.