what is usecase? tell me the attribute of usecase?
Answers were Sorted based on User's Feedback
Answer / naveen konduru
" Use Case is desription of functionality certain features
of an application interms of Actors, actions and
responibilities."
Use Case attributes are:
1. Information of Document, 2. Description, 3. Objective,
4. Actors, 5.Pre-conditions, 6.Data-element desriptions,
7.post conditions, 8.primary flow, 9. Alternative flow and
Business rules/interaction implimentations and etc....
| Is This Answer Correct ? | 7 Yes | 1 No |
Answer / naveen konduru
" Use Case is desription of functionality certain features
of an application interms of Actors, actions and
responibilities."
Use Case attributes are:
1. Information of Document, 2. Description, 3. Objective,
4. Actors, 5.Pre-conditions, 6.Data-element desriptions,
7.post conditions, 8.primary flow, 9. Alternative flow and
Business rules/interaction implimentations and etc....
| Is This Answer Correct ? | 4 Yes | 1 No |
Hi All,
"Use case is a description of the interaction between the
user and the system."
Use Case attributes are:
1.Administrator,2.Customer,3.Primary Actor,4.Secondary
Actor,5.User/Actor,6.System.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / venkat
"Use case is the document which gives the navigation how the
user interacts with application."
Use Case document content
Name : Create a descriptive name for the use case
Description : give a brief description of the use case.
Related Requirement Items : [List the requirement items and
their IDs (from the Requirements document) that this use
case is associated with. Ensure information consistency with
the Requirements Traceability Matrix document.]
Actors :[List the actors who interact with this use case.]
Base Flow :
[Use numbered steps to describe the main flow that
represents the use case?s default or normal behavior.]
Step Name Triggers Inputs Description Outputs
1
2
?
Alternative Flows :
[These flows represent optional or exceptional behaviors of
the use case. Be brief with the alternative flow
descriptions; use a paragraph or two to describe the key
actions of each alternative flow.]
Correct me if I am Wrong. Thanks you friends
Regards,
Venkat
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / abhro
What is a Use Case Diagram
• Describes the behavior of a system from a user’s standpoint
• Functional description of a system and its major processes
• Provides a graphic description of who will use a system
and what kinds of interactions to expect
within that system
• Processes that occur within the application area are
called use cases
• Entities outside the area that are going to use the
application are called actors
When to use a Use Case Diagram
When describing requirements for a system in the analysis,
design, implementation and documentation
stages.
When Constructing Use Cases Think About…
• What tasks the actor must perform
• What resources the actor requires in terms of data
read/written
• Keeping the use cases simple
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / aaa
Use case is a high level document which contains the flowof
functionalities.
| Is This Answer Correct ? | 0 Yes | 2 No |
Is there a way to estimate acceptance test cases in a system? What is a test suite?
My application is Central Management System(CMS) & Point of Sale(POS). CMS - main server is installed on one PC & POS - Client is installed on another PC. We can manage number of POS from CMS server. CMS is divided into CMS-Master & CMS Client. System flow is like - Manage data Menu has 22 submenus ex: Users, Customers, Printers etc....................... Manage all 22 submenus in CMS-Master Import all 22 submenus in CMS-Client one by one. My Question ---> Import CMS-Master to CMS-Client is the test case, So Should I consider it as a single test case or I have to write separte test cases for Importing All 22 submenus?
How do i write a test condition to test the following simple program with the intention of 100% Condition coverage testing Print “Hello World” If Date $ = ‘01-01-2000’ AND Time $ = “00:00:00” THEN Print “Happy New Year” END IF PRINT “The date is = “Date $ PRINT “The time is = “Time $. Could anyone please clarify in detail. Would really appreciate it....
what is the difference beween dry run testing and smoke testing?
what are the different statuses of test cases?
What is the difference between load and stress testing?
what is the difference b/n DPD(Defect profile document) and TRD(Test Report document).
Why would we not include these?
what are the main challenges faced in ur project?
Explain Boudary value testing and equivalence testing ?
what is the difference between primary key and foreign key
A application is given to you but the requirements and functionalities are missing what will you do to start the testing ?