Skip to main content

Specific Field Tests

Field specific tests should be executed where appropriate. These tests will be specific to the data that field is hosting. There are well known test cases for fields like date, time, numeric field etc. It should be the responsibility of QE team at <XYZ ORGANISATION> to ensure that all the field specific test cases have been executed. This section is also categorized in following sub sections-

  • Date Field Checks
  1. Assure that leap years are validated correctly & do not cause errors/miscalculations
  2. Assure that month code 00 and 13 are validated correctly & do not cause errors/miscalculations
  3. Assure that month code 00 and 13 are reported as errors
  4. Assure that day values 00 and 32 are validated correctly & do not cause errors/miscalculations
  5. Assure that Feb. 28, 29, 30 are validated correctly & do not cause errors/ miscalculations
  6. Assure that Feb. 30 is reported as an error
  7. Assure that century change is validated correctly & does not cause errors/ miscalculations
  8. Assure that out of cycle dates are validated correctly & do not cause errors/miscalculations
  • Numeric Fields
  1. Assure that lowest and highest values are handled correctly
  2. Assure that invalid values are logged and reported
  3. Assure that valid values are handles by the correct procedure
  4. Assure that numeric fields with a blank in position 1 are processed or reported as an error
  5. Assure that fields with a blank in the last position are processed or reported as an error an error
  6. Assure that both + and - values are correctly processed
  7. Assure that division by zero does not occur
  8. Include value zero in all calculations
  9. Include at least one in-range value
  10. Include maximum and minimum range values
  11. Include out of range values above the maximum and below the minimum
  12. Assure that upper and lower values in ranges are handled correctly
  • Alpha Field
  1. Use blank and non-blank data
  2. Include lowest and highest values
  3. Include invalid characters & symbols
  4. Include valid characters
  5. Include data items with first position blank
  6. Include data items with last position blank

Shortcut keys / Hot Keys

If there is any provision of shortcut keys or hot keys in the application, it should be tested. You should also make sure that you do not change generally accepted behaviour of hot keys. For example, ALT+F4 is used for closing the application and user will accept that to work in the same way for your application.

Key

No Modifier

SHIFT

CRTL

ALT

F1

Help

Enter Help Mode

N\A

N\A

F2

N\A

N\A

N\A

N\A

F3

N\A

N\A

N\A

N\A

F4

N\A

N\A

Close Document Window

Close Application Window

F5

N\A

N\A

N\A

N\A

F6*

Move Clockwise to next pane of active window

Move Counter clockwise to next pane of active window

Move to next document window; top window moves to bottom of stack (adding SHIFT reverses action : previous window moves to top.

Move to application's next open non-document window (Adding SHIFT reverses order of movement)

F7

N\A

N\A

N\A

N\A

F8

Toggle extend mode, if supported

Toggle Add mode , if supported

N\A

N\A

F9

N\A

N\A

N\A

N\A

F10

Toggle menu Bar activation

N\A

N\A

N\A

F11,F12

N\A

N\A

N\A

N\A

Control Short Keys

Recommended CTRL+Letter Shortcuts

Key

Function

CTRL+Z

Undo

CTRL+X

Cut

CTRL+C

Copy

CTRL+V

Paste

Suggested CTRL+Letter Shortcuts

Key

Function

CTRL+N

New

CTRL+O

Open

CTRL+P

Print

CTRL+S

Save

Comments

Popular posts from this blog

SQL SERVER Questions And Answers

SQL SERVER Questions And Answers 1. What is an Entity? The basic data item stored in database is called entity. An entity can be any object, item, place, person, concept, or activity about which data is stored. 2. What is an attribute? An attribute is a property of an entity. It describes a part of an entity. Entity could have one or more attributes. 3. What is ER diagram? An Entity Relationship Diagram is diagrammatic representation of the logical structure of a database system. 4. Describe the concept of keys. Candidate key An attribute that uniquely identifies a row is called candidate key. It is also called das surrogate key. Primary key A candidate key that you choose to identify rows uniquely is called a primary key. Alternate key If there are multiple candidate keys in a table, the candidate keys that are chosen as primary key are called the alternate keys. Composite key When the key that uniquely identifies the rows of a table is made up of more than one attribute, it is ca...

Testing Measurement

Someone has rightly said that if something can not be measured, it can not be managed or improved. There is huge value in measurement, but you should always make sure that you get some value out of any measurement that you are doing. You should be able to answer the following questions: What is the purpose of this measurement program? What data items you are collecting and how you are reporting it? What is the correlation between the data and conclusion? Value addition: Any measurement program can be divided into two parts. The first part is to collect data, and the second is to prepare metrics/chart and analyses them to get the valuable insight which might help in decision making. Information collected during any measurement program can help in: Finding the relation between data points, Correlating cause and effect, Input of future planning. Normally, any metric program involves certain steps which are repeated over a period of time. It starts with identifying what to measure. After t...

What’s New with QTP 9.5?

This is the general overview giving the brief description of what is new in QTP9.5 New Features: 1.  New design time panes: Various new IDE panes have been introduced which does not provide any new functionality to add up but basically the operations which were in the deep sub menus are now put up in front. Available Keyword Pane: This pane shows all the available functions in the current test (either in-action or externally added), as well as all the objects in your object repository (local and external). The items are effectively separated into groups, making it easier to search for a relevant item. Double clicking any item in the pane will open it, and dragging the item to the main window will add it to the script in the drop position. Double clicking a function will not only open the hosting file in the main window, but also focus on the exact position of the function within the file. Test Flow Pane: This pane lays out the action call structure of the current test. It outlines...