Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 9

1.

Mdi Parent Form 1

2. Shortcut Keys
New Button  F1

Modify Button F2

Delete Button F3

Save Button F4

Refresh Button F5

Cancel Button F6

Print Button F7

Search Button F8

Previous Button Left Arrow

Next Button  Right Arrow

On Enter, Next Textbox should be selected

On Escape, Form close

On tab, Next Textbox should be selected


3. MasterGroup Form Load

On form Load
 All Textbox field should be disable
 New and Print Should be enable and other toolstrip buttons should be disable
 Code Textbox consist of auto incremented id.
4. New Button Click
 On New Button Click, all Textbox should be Editable.
 Save and Cancel button should be enable and other toolstrip button should be disable.
5. Save Button Click

 After clicking on save button, popup as per screenshot will get.


 This save button functionality should work on last textbox enter ex. Here srno textbox is the
last textbox, so on srno textbox enter, popup should open
6. If we press yes
 Value should get inserted in Database
 And All textbox of form should be disable with newly added value
 New and Print button should be enable and other tool strip button should be disable

7. If we press No
 After pressing no, All textbox should be editable and main textbox of form like here group
name textbox should be selected.
 Save and cancel Button should be enable and other tool strip button should be disable

8. Cancel Button Click

 After clicking on cancel button ,all textbox value will be disable


 New and Print button should be enable and other tool strip button should be disable

9. Search Button Click


 After clicking on search button, search textbox should get selected as per screenshot
 In Listview below search textbox, have a list of groups

 Below Listview , we have ‘search category’ id wise and name wise
 When we select ‘id’ as search category, Search textbox should get select and textbox
should allow numbers only
 And when we select name as search category, Search textbox should get select.
10.After selecting list view value

 After selecting list view value, depend on the selection, form textbox value will change .
 Modify, Delete, Print, Previous and Next button should be enable and remaining should
disable.
11.Modify Click
 After clicking on modify button, Save and cancel Button should be enable and other tool strip
button should be disable
 Code Textbox should be disable and Group Name & Srno Textbox should be enable.
12.On save button and Cancel button click
It will work as above, mentioned for new button click

13.Previous Button Click


 After click, previous record of current selected id should display In all textbox
14.Next Button Click
 After click, next record of current selected id should display In all textbox

15.Delete Button Click

 After clicking delete button, popup should get


 if yes the data should get deleted
 If Noscreenshot

 Modify, Delete, Print, Previous and Next should get enable and remained should be disable
 All Textbox of form should be disable.
16. Refresh Button Click
 Combo box, Data gridview,listview should be refresh

You might also like