Knowee
Questions
Features
Study Tools

Imagine that you need to test an application for transferring money from one card to another. We have a field for entering the amount to transfer. What checks for this form is actual with valid data?

Question

Imagine that you need to test an application for transferring money from one card to another. We have a field for entering the amount to transfer. What checks for this form is actual with valid data?

🧐 Not the exact question you are looking for?Go ask a question

Solution

When testing an application for transferring money from one card to another, there are several checks that you would need to perform on the form for entering the amount to transfer. These checks are designed to ensure that the form accepts valid data and behaves as expected. Here are some checks that you might perform:

  1. Positive Number Check: Ensure that the form accepts positive numbers. This is because you cannot transfer a negative amount of money.

  2. Decimal Point Check: Check if the form accepts numbers with decimal points. This is important for transferring partial amounts (e.g., $10.50).

  3. Currency Check: Ensure that the form accepts the correct currency. If the application is designed for a specific country, it should not accept currencies from other countries.

  4. Upper Limit Check: There might be a maximum limit on the amount that can be transferred at a time. Ensure that the form does not accept amounts greater than this limit.

  5. Lower Limit Check: Similarly, there might be a minimum limit on the amount that can be transferred. Ensure that the form does not accept amounts lower than this limit.

  6. Non-Numeric Character Check: The form should not accept non-numeric characters.

  7. Leading Zero Check: Check if the form accepts numbers with leading zeros. While this might not affect the actual transfer amount, it could potentially cause display issues.

  8. Field Length Check: Ensure that the form accepts the correct number of digits. This is especially important for large transfers.

  9. Format Check: The form should accept the amount in the correct format. For example, if the application requires the amount to be entered without a currency symbol, the form should not accept amounts with a currency symbol.

  10. Real-time Balance Check: The form should check in real-time if the account has sufficient balance for the transfer. If not, it should display an appropriate error message.

Remember, these are just some of the checks you might perform. Depending on the specific requirements of the application, there might be additional checks that are necessary.

This problem has been solved

Similar Questions

Question 4Fill in the blank: Data validation is a tool for checking the _____ of data before adding or importing it. 1 pointorigin and agesize and structureaccessibility and opennessaccuracy and qualityCoursera Honor Code  Learn mo

What is an automatic computer check to make sure data entered is sensible and reasonable known as?Double entryVerificationValidation

What concept is a mathematical way to verify the integrity of data as it is dynamically stored?

If a system is using a validity check that verifies entered data is formatted correctly, this is an example of?Select answer from the options belowInternal ControlIT GeneralIT ApplicationManual Control

validation of transactions

1/1

Upgrade your grade with Knowee

Get personalized homework help. Review tough concepts in more detail, or go deeper into your topic by exploring other relevant questions.