- maggiexg
- Posts : 3
Join date : 2009-09-23
How to implement java RC suites?
Fri Sep 25, 2009 6:09 am
In Junit:
@RunWith(Suite.class)
@Suite.SuiteClasses({Test1.class, Test2.class, Test3.class})
public class JunittestSuite {
@BeforeClass
public static void setUpClass() throws Exception {
}
@AfterClass
public static void tearDownClass() throws Exception {
}
@Before
public void setUp() throws Exception {
}
@After
public void tearDown() throws Exception {
}
}
How do I implement Java RC suites with Junit?
Thank you,
MX
Re: How to implement java RC suites?
Fri Sep 25, 2009 11:11 am
hi,
checkout the following links, may be this will be helpful:
http://clearspace.openqa.org/message/65269#65269
http://clearspace.openqa.org/message/67917#67917
Best of luck.
Bye
checkout the following links, may be this will be helpful:
http://clearspace.openqa.org/message/65269#65269
http://clearspace.openqa.org/message/67917#67917
Best of luck.
Bye
- How to implement assertFoo commands in Selenium RC using Java
- i had already written a java web driver, but, I would like to write a new php page using that java source code
- Contract job in Cincinnati,OH-Selenium with Java WebDriver and/or basic Java
- How to implement UI element?
- How to implement Webdriver
Permissions in this forum:
You cannot reply to topics in this forum