Pages having testing tag
This page is about testing automation for the jqTree widget example. By learning this content, you can handle the jqTree widget with the Selenium and JUnit code.
In order to understand what test, please take a look at jQuery jqTree plugin Control before reading this page.
- About test cases
- Location of the source code
- Testing to open the tree node
- Testing to move the node after other node
- Testing to move the node before other node
- Testing to move the node inside other node
About test cases
This testing automation example has test cases below.
Read more
This page is about Testing Automation of Forward, redirect and download. This example checks the forward and redirect is done correctly, and download is done correctly.
- About test cases
- Location of the source code
- Initialize WebDriver of the Selenium
- Forward Testing
- Redirect Testing
- Download Testing
In order to understand what test, please take a look at Forward, redirect and download before reading this page.
About test cases
This testing automation example tests below.
Read more
This page is about Testing Automation of Datatable jQuery plugin example.The Datatable uses very rich ui with table tag of the HTML. Therefore by learning this content, you can understand the technique to handle such an application with the Selenium and Junit.
In order to understand what test, please take a look at Datatable jQuery plugin before reading this page.
- About test cases
- Location of the source code
- Initialize WebDriver of the Selenium and Database
- Paging test
- Full text search test
About test cases
In these test cases, we do following tests.
Read more
This page is about Testing Automation of Backup and restore database example. Backing up and restoring data is often used in Testing Automation. It is because preparing the state of the database's data is required for the each test case when you test web based application.
In order to understand what test, please take a look at Backup and restore database before reading this page.
- About test cases
- Location of the source code
- Initialize WebDriver of the Selenium
- Backup database records
- Restore from backuped file
About test cases
This testing automation example tests below.
backup
Read more
The selenium is web browser automation tool, which is accessible from JUnit code. In order to use WebDriver tools which works on Java platform, you have to setup the web browser.
- Setup Firefox web browser
- Setup Chrome web browser
- Download Chromedriver
- Launch ChromeDriver
Setup Firefox web browser
In order to use Firefox as web browser to automate JUnit testing, you have to install Firefox addon. Goto the url below via Firefox web browser.
https://addons.mozilla.org/en-US/firefox/addon/selenium-expert-selenium-ide/
Read more
This page is about Testing Automation of jQuery Sortable & Dialog example. This testing automation is example to sort list element by mouse action. Mainly it uses drag and drop.
In order to understand what test, please take a look at jQuery Sortable & Dialog before reading this page.
- About test cases
- Location of the source code
- Initialize WebDriver of the Selenium
- Testing to sort the items
About test cases
This test case is testing about jQuery Sortable.
Read more
This page is the test for Server side validator example. In this testing, you detect the correct error is thrown when the invalid access occurs.
In order to understand what test, please take a look at Server side validator example before reading this page.
- About test cases
- Location of the source code
- Initialize WebDriver of the Selenium
- Make Invalid Access
About test cases
This test case is to make invalid access and check the server side program can detect it. If the server side program can detect it, it shows error page.
Read more
This page is about Testing Automation of jQuery Slider example. By lerning this example, you can understand how to handle the drag and drop action programmatically with JUnit and Selenium.
In order to understand what test, please take a look at jQuery Slider before reading this page.
- About test cases
- Location of the source code
- Initialize WebDriver of the Selenium
- Testing slider
About test cases
This test case is to handle the slider, and check the value is correctly chage.
Read more
This page is about Testing Automation of jQuery Selectable example. By lerning this example, you can understand how to select the element in the web browser by program using JUnit and selenium.
In order to understand what test, please take a look at jQuery Selectable before reading this page.
- About test cases
- Location of the source code
- Initialize WebDriver of the Selenium
- Testing to select the item by click
- Testing to select the items by dragging
About test cases
This test case check the selected part, which is selected by mouse click and drag and drop.
Read more
This page is about Testing Automation of jQuery Progress Bar example. By learning this content, you can test jQuery progressbar using server side program by testing automation using JUnit and selenium.
In order to understand what test, please take a look at jQuery Progress Bar before reading this page.
- About test cases
- Location of the source code
- Initialize WebDriver of the Selenium
- Testing progress bar
About test cases
This test case is to run the jQuery Progressbar, and wait for it has been done. This pattern is often used in the web based Rich Client UI applications.
Read more