Exam 11: Testing, Testing1,2,3 Selecting Test Data

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

A control's ____ event occurs each time the user presses a key while the control has the focus.

Free
(Multiple Choice)
4.9/5
(38)
Correct Answer:
Verified

B

Whenever you make a change to an application's code, you should retest the application using the test data listed in the testing chart.

Free
(True/False)
4.8/5
(46)
Correct Answer:
Verified

True

The last step in the problem-solving process is to rigorously test the program before releasing it to the user.

Free
(True/False)
4.8/5
(42)
Correct Answer:
Verified

True

You can use the ____ method to remove any spaces that appear before and after the data that in the variable.

(Multiple Choice)
4.8/5
(25)

You can use the txtType control's ____ event to prevent the text box from accepting the space character.

(Multiple Choice)
5.0/5
(37)

Most large and complex applications are beta tested by paid engineers before being sold in the marketplace.

(True/False)
4.8/5
(38)

You use the e parameter's ____ property to cancel the pressed key if it is an inappropriate one.

(Multiple Choice)
4.9/5
(32)

When the KeyPress event occurs, a character corresponding to the pressed key is sent to the KeyPress event's e parameter, which appears between the square brackets in the event's procedure header.

(True/False)
4.9/5
(39)

Invalid data typically is the result of the user making a typing error, entering the data in an incorrect format, or neglecting to make a required entry.

(True/False)
4.7/5
(53)

When entering data in a text box, it is not uncommon for a user to inadvertently include a space character at the end of the entry.

(True/False)
4.7/5
(32)

____ are encouraged to use the application as often as possible, because some bugs surface only after months of use.

(Multiple Choice)
4.8/5
(41)

The Trim method automatically removes any spaces from the original string.

(True/False)
4.7/5
(42)

You create a message box using the ____ method.

(Multiple Choice)
4.8/5
(39)

When a beta tester finds a bug in the application, she submits a(n) ____ to the programmer.

(Multiple Choice)
4.8/5
(33)

When you are satisfied that an application is functioning correctly, you can release it to the beta engineers.

(True/False)
4.8/5
(41)

____ data is data that the program is expecting the user to enter.

(Multiple Choice)
4.7/5
(35)

You refer to the Backspace key on your computer keyboard using the ControlChars.Back constant.

(True/False)
4.8/5
(30)

The syntax of the trim method is ____.

(Multiple Choice)
4.8/5
(39)

Typically, you should never include the number 0 in test data.

(True/False)
4.9/5
(44)

In the method call string.Trim, string typically is either the Text property of a control or ____.

(Multiple Choice)
4.8/5
(43)
Showing 1 - 20 of 25
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)