write a use case format for login
Answer / mudaseer
use case name:login
use case description: login can authorize users
actors:users of the application
related usecase: user registration
pre-condition:user must be registered with a valid login
primary scenario:
view home page
enter login user and password
validate user login
if it is valid it takes to next page
or
it takes to home page
alternate scenarios:none
post condition:applications allow valid users to access
further transactions
activity flow diagram
view home page
if invalid
enter user id
if valid
access next transaction
i am not able draw box
the flow diagram is as follows
in home page enter user id
if it is valid it takes to next transaction or if invalid
it takes to home page
by mudaseer20@gmail.com
| Is This Answer Correct ? | 1 Yes | 0 No |
What is Quality Analyst?Give some Example?
What are the differences in testing a client-Server and a web Application
Can you explain inventories?
What is a critical bug?
system testing or sub system testing ? both are same or different ?
who will prepare tracebility matrix?
what is testing
how to schedule the time in stlc ?
What is backward compatibility testing
what is difference between severity and priority? what is difference between bug and defect?
23 Answers AD Solutions, Cognizant,
What is Reproducible Defect? and When we will rise that defect as Reproducible Defect?
How do we perform critical section first (Integration testing) at specification requirement stage of SDLC? I suppose this is incorrect question as integration testing can be initiated when: * The relavant individual code modules have been designed.please correct me if i am wrong