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

  • SEARCH
  • Home
  • 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 8655287
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T14:59:24+00:00 2026-06-12T14:59:24+00:00

Using java and testNG I have two tests in two different classes, test1.class and

  • 0

Using java and testNG I have two tests in two different classes, test1.class and test2.class, and a base.class that contains most of the methods:

public class BaseTest {

@Test
public void step1() {

}

@Test(dependsOnMethods="step1")
public void step2() {

}

@Test(dependsOnMethods="step3")
public void step4() {

}
}

public class Test1() extends BaseTest {
@Test(dependsOnMethods="step2")
public void step3() {

}
}

I then runt a testng-test on test1.class but that wont work, it says
“step4 is depending on method public void step3(), which is not annotated with @Test or not included”

I guess this is the wrong way to do this, but I can’t figure out a better way. Any help is much appreciated.

  • 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-06-12T14:59:26+00:00Added an answer on June 12, 2026 at 2:59 pm

    It seems a little counterintuitive. Without understanding what’s going on in your tests, perhaps step3() should actually be an abstract method implemented in subclasses, and not an annotated test.

    That way step3() will always get run since it’s called from the base class and implemented in the subclasses.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm using TestNG to run Selenium based tests in Java. I have a bunch
I have been developing a small Java utility that uses two frameworks: Encog and
I have two jUnit test classes, one for testing my ItemService class, the other
Using Java (1.6) I want to split an input string that has components of
(Using Java) I am implementing a generic class which is a B-Tree. When the
When using java.util.logging, the log level for a specific class (i.e. for a child
I'm currently using Eclipse with TestNG running selenium webdriver with java. I am using
I want to run single test class from command line using Maven and TestNG
I have a Spock test that fails over two Mac OS X Lion machines,
I have always understood there to be two types of equality in Java, value

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.