Testng
Excluding TestNG Groups From Maven
I have some slow tests that rely on the database that I don\'t want run every time I build my project with Maven. I\'ve added the excludedGroups element to my pom file as explained http://maven.apache[详细]
2023-03-30 09:53 分类:问答Re-using login functionality in Selenium page object model tests
I am exploring the use of Selenium 2 on a web application which requires authentication before a user can use any of the application. I am planning on either JUnit 4 or TestNG (Still investigating whi[详细]
2023-03-29 21:04 分类:问答Tiles Config bean throws exception: TestNG+Spring 3+Tiles2
I\'m trying to run a TestNG+Spring+JPA+Hibernate \'Hello World\' test. The execution results in a NullPointerException, the tiles configurer bean fails.[详细]
2023-03-29 19:10 分类:问答Use Tomcat Library in Webapp project
I have a web application that uses the Tomcat library. I have not copied the jars from the Tomcat library into the web-inf/lib directory.[详细]
2023-03-29 15:11 分类:问答Is there a way to use testNG with WebDriver so as to do data driven testing?
I have successfully created a data driven framework with selenium 1 and trying to do the same using selenium 2 (WebDriver). I was doing some basic R and D. My code is as below.[详细]
2023-03-29 04:58 分类:问答Include Tomcat Library while running TestNG.xml
I am facing a problem regarding running the testng.xml. I am us开发者_JS百科ing the Tomcat library in my project , and have not copied the jars into my WEB-INF\\lib directory.[详细]
2023-03-29 00:47 分类:问答selenium: nested div element not found
I am kinda new to selenium and trying out test cases with testng with eclipse. The webpage i\'m trying to open loads from multiple ajax calls. There are nested div\'s which load inside a table. one di[详细]
2023-03-28 09:50 分类:问答TestNG Eclipse plug-in : How to change the name prefix of methods for [New -> TestNG Class]?
Preferred @Test public void testMethodName() {} // [New -> JUnit Test Case] than @Test public void methodName() {} // [New -> TestNG Class][详细]
2023-03-27 20:38 分类:问答is there any material for seleniumGrid + testNG+ hudson integration
I am using selenium RC + TestNG for my project. Also am using Selenium - Grid to run in multiple platforms. Now i want to intergrate my project into Hudson.. Can any one开发者_StackOverflow中文版 plea[详细]
2023-03-27 04:44 分类:问答what is the difference between Junit 3, Junit 4, TestNG
what is the difference between JUnit 3, JUnit 4, TestNG in selenium how selenium is implemented differently in these three testing fra开发者_C百科meworks?[详细]
2023-03-26 17:39 分类:问答