Testng
Generating HTML TestNG reports [duplicate]
This question already has answers here: Closed 11 years ago. Possible Duplicate: Generating HTML TestNG reports[详细]
2023-02-20 03:02 分类:问答How to run Selenium Java tests with TestNG programmatically?
I am using Selenium RC 开发者_运维技巧with Java using TestNG as Test Framework. I\'m using Eclipse as IDE. I want to invoke TestNG from my own program very easily. How can I do that?My following code[详细]
2023-02-20 01:15 分类:问答Generating HTML TestNG reports
I want to generate HTML testNG reports. By default we have a reportfile after running testNG called \"emailable-reports\". But now i want to开发者_开发问答 create my own HTML report. I tried to use IT[详细]
2023-02-19 13:39 分类:问答Test NG - pass parameter with setTestClasses()
I\'m using the programmatically approach to run tests included in the Courier class. TestListenerAdapter tla = new TestListenerAdapter();[详细]
2023-02-19 10:09 分类:问答How to continue execution when Assertion is failed
I am using Selenium RC using Java with eclipse and TestNG framework. I have the following code snippet:[详细]
2023-02-18 23:09 分类:问答How to change the testNG report output name?
My test class is described like this: private String TESTFILES = \"test/tests\"; @DataProvider(name = \"tests\")[详细]
2023-02-18 15:40 分类:问答What's the difference between DataProvider and Factory in TestNG?
When to use DataProvider and wh开发者_开发知识库en to use Factory ?TestNG factory is used to create instances of test classes dynamically. This is useful if you want to run the test class any no of ti[详细]
2023-02-18 03:29 分类:问答testng - passing list as parmeters in testng.xml
Would it be possible to pass 开发者_运维百科a list in the testNG parameters. Below is sample code[详细]
2023-02-17 09:18 分类:问答TestNG @Factory: Debugging test classes seems impossible to do
I\'m having trouble debugging test classes when using TestNG Factories. It seems like, when in Debug mode, you can only debug as far as the factory class.[详细]
2023-02-15 18:10 分类:问答Working With TestNG
I am working as a trainee in Automated Testing Environment. I have to know about TestNG and some examples of TestNG. What is meant by Test S开发者_运维知识库uite? Can anybody please provide me some ex[详细]
2023-02-15 16:06 分类:问答