Recently to summarize the automated test selenium some of the commonly used framework test collocation, by simple into the complex, the simplest is selenium+java+testng, because I use Java, just summarize the next java.
TestNG Online Installation:
Open Eclipse help->install New software, then add "Http://beust.com/eclipse"
Select Testng,finish next to complete the installation.
Verify that the installation is successful
File->new->other
Importing selenium jar packages
1. Copy the downloaded files to Java project
2. Right-click Java Project, select Properties->build Path
3.add Library
Next
Enter a library name at random.
4. After returning to select the new library, add the jar package, select all the files in the Lib directory and
5. Add finish will see the project directory
6. If you need to view selenium source code, then associate the
Select this jar package and right-click->propreties
After the completion of the file in the open, you can see the source code
--------------------------------------complete the selenium and testng configuration-----------------------------------------
Automated test Framework selenium+java+testng--Configuration Chapter