1. Create Project in eclipse.
2. Right click the project and select Build Path --> Configure Build Path..
3. Import or Add all external jars to the Libraries .
5. Start to write your own testcases in Java..
1. Right click on Editer and select Run as Junit..
7. It will excuete java code on Browser.
2. Right click the project and select Build Path --> Configure Build Path..
3. Import or Add all external jars to the Libraries .
1. Add selenium standalone web driver jars
2. Add Junit jars also..
4. Right click source (src) and create your own pacakges (TestSuite, utilities,Testcases..)5. Start to write your own testcases in Java..
public class TestacseName extends Testcase
{
@setup
@test
@teardown
}
6.Run your tetsecase as .. 1. Right click on Editer and select Run as Junit..
7. It will excuete java code on Browser.
No comments:
Post a Comment