i have created new project using maven and implemented test using testng framework in java laungage. i want to update my results into rally so i have added Rally Resp API Dependency into my pom.xml file
while running my application , BeforeSuite method executing first and then AfterSuite is executing but my @test methods not executing.
After removing rally Resp API dependency ,my application is working beforeSuite,Test Method, then After Suite.
Can anyone help me on this issue?