Batch Timings (03 pm to 6 pm, weekend batches â?? starts 12th Jan to 2nd Jan)
Selenium 1.0 + WebDriver = Selenium 2.0 (At cost of 15500/- Only)
Selenium is a suite of tools to automate web browsers across many platforms.
runs in many browsersand operating systems
can be controlled by many programming languages and testing frameworks
WebDriver is a web automation framework that allows you to execute your tests against different browsers, not just Firefox, Chrome (unlike Selenium IDE). WebDriver also enables you to use a programming language in creating your test scripts (not possible in Selenium IDE).
+ (Combo)
Jmeter (At cost of 9500/- Only)
Apache JMeter is an Apache project that can be used as a load testing tool for analyzing and measuring the performance of a variety of services, with a focus on web applications.
JMeter can be used as a unit-test tool as follows:
JDBC database connections,
FTP,
LDAP,
Webservices,
JMS,
HTTP,
Generic TCP connections and OS native processes. One can also configure JMeter as a monitor, although this is typically considered ad hoc rather than advanced monitoring. It can be used for some functional testing as well.
JMeter supports variable parameterization, assertions, per-thread cookies, configuration variables and a variety of reports.
JMeter architecture is based on plugins. Most of its "out of the box" features are implemented with plugins.