1.

List out some examples of functional test cases.

Answer»

Here is an example of functional TEST cases:  

  • The new task to be assigned:  Consider the case of assigning a new task to an appropriate user. 
  • Description: Create a new task and assign it to an appropriate user.  
  • Preconditions: When the user gets assigned, he/she should be ENABLED to receive email notifications.  
  • Steps:
    • Create TWO separate user profiles, each with an email address.  
    • Create a new task using one of the accounts.  
    • Assign the task to your other user account.  
  • EXPECTED result: The user should receive an email CONFIRMING that they are assigned a task. 


Discussion

No Comment Found