Pages having html tag
This page is about Testing Automation of jQuery Dialog example. By learning this content, you can test jQuery dialog using ajax by testing automation using JUnit and selenium.
In order to understand what test, please take a look at jQuery Dialog before reading this page.
- About test cases
- Location of the source code
- Initialize WebDriver of the Selenium
- Testing ajax dialog
About test cases
This test case is to check the Ajax dialog can communicate correctly with the parent html's form.
Read more
This page is about Testing Automation of jQuery Autocomplete example. By learning this content, you can test jQuery autocomplete using ajax by testing automation using JUnit and selenium.
In order to understand what test, please take a look at jQuery Autocomplete before reading this page.
- About test cases
- Location of the source code
- Initialize WebDriver of the Selenium
- Testing jquery autocomplete
About test cases
This test case is to do testing about jQuery autocomplete. The candidate is selected in the server side program, and jQuery Autocomplete part checks the candidates and shows in the autocomplete pane. This test checks the candidates.
Read more
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
After you setup selenium's web driver, you can run the test by making test project with wizard.
The Alinous-Core Eclipse plugin includes new wizard to make testing project.
- Install Alinous-Core eclipse plugin
- Make testing target project
- Create testing project with new project wizard
- Run the testing
Install Alinous-Core eclipse plugin
At first, you have to install the Eclipse and Eclipse plugin. Please take a look at . Alinous-Core is free and you can download it from network installer of Eclipse.Download and Install Alinous-Core IDE
Read more
Creating the jQuery server side example Project. The way to create is two ways. By new project wizard of Eclipse, or checkout source code from sourceforge.net.
Create project with Eclipse's wizard
The Alinous-Core Eclipse plugin has new wizard to make this sample. This is theeasiest way to make new project. The process is almost same with making a new project in the tutorial section.
The dirrerence is when you chose the project template, please select "Html and jQuery Example".
Read more

This section is about HTML file. The Alinous-Core has no extended tags. But there are Alinous-Attributes.
Alinous-Attributes are extended attribute for Alinous-Core. By using them, you can do many things about HTML.
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