Testng
using selenium htmlunit with load tests
Has anyone used HTML unit with TestNG invocation count and thread pool size? I drive all my Selenium2 tests with TestNG and have been playing开发者_JS百科 around with running HtmlUnit tests in multipl[详细]
2023-04-13 09:32 分类:问答TestNG, Jenkins, Integrationtesting a RESTful API: how to specify the Base URL?
I\'m developing a RESTful webservice in Java. For Integrationtesting I use a separate project, which uses the jersey client to access the webservice.[详细]
2023-04-11 15:39 分类:问答TestNG dependsOnMethods from different class
The dependsOnMethods attribute of the @Test annotation works fine when the test to be depended upon is in the same class as that of the test that has this annotation. But it does not work if the to-be[详细]
2023-04-11 07:13 分类:问答DBUnit not cleaning and insert the database after every method, so test are not independent
I have a test for a DAO class, I use DBUnit to create and populate the database (using an in-memory derby).[详细]
2023-04-11 06:37 分类:问答How to achieve target Field with regex in selenium
I am using selenium and I am using xpath in target value . I have a table and I need to count the number of rows.[详细]
2023-04-11 04:34 分类:问答Data provider is not running in Selenium Grid
Can anyone please tell me that why the below error occurs: it occurs for all data provider methods. I use a static class for entire data providers and am using @Test(dataProvider = \"Search\", dataPro[详细]
2023-04-10 17:08 分类:问答invoking only the required test in testng file while using ant
I am trying to invoke tests of a testng.xml file from ant. My testng.xml looks like the following: <suite name=\"testsuite\">[详细]
2023-04-10 12:33 分类:问答A basic question on java/TestNG
After writing my first few Java test programs, I want to write corresponding TestNG classes. I am usin开发者_开发知识库g RHEL 5. I see that a typical directory looks like src/main/java and src/test/ja[详细]
2023-04-08 20:19 分类:问答how to triger testng by testng.xml, after determing by other test which testng.xml need to be run
I need to run a programe before knowing which suit of test(define in testng.xml)开发者_StackOverflow need to be trigger.[详细]
2023-04-08 09:42 分类:问答Multiple folders to reports in TestNG Eclipse plugin
I\'m running Test Cases with TestNG Eclipse plugin. How can I specify a distinct folder as output to the HTML reports by configurating testng.xml?[详细]
2023-04-08 08:27 分类:问答