1.This module helps to Add new job details, edit job details, delete and search
particular job details.
2.This is the view page of Post Job Details
3.We can add Job Details by clicking on Add New Button, where the page is redirected
to the update page
4.If user clicks on save changes button without entering data, then the "*" symbol
is displayed which indicates mandatory fields
5.Enter the details and click on save changes button. The page is redirected to
the view page with the status message.
6.Click on Click Here button and then click on Edit Details option, to edit detais
of a particular record
7.The page is redirected to the update page and after doing required changed, the
page is redirected to the view page with the status message at the top
8.Job can be deleted, by Clicking on Click Here button and then click on Delete
Job option, the pop up window for confirmation is displayed as below
9.When Ok button is clicked, the job details is deleted by displaying the status
message at the top
10.If we want to search for a particular record, enter the job title in the textbox,
a list of records starting with the alphabet which you have entered is dispalyed,
select the record and then click on search button.
11.Only the particular record is displayed in the view page.
12.Onclick of Show All button, all records are displayed.