Selenium Requirements
1)Language---->Java
Install JDK and JRE
2)Tool ---->Eclipse
In the Eclipse Directly write the java program it supported by try to selenium program it does not supported why?
For Example:
you want to get a output 2+2=4 in c program,for that we use basic header files
include<stdio.h>
include<conio.h>
in the same c program yo want to get a output in graphical representation(like as circle,rectangle)
we use include<graphics.h>
like that in Eclipse libraries it contain only java related header files,classes,methods.
When add the Additional jar file into Eclipse libraries then only the code it supported in the tool.
3)Jar-->java archieve file-->Selenium Server standalone-3.8.1.jar
TO download the jar and add in to Eclipse library,now in the library it contains selenium related header files,classes,methods.
4)Browser's--->To Run the result in any Browser's.(Mozila Firefox,Chrome,IE etc.)
1)Language---->Java
Install JDK and JRE
2)Tool ---->Eclipse
In the Eclipse Directly write the java program it supported by try to selenium program it does not supported why?
For Example:
you want to get a output 2+2=4 in c program,for that we use basic header files
include<stdio.h>
include<conio.h>
in the same c program yo want to get a output in graphical representation(like as circle,rectangle)
we use include<graphics.h>
like that in Eclipse libraries it contain only java related header files,classes,methods.
When add the Additional jar file into Eclipse libraries then only the code it supported in the tool.
3)Jar-->java archieve file-->Selenium Server standalone-3.8.1.jar
TO download the jar and add in to Eclipse library,now in the library it contains selenium related header files,classes,methods.
4)Browser's--->To Run the result in any Browser's.(Mozila Firefox,Chrome,IE etc.)
No comments:
Post a Comment