How to use Equivalence Class techniques to define test cases from a Use Case?

0

I'm trying to generate a Test Case for a system, but I've been in doubt about assembling Equivalence Partitioning and Test Cases ...

The problem is that in the statement it says the following:

  

A Transfer of Values Form between One Account    bank must have the Source Account entry, the Destination Account, and Value .     Both the Source Account and the Target Account must be Valid and should   being Active in the Bank's system. The Value to be transferred must be    greater than or equal to $ 10.00 . If the Value to be transferred is greater than    R $ 10,000.00 , the Account Account holder should Receive an Email    advising of the Transfer

I was in doubt about the following:

  
  • "SO THE ORIGINAL ACCOUNT AND ACCOUNT DESTINY MUST BE VALID AND ACTIVE"

  •   
  • THE VALUE TO BE TRANSFERRED MUST BE GREATER OR EQUAL TO R $ 10.00, IF THE VALUE   TO BE TRANSFERRED TO MORE THAN R $ 10,000, THE ACCOUNTING SCHEDULE   DESTINY MUST RECEIVE AN E-MAIL ADVISING TRANSFER. "

  •   

SCENARIO:

  

A Transfer of Values Form between Accounts of the same   bank must have as input the Source Account, the Target Account, and the Value.     Both the Source Account and the Target Account must be Valid and must   be active in the Bank's system. The amount to be transferred must be   greater than or equal to R $ 10.00. If the Amount to be transferred is greater than   R $ 10,000.00, the account holder of the Destination Account must receive an E-mail   advising of the Transfer

WHAT I MOUNTED WAS THE FOLLOWING:

    
asked by anonymous 21.06.2018 / 15:08

0 answers