This project revolves around C# basics and the concept of programming principles.
Create a simple desktop application to be used as a visitor registration system at reception desks of companies
The "Form" application must capture the following is requirements:
~Coding
• Designing of Form 1 & 2 as per design shown
• Make all fields of the Forms are mandatory fields
• Apply validation on Mobile number field
• Apply validation on Email field
• On the click of meeting aim button, it should open Form 2
• Once you select the meeting aim it should also change the text of meeting aim button with the same text that you selected from the form 2
• On the click of cancel button, no option will be selected on the main form
• Once all information collected, add that into the In-Progress meeting list (ListBox).
• Write a custom method to clear all the fields of the form once information transferred to the In-Progress meeting list
• Enable receptionist to delete the meeting from the In-progress meeting list once visitor leaves
~Documentation
• Produce a specification document for the application known as Software Requirement Specification
it must include:
Title Page
Table of Content
Introduction
Design Considerations
Functional Requirements
• Create a document with minimum 3 relevant FAQs
• White Box testing technique on "Custom Method"
• Black Box testing techniques on "Meeting Aim"