Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

MAKE TEST CASES: Requirement Specification for the tutorial application: Requirement # 1 System should have a Login Screen, whereby user can provide the credentials to

MAKE TEST CASES:

Requirement Specification for the tutorial application:

Requirement # 1

System should have a Login Screen, whereby user can provide the credentials to logon to the system. See Figure # 1 below.

Sub Requirements:

  1. The Login Screen should contain two text fields to take input from the user.
    1. Login Id (Mandatory)
    2. Password (Mandatory)
  2. The Login Screen should contain two command buttons.
    1. Submit
    2. Cancel
  3. The Login Id field should not contain more than 10 characters
  4. The Password field should be of encrypted type
  5. User should not be able to logon to the system unless valid Login Id and Password is entered and Submit button is clicked.
  6. On providing correct/valid login Id and Password, user should proceed to the next screen.
  7. Clicking on Cancel button should close the screen.
  8. Clicking on Submit button without entering login details should display an error message that Enter Login details.
  9. Clicking on Submit button after entering invalid login details should display an error message that Invalid Login Id/Password.

image text in transcribed

Login la Password Submit Cancel Figure # 1: Login Screen|

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions