Selenium
Selenium is a web testing framework that runs in any browser,
suited for: functional testing and Browser compatibility testing.
test cases can be written in a number of popular programming
languages (Java, .NET, Perl, Python and Ruby)
it can be run directly in most modern web browsers. Selenium can
be deployed on windows, Linux, and Mac.
2
Selenium Projects
Selenium IDE
Selenium IDE is a Firefox add-on that makes it easy to
record and playback tests in Firefox.
Selenium RC
Selenium remote control is a system that allows to simulate web
browsers locally using Java, C#, Perl, Php, Python, Ruby Scripts
3
How to use selenium
install Selenium as a firefox plug-in
http://selenium-ide.openqa.org/download.jsp
http://seleniumhq.org/
4
Selenium IDE
5
Selenium RC
Why RC?
Data driven testing.
DB testing.
Checking values from API.
How RC works?
Selenium is an open source web test tool that runs more
Selenium is an open source web test tool that runs in the browser. It can be run directly in most modern web browsers. Selenium comes in three formats selenium core, IntegratedDevelopmentEnvironment and RemoteControl. IDE comes as a Firefox plug-in where as in RC; we have server and client programs. We can convert the generated scripts in IDE into Java, C#, Perl, Php, Python, Ruby Scripts. We can do most of the testing in selenium with some effort. Selenium can be deployed on windows, Linux, and Mac. We can do functional testing, browser compatibility testing. less
0 comments
Post a comment