Database testing using Selenium Tutorials
|
|
|
|
Training Video - 32 |
|
 |
Java DataBase Connetivity JDBC |
Duration: 46 mins
|
|
 |
TOPICS
Installing MySQL Database and making some tables in it
java.sql package
JDBC Drivers
Connection Interface
Statement and PreparedStatement Interfaces
ResultSet Interface
Firing select, insert, update and delete queries with database using Java JDBC
Looping the ResultSet
Using Annotations of Junit/TestNg to establish connection with database when Using Selenium
|
|
|
|
|
|
|
|
|
|
|
Training Video - 33 |
|
 |
DataBase Testing of Sample Web CRM Application |
Duration: 1 hr 14 mins
|
|
 |
TOPICS
Installing tomcat
Creating Database of CRM application
Downloading and Deploying the CRM web application on Tomcat with ant
Running the webapp on Tomcat
Using Prepared statement to fire conditional select query
Validating login of customer with the database
Validating values present in a droplist with ones present in DB
Validating whether values filled by user are getting stored in the database or not
Using assertions for validations
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Training Video - 34 |
|
 |
Selenium Grid 2 |
Duration: 55 min
|
| `
 |
TOPICS
Selenium grid 2 introduction
Grid Hub
Grid Node
Grid 1 versus grid 2
Vmware installation
Configuration of Grid
Setting up Hub
Setting up Node
Grid Console
Node config json format file
Overview on TestNG overview
TestNG xml file description
TestNG for Parallel execution
Parameter tag in testng.xml
@Parameter annotation of TestNG
DesiredCapabilities Object
RemoteWebDriver Object
|
|
|
|
|
|
|
|
|
|
|
Training Video - 35 |
|
 |
Selenium Grid 2 |
Duration: 1 hr 11 min
|
| `
 |
TOPICS
Grid Coding in eclipse
Creating a Grid sample test case
End to end scenario building and execution on Grid -demonstration on one node
End to end scenario building and execution on Grid -demonstration on multiple nodes on virtual machine
End to end scenario building and execution on Grid -demonstration on multiple nodes on virtual machine and on multiple browsers
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Training Video - 36 |
|
 |
Applet Testing with Selenium |
Duration: 1 hr
|
| `
 |
TOPICS
What are Applets?
How are applets made?
Can we test any applet with Selenium?
Embedded Applets
Asking Developer to expose applet methods.
JavaScript and Applets
Making a sample applet and calling the exposed functions
Using WebDriver JavaScriptExecutor with Applets
Changing text on applet
Handling textboxes, buttons, Lists and other components on applet.
Submit applet form – Simulating ActionListener class of applet.
|
|
|
|
|
|
|
|
|
|
|
Training Video - 37 |
|
 |
Working with ChromeDriver |
Duration: 33 min
|
| `
 |
TOPICS
Help- My Chrome is not opening
Help- My Chrome is opening but its not navigating
Configuring chromderiver.exe
Uploading files in Chrome
Tabbed browsing and Popup handling in Chrome
Certificate handling in Chrome
Moving mouse in Chrome
|
|
|
|
|
|
|
|