The world’s Largest Sharp Brain Virtual Experts Marketplace Just a click Away
Levels Tought:
Elementary,Middle School,High School,College,University,PHD
| Teaching Since: | Apr 2017 |
| Last Sign in: | 327 Weeks Ago, 4 Days Ago |
| Questions Answered: | 12843 |
| Tutorials Posted: | 12834 |
MBA, Ph.D in Management
Harvard university
Feb-1997 - Aug-2003
Professor
Strayer University
Jan-2007 - Present
Unit VII Project
For this project, create a new application and apply what you learned in this unit to your application. Be sure to perform
the following:
1. Include a text box and prevent the entry of unwanted characters in a text box.
2. Create a message box with the MessageBox.Show method.
3. Include the Trim method and remove any leading and/or trailing spaces from a string.
Test your application by using valid and invalid data to ensure that your application provides the correct results. Refer to
the testing guidelines in Figure11-1 on page 238. Save your application (in Visual Basic), save the file after applying any edits. Submit the GUI (i.e., the Visual Basic file) in Blackboard for grading.
Â
Visual Basic 3rd Edition
Â
ITC 4210, Programming Concepts and Problem Solving1Course Learning Outcomes for Unit VIIUpon completion of this unit, students should be able to:8. Utilize testing methods within a computer program to both verify the program’s functionality and alsodetect and prevent unwanted user input.8.1Select appropriate test data for an application.8.2Prevent the entry of unwanted characters in a text box.8.3Create a message box with the MessageBox.Show method.8.4Trim leading and trailing spaces from a string.Reading AssignmentChapter 11:Testing, Testing…1, 2, 3 (Selecting Test Data)Clickhereto view the Chapter 11 PowerPoint presentation.Clickhereto access a PDF version of this presentation.Unit LessonThe last step in the problem-solving process is to rigorously test the program before releasing it to the user.Programs are tested with a set of sample data which includes both valid and invalid data. Message boxes arecreated to alert the user of important notices. The chapter concludes with a discussion on trimming leadingand trailing spaces from strings.Be sure to use valid and invalid data to test programs.Clickhereto view the video.You can use the testing guidelines illustrated in Figure 1 to guide you in the testing process.UNIT VII STUDY GUIDETesting, Testing… 1, 2, 3
Â
Attachments: