Learn TestNg Framework |
What is TestNG? |
JUnit 4 Vs TestNG – Comparison |
How to Downloading TestNG and How to setup it with Eclipse? |
Introduces basic annotation supported in TestNG. |
Let start and make First program |
Now its time to implement more annotation and learn meaning of each annotation – Verify with testNG report |
How to make testNG.xml |
How to do Batch Running of tests in TestNg |
Now make real/inuse testNG.xml for above example |
One more finer example to know execution sequence of annotations – Verify with testNG report |
Ignore Test / bypass this method / Skipping Tests – Verify with testNG report |
How to use @DataProvider For Parameterized Test? |
How we can add this test into testng.xml and run this with TestNG – Verify with testNG report |
How to use XML File For Parameterized Test? |
How to use Assertions/ How to Reporting Errors? |
How we can add this test into testng.xml and run this with TestNG – Verify with testNG report |
what is the difference between assert and verify in selenium? |
Compare TestNG reports – TestNG xslt Reports – Junit Reports |
What is apache ant? |
How to download and configure apache ant? |
How to Create build.xml for Apache ant? |
How to Run your Ant build from the command line? |
How to make TestNG XSLT reports? |
How to add testng-results.xslt file into project? |
How to generate XSLT reports using ANT? |
How to make A Simple Batch (.bat) File to automate everyday tasks? |