SeleniumTwo (QAFox.com)
Pages
(Move to ...)
Home
Selenium Video Tutorials
▼
1. Introduction to Selenium WebDriver
›
Selenium WebDriver alias Selenium 2 is a test tool that allows you to write automated web application UI tests in any programming la...
164. Using @BeforeClass and @AfterClass TestNG Annotations
›
As we've already discussed the advantage of @BeforeClass over the @BeforeMethod TestNG Annotation and also the advantage of @Afte...
163. Only one test should be written inside a single test method
›
1. Before going forward, lets once again view the code we have written in our previous post below: (i.e. The code with more than one ...
162. Non-Refactored Selenium Automation Code using TestNG framework
›
Lets write the Selenium Automation Code without Refactoring it. Lets make sure that our code contains more than one tests. Lets inc...
161. Using TestNG Annotations in Selenium WebDriver code
›
Once after the TestNG software is installed, we have to add TestNG annotations to the Selenium Automated Tests in order to Run them u...
›
Home
View web version