Use Case Diagram
Use Case Diagram
Use Case Diagram
Text Description:
U1: Borrower and Librarian Entity
Using this use case, we can identify the relationship between the Borrower and work of
Librarian.
Using the use case, the Librarian can include the details of the borrower for maintenance.
1
USE CASE TOOLS & TESTING TOOL
DATE: ..................
----------------------------------------------------------------------------------------------------------------------------
AIM:
To develop a UML diagram to maintenance Library Management system.
2
USE CASE TOOLS & TESTING TOOL
2. Class Diagram:
This diagram describes the structure of a Library management System classes, their attributes
and the methods and the relationship among the objects.
Text Description:
Classes:
The main classes of the Library Management System are :
Book Class: manage all the operations of Books, with attributes (ID, Author, Name,
price, Rack no, Status, Edition, Date of Purchase), and Methods (Display Book
Details ( ), Update status ( )).
Librarian Class: Manage all the operations of Librarian, with attributes (Name,
Password) and methods (Search book ( ), Verify member ( ), Issue book ( ),
Calculate fine ( ), create bill ( ), Return book ( )).
Transaction Class: Manage all the operations of Transaction, with attributes (Trans id,
Member id, Book id, Date of issue, Due date) and Methods (Create Transaction ( ),
Retrieve Transaction ( ), Delete Transaction ( )).
Member Record Class: Manage all the operations of Member records, with attributes
(Member id, Type, Date of Membership, no book issued, max book limit, name,
address, phone no) and methods (Retrieve Member ( ), Date of book issued ( ), Date
of return book ( ), Pay Bill ( )).
Bill Class: Manage all the operations of Bills, with attributes (Bill No, Date, Member
ID, Amount) and Methods (Bill Create ( ), Bill Update ( )).
The Derived classes which are derived from Base Classes are:
Journals, Magazines, Study Books from Book Class,
Student and Faculty from Member Record Class.
Association and Link:
Issues: Librarian can issue the book with their attributes.
Request: To issue the book, librarian should request the member record with their
attributes.
Creates: To create a bill with member record with their attributes.
Creates: To create the transaction Id of the bill paid by the lender using the member
record with their attributes.
Refers: To verify the bill refer the member with Transaction and their attributes.
Pays: To pay the bill for lending the books with their member Record attributes.
3
USE CASE TOOLS & TESTING TOOL
Class Diagram
4
USE CASE TOOLS & TESTING TOOL
3. Sequence Diagram :
Text Description:
5
USE CASE TOOLS & TESTING TOOL
Sequence Diagram
6
USE CASE TOOLS & TESTING TOOL
4. Collaboration Diagram:
Text Description:
7
USE CASE TOOLS & TESTING TOOL
Collaboration Diagram
8
USE CASE TOOLS & TESTING TOOL
5. State Chart Diagram
Text Description:
Step 2: For finding book, on search box enter the book name/id.
Step 5: Pay fine (if any) while returning back the book.
Step 6: Stop the process by updating the profile and sign out.
9
USE CASE TOOLS & TESTING TOOL
State Chart Diagram
10
USE CASE TOOLS & TESTING TOOL
6. Activity Diagram
This diagram shows the activities done when the borrower enquiry for a
books, validate member or not, checking the member record whether the book issued
before or not.
Text Description:
Enquiry Book:
Step 1: Enquire a book.
Step 2: Check availability of the book.
Step 3: if book not available.
Step 4: End Enquiry.
Step 5: If enquired book is available continue with next step.
Validate Member:
Step 6: If valid member, check the no. of books issued.
Step 7: Maximum quota exceeded for issuing books.
Step 8: Book not issued.
Step 9: End the enquire.
If not valid member and Quota available:
Step 10: If not a valid member, register the member by their details.
Step 11: Check the quota available.
Step 12: Add member, book and its issuing detail.
Step 13: Update the status of book.
Step 14: End the Enquire by signing out.
11
USE CASE TOOLS & TESTING TOOL
Activity Diagram
12
USE CASE TOOLS & TESTING TOOL
7. Component Diagram
The component diagram represents the independent and subsystems with the ability of
interfaces. Components and artifacts (packages) are wired together with lines representing assembly
and delegation.
Text Description
LMSDB: Stores the member record/ Database.
Stores the book data base.
Searches from the LMS database.
Transaction
(Artifact) : Interface between the book database and member record database.
8. Deployment Diagram
The deployment diagram is interrelated with both hardware and software components.
Text Description:
13
USE CASE TOOLS & TESTING TOOL
Component Diagram
Deployment Diagram
Result:
14
USE CASE TOOLS & TESTING TOOL
1. Use Case Diagram
The main actors of Automatic Teller Machine in the use case diagram: Operator,
Customer and Bank.
Text Description:
15
USE CASE TOOLS & TESTING TOOL
EX.NO: 2 AUTOMATIC TELLER MACHINE
DATE: ..................
-------------------------------------------------------------------------------------------------------------------------
AIM:
To develop a UML diagram to maintenance Automatic Teller Machine (ATM).
16
USE CASE TOOLS & TESTING TOOL
2. Class Diagram:
This diagram describes the structure of Automatic Teller Machine classes, their attributes and
the methods and the relationship among objects.
Text Description:
Classes:
The main classes of Automatic Teller Machine are:
Bank Class: Manage the operations perform by Bank, with attributes code, Address
and methods Manages ( ), Maintenance ( ).
Customer Class: Manage all the operations of the customer and their details, with
their attributes Name, Address, DOB and method owns ( ).
ATM INFO Class: Manage all the operations of the ATM with attributes of their
Location, Managed by and with method Identifies ( ).
Debit Card Class: Manage all the operations of the Debit card with attributes card
no, owned by and method Access ( ).
ATM Transaction Class: Manage all the operations of the ATM Transaction with
attributes Transaction ID, date, type and method Modifies ( ).
Savings Account Class: Manages the operations on savings account with attributes
Account no, balance and methods Debit ( ), Credit ( ).
Current Account Class: Manages the operations on savings account with attributes
Account no, balance and methods Debit ( ), Credit ( ).
Transfer class: Manages the operations on Transfer with attributes Amount,
Account No.
Withdrawal Class: Manages the operations on Withdrawal with attributes Amount
and method Withdrawal ( ).
Query Class: Manages the operations on Query with attributes Query ID, Type and
method with Processing ( ).
PIN Validation Class: Manages the operations on PIN Validation with attributes
Old PIN, New PIN and method PIN change ( ).
Association and Link:
Maintains: Bank can maintain the ATM info with their attributes.
Access/Owns: Customer/Bank can access/owns with the bank/customer details.
Modifies: modifies by account class the transaction with their attributes.
Identifiers: identifies the transactions with ATM transaction attributes
17
USE CASE TOOLS & TESTING TOOL
Class Diagram:
18
USE CASE TOOLS & TESTING TOOL
3. Sequence Diagram:
This is the ATM sequence diagram where showing the relationship between
CUSTOMER, ATM, ACCOUNT.
Text Description:
19
USE CASE TOOLS & TESTING TOOL
Sequence Diagram:
20
USE CASE TOOLS & TESTING TOOL
4. Collaboration Diagram:
The collaboration diagram shows the behavioural aspects of Customer, ATM, and Account by
collaborating with other objects.
Text Description:
21
USE CASE TOOLS & TESTING TOOL
Collaboration Diagram:
22
USE CASE TOOLS & TESTING TOOL
5. State Chart Diagram:
This diagram shows the transition of Automatic Teller Machine by the events followed by the
events from start to the stop nodes.
Text Description:
Reading Card:
Step1: Reading the card, if card is read successfully, Enter into next step.
Reading PIN:
Step 3: After read the card, Read the PIN if PIN read successfully, choose the
transaction.
Choosing Transaction:
Step 5: After reading PIN, Choose the transaction.
Step 6: Perform the transaction, execute another transaction, and finish the transaction.
23
USE CASE TOOLS & TESTING TOOL
State Chart Diagram:
24
USE CASE TOOLS & TESTING TOOL
6. Activity Diagram:
This diagram shows the activities done for Customer, ATM machine, Bank.
Text Description:
Invalid Card
Valid card:
Step 8: Check the balance, if balance<= amount Take /Debit amount from the account.
Step 9: If balance< amount, show the balance and eject the card.
Step10: After debit the amount, show the balance amount and eject the card.
25
USE CASE TOOLS & TESTING TOOL
Activity Diagram:
26
USE CASE TOOLS & TESTING TOOL
7. Component Diagram:
The component diagram represents the independent and subsystems with the ability of interfaces.
Components and artifacts (packages) are wired together with lines representing assembly and
delegation.
Text Description
ATM Module: focuses on cash dispense, card validator, card reader, ATM network.
Card Dispenser: focuses on dispensing cash, according to their demand.
Card validator: focuses on validating the card, by accessing ATM network.
Card Reader: focuses on reading the card.
8. Deployment Diagram
The deployment diagram is interrelated with both hardware and software components.
Text Description:
Nodes:
Card Reader: This node focuses on reading the customer’s card.
Cash dispenser: This node focuses on dispensing the cash to the customer.
Keypad: This node focuses on the keyboard by entering the amount/ other details.
Network Interface: This node focuses on interface between the bank and ATM
using . Network.
New Device: This node focuses on the New ATM machine which is connected with the.
Same network.
Bank Server: This node focuses on the bank server which stores the customer’s details.
Artifacts/Packages:
Processor: This package focuses on processor of machine with 200 MHZ Pentium
and . Memory 64 MB.
27
USE CASE TOOLS & TESTING TOOL
Component Diagram:
Deployment Diagram:
Result:
28
USE CASE TOOLS & TESTING TOOL
1. Use case Diagram
The main actors of Student Information Management in the use case diagram: Admin,
Staff, Server, DBA.
Text Description:
Student:
Using this use case, we can identify the work of Student by,
Login: To login into student database as a Student.
View details: To view details of Students.
Logout: To logout the student database as a Student.
Server:
Using this use case, we can identify the work of server by,
Allow access: By allowing accessing the database.
Request access: Request for displaying the student database which is stored in server.
Staff:
Using this use case, we can identify the work of staff by,
Login: To login into student database as a staff.
Display: To display the total details of student’s database.
Enter Profile: To enter into the profile of student’s database.
Enter mark: To enter the mark of the student.
DBA:
Using this use case, we can identify the work of Database by,
Update details: By updating the details in students database.
Store data: To store the updated details in the database.
Logout: To logout from the student database.
29
USE CASE TOOLS & TESTING TOOL
EX.NO: 3 STUDENT INFORMATION MANAGEMENT
DATE: ..................
-------------------------------------------------------------------------------------------------------------------------
AIM:
To develop a UML diagram to maintenance Student Information Management (SIM).
30
USE CASE TOOLS & TESTING TOOL
2. Class Diagram:
This diagram describes the structure of Student Information Management classes, their
attributes and the methods and the relationship among objects.
Text Description:
Classes:
The main classes of Student Information Management are:
Student Class: Manage the operations perform on Student, with attributes Reg no,
Name, and method Login ( ), view details ( ), Logout ( ).
Staff Class: Manage all the operations of the Staff with their attributes Name, ID
and method Login ( ), Enter Profile ( ), Enter mark ( ) Logout ( ).
Server Class: Manage all the operations of the server with their attributes ID,
password and methods allow access ( ), display ( ).
DBA Class: Manage all the operations of the DBA with their attributes ID,
password and method store details ( ), update details ( ).
31
USE CASE TOOLS & TESTING TOOL
Class Diagram:
32
USE CASE TOOLS & TESTING TOOL
3. Sequence Diagram:
This is the Student Information Management sequence diagram where showing the
relationship between Student, Staff, System, Server, DBA.
Text Description:
1. Login: Login into the system to enter into the student database.
2. Request access: Request to access from the server.
3. Allow access: Allowing to access from the Database.
4. Display: Displays the student details.
5. View details: view their details from the database.
6. Logout: Logout form the system.
1. Login: Login into the system to enter into the student database.
2. Request access: Request to access from the server.
3. Allow access: Allowing to access from the Database.
4. Display: Displays the student details.
5. Enter profile: Enter into the students profile by entering their (Reg. no.).
6. Enter mark: Enter the mark in the student by entering into their profile.
7. Store data: Stores the data, enter by the staff in student database.
8. Update data: Update the data enter by the staff in student database.
9. Provides data: Provides the updated data from the student database.
10.Logout: Logout from the system.
33
USE CASE TOOLS & TESTING TOOL
Sequence Diagram:
34
USE CASE TOOLS & TESTING TOOL
4. Collaboration Diagram:
The collaboration diagram shows the behavioural aspects of Student, Staff, Server, and DBA by
collaborating with other objects.
Text Description:
35
USE CASE TOOLS & TESTING TOOL
Collaboration Diagram:
36
USE CASE TOOLS & TESTING TOOL
5. State Chart Diagram:
This diagram shows the transition of Student Information Management by the events followed
by the events from start to the stop nodes.
Text Description:
Step1: Login into the Student Database.
37
USE CASE TOOLS & TESTING TOOL
State Chart Diagram:
38
USE CASE TOOLS & TESTING TOOL
6. Activity Diagram:
This diagram shows the activities done for Student, Staff, System, Server, DBA.
Text Description:
39
USE CASE TOOLS & TESTING TOOL
Activity Diagram:
40
USE CASE TOOLS & TESTING TOOL
7. Component Diagram:
The component diagram represents the independent and subsystems with the ability of
interfaces. Components and artifacts (packages) are wired together with lines representing assembly
and delegation.
Text Description
8. Deployment Diagram
The deployment diagram is interrelated with both hardware and software components.
Text Description:
Student Information Management node represents the other nodes such as Student,
Staff, from Database.
41
USE CASE TOOLS & TESTING TOOL
Component Diagram:
Deployment Diagram:
Result:
42
USE CASE TOOLS & TESTING TOOL
1. Use case Diagram
The main actors of Student Information Management in the use case diagram: Admin,
Member and Visitor.
Text Description:
Admin:
Using this use case, we can identify the work of Admin by,
Login: To login into member database as an Admin.
Active/Deactive Accounts: To activate/ deactivate the accounts of member and visitor.
View profile: To view the profile of the member and visitor.
Member:
Using this use case, we can identify the work of Member by,
Registration: To Register on matrimonial site.
Login: To Login into the matrimonial site.
Search: To search on the matrimonial site.
My Account: To see the Account of the Member in site.
View Profile: To view the Profile of the member in the account.
Partner Alert: To check the alert from the partner.
Online chat: To chat with other member of the site.
Messages: To view the message from other member on site.
Change password: To change the password on the account.
Visitor:
Using this use case, we can identify the work of visitor by,
Registration: To Register on matrimonial site.
Login: To Login into the matrimonial site.
Search: To search on the matrimonial site.
My Account: To see the Account of the Member in site.
View Profile: To view the Profile of the member in the account.
Partner Alert: To check the alert from the partner.
Change password: To change the password on the account.
43
USE CASE TOOLS & TESTING TOOL
EX.NO: 4 MATRIMONY SERVICE
DATE: ..................
-------------------------------------------------------------------------------------------------------------------------
AIM:
To develop a UML diagram to maintenance Matrimony Service.
44
USE CASE TOOLS & TESTING TOOL
2. Class Diagram:
This diagram describes the structure of Matrimony Service classes, their attributes and the
methods and the relationship among objects.
Text Description:
Classes:
The main classes of Student Information Management are:
Visitor/User Class: Manage the operations perform on Visitor/ User, with attributes
User ID, Matrimony ID, Gender, Age and method Login ( ), Register ( ), Search
Profile ( ), Calculate Moon Sign- Star ( ).
Calculate Moon sign - star Class: Manage all the operations of the Calculate Moon
sign- Star with their attributes Date, Time zone, Longitude, Latitude, Moon sign,
Star and method Get Result( ).
Admin Class: Manage all the operations of the Admin with their methods Search
Profile ( ), Add services ( ), Update services ( ).
Service Class: Manage all the operations of the services with their attributes service
Name, Service no, Service Address.
Customer Class: Manage all the operations of the customer with their methods
View Profile ( ), Search Profile ( ), View Services ( ), Update Profile ( ).
Association and Link:
Calculate: To calculate the moon sign- star for the User.
Details: To give the details of customer to the visitor.
Searches for: To search for the profiles of customer.
Add services: To add services in the site.
View services: To view the service by customers.
View own profile: To view their own profile by the customer.
Searches for: To search on other profiles.
Gives: To give feedback for matrimony site.
45
USE CASE TOOLS & TESTING TOOL
Class Diagram:
46
USE CASE TOOLS & TESTING TOOL
3. Sequence Diagram:
(a) Profile Registration:
This is the Profile Registration on Matrimony Service sequence diagram where showing
the relationship between User/Visitor, Home, Registration person, Registration physical,
Profile, Database.
Text Description:
Step 5: Profile is created on database, now user can login by User ID.
Step 12: Welcome user, now you can edit/ update the profile.
47
USE CASE TOOLS & TESTING TOOL
Sequence Diagram:
(a) For Profile Registration:
48
USE CASE TOOLS & TESTING TOOL
Sequence Diagram:
(b) For Edit Profile:
This is the Edit Profile on Matrimony Service sequence diagram where showing the
relationship between User/Visitor, Registration, Photo Upload, Profile, Database.
Text Description:
Step 11: After uploading the photo, message displays as photo uploaded.
49
USE CASE TOOLS & TESTING TOOL
Sequence Diagram:
(b) For Edit Profile:
50
USE CASE TOOLS & TESTING TOOL
Sequence Diagram:
(c) For Search Profile:
This is the Search Profile on Matrimony Service sequence diagram where showing the
relationship between User/Visitor, Search, Database.
Text Description:
51
USE CASE TOOLS & TESTING TOOL
Sequence Diagram:
(c) For Search Profile:
52
USE CASE TOOLS & TESTING TOOL
4. Collaboration Diagram:
The collaboration diagram shows the behavioural aspects of Member, Visitor, Admin, Database
by collaborating with other objects.
Text Description:
53
USE CASE TOOLS & TESTING TOOL
Collaboration Diagram:
54
USE CASE TOOLS & TESTING TOOL
5. State Chart Diagram:
This diagram shows the transition of Matrimonial site by the events followed by the events from
start to the stop nodes.
Text Description:
Step1: Login into the Matrimony Database.
Step 4: Make payment for the photo which the visitor download.
55
USE CASE TOOLS & TESTING TOOL
State Chart Diagram:
56
USE CASE TOOLS & TESTING TOOL
6. Activity Diagram:
This diagram shows the activities done by Admin to the Visitor and Member Account.
Text Description:
Step 5: Activate and Deactivates the account for both can done by Admin.
57
USE CASE TOOLS & TESTING TOOL
Activity Diagram:
(a) Admin verifies the Member and Visitor account:
58
USE CASE TOOLS & TESTING TOOL
Activity Diagram:
This diagram shows the activities done by Admin to the Visitor and Member Account.
Text Description:
Step 4: (i). Search for the profile → View the profile → Message them→ Logout.
(ii). View the Partner Alert→ View their profile→ Message them→ Logout.
59
USE CASE TOOLS & TESTING TOOL
Activity Diagram:
(b) Activities of Member account:
60
USE CASE TOOLS & TESTING TOOL
7. Component Diagram:
The component diagram represents the independent and subsystems with the ability of
interfaces. Components and artifacts (packages) are wired together with lines representing assembly
and delegation.
Text Description:
Matrimony Service Module: Accessing the site from the database with other modules.
Search Patterns: Accessing data and includes throughout the site from database for
searching.
Registration: Accessing data and includes throughout the site from Registration.
Profile: Accessing data and includes throughout the site on Profile.
Photograph: Accessing data and includes throughout the site with Photo.
Document: Accessing data and includes throughout the site with other Documents.
Security: Accessing the control and encrypts the security purpose for site.
Persistence: Accessing the control and encrypts the Persistence purpose from the Database.
8. Deployment Diagram
The deployment diagram is interrelated with both hardware and software components.
Text Description:
Matrimony Service node represents the other nodes such as Admin, Member, Visitor.
61
USE CASE TOOLS & TESTING TOOL
Component Diagram:
Deployment Diagram:
Result:
62
USE CASE TOOLS & TESTING TOOL
1. Use case Diagram
The main actors of Stock Management System in the use case diagram: Admin,
Customer, Supplier and Database.
Text Description:
Admin:
Using this use case, we can identify the work of Admin by,
Payment Info: To deal with the payment info of the customer.
Request access: To access the request of the customer.
Product available or not: To reply the customer whether the Product is
available or not.
Product not available: To deal with product is not available.
Customer:
Using this use case, we can identify the work of Customer by,
Login: To Login into the site.
Make order: To make order on the site.
Order confirmed and enters info: To confirm the order and enter the
information of the product.
Paying Bill: To pay the bill for the purchased order.
Logout: To Logout from the site.
Supplier:
Using this use case, we can identify the work of supplier by,
Product available: To deal with, whether the purchase order is available.
Deliver the product: To deals with, delivering the ordered product.
Database:
Using this use case, we can identify the work of Database by,
Allow access: To allow the accessing into the stock database.
Return product info: To return the product available information.
63
USE CASE TOOLS & TESTING TOOL
EX.NO: 5 STOCK MANAGEMENT SYSTEM
DATE: ..................
----------------------------------------------------------------------------------------------------------------------------
AIM:
To develop a UML diagram to maintenance Stock Management system.
64
USE CASE TOOLS & TESTING TOOL
2. Class Diagram:
This diagram describes the structure of a Stock management System classes, their attributes and
the methods and the relationship among the objects.
Text Description:
Classes:
The main classes of the Stock Management System are:
Customer Class: manage all the operations of Customer, with attributes (ID, Name,
Password), and Methods (Op name ( ), make order ( ), Order confirmed ( ), Enter
details ( ), Paying Bill ( ), Logout ( )).
Admin Class: Manage all the operations of Admin, with attributes (ID, Password) and
methods (Enter customer details ( ), Product info ( ), Check product available ( )).
Supplier Class: Manage all the operations of Supplier, with attributes (Name, ID) and
Methods (Delivery product ( ), Payment info ( )).
Data baseClass: Manage all the operations of Database, with attributes (Database No,
password) and methods (Allow access ( ), return product info ( )).
Association and Link:
Ordering Product: To order the product by customer.
Stores the info: To store the information of stock’s in the database.
Supplier details: To show the details of supplier.
65
USE CASE TOOLS & TESTING TOOL
Class Diagram:
66
USE CASE TOOLS & TESTING TOOL
3. Sequence Diagram:
This sequence diagram where showing the relationship between Customer, Supplier,
Admin and Database.
Text Description:
Step1: Login into the site by the customer.
Step 10: Delivering the product by accessing the information of customer to the
Supplier.
67
USE CASE TOOLS & TESTING TOOL
Sequence Diagram:
68
USE CASE TOOLS & TESTING TOOL
4. Collaboration Diagram:
The collaboration diagram shows the behavioural aspects of Customer, Supplier, Admin and
Database by collaborating with other objects.
Text Description:
69
USE CASE TOOLS & TESTING TOOL
Collaboration Diagram:
70
USE CASE TOOLS & TESTING TOOL
5. State Chart Diagram:
This diagram shows the transition of Stock Management System by the events followed by the
events from start to the stop nodes.
Text Description:
Step1: Login into the Stock Management System Database.
71
USE CASE TOOLS & TESTING TOOL
State Chart Diagram:
72
USE CASE TOOLS & TESTING TOOL
6. Activity Diagram:
This diagram shows the activities done for Customer, Admin, Supplier and Database.
Text Description:
Customer Accessing from Database &check product is available or not:
Step 6: Check the product availability, if product is not available cancel order.
Step 8: If product is available confirm the order by enter the product details.
Step 11: Paying the bill for the purchased/delivered product to the supplier.
73
USE CASE TOOLS & TESTING TOOL
Activity Diagram:
74
USE CASE TOOLS & TESTING TOOL
7. Component Diagram:
The component diagram represents the independent and subsystems with the ability of interfaces.
Components and artifacts (packages) are wired together with lines representing assembly and
delegation.
Text Description
Stock Management System Module: focuses on Customer, Admin, Supplier,
Database
Customer: Focuses on operations done by Customer on site.
Admin: focuses on operations done by Admin on site.
Supplier: focuses on operations done by supplier with admin on site
Database: focuses on database of the site.
8. Deployment Diagram
The deployment diagram is interrelated with both hardware and software components.
Text Description:
Stock Maintenance Node focuses on Customer node, Admin node, Supplier node,
Database node.
75
USE CASE TOOLS & TESTING TOOL
Component Diagram:
Deployment Diagram:
Result:
76
USE CASE TOOLS & TESTING TOOL
77
USE CASE TOOLS & TESTING TOOL
78
USE CASE TOOLS & TESTING TOOL
Ex.No: STUDY OF OPEN AUTOMATED TESTING TOOL
DATE: (SELENIUM)
79
USE CASE TOOLS & TESTING TOOL
Click on the dialog box opens with add extension.
Go to the top right corner of the chrome and click on the extension for Selenium IDE to
launch the IDE for testing.
80
USE CASE TOOLS & TESTING TOOL
1. Recording First Test Case:
Launch Google Chrome and click on Selenium Icon present on the top right corner on the
browser.
It will launch the default interface of Selenium IDE and Click Record a new test page in a new
project.
81
USE CASE TOOLS & TESTING TOOL
Rename the Test Case Base URL as https://www.javatpoint.com/selenium-tutorial .
Click on the “start recording” button present on the top right corner on the IDE to start
recording the test case.
It will redirect to “Selenium Tutorial-JavaTpoint” which was provided on the base URL.
82
USE CASE TOOLS & TESTING TOOL
Now go to the IDE and click on the “Stop Recording” button to stop the recording actions.
Now the Text editor box contains the list of all the interactions with the browser.
The log pane displays the overall summary of the executed scripts.
83
USE CASE TOOLS & TESTING TOOL
3. Saving the Test suite
Click on the save button present on the extreme right corner of the menu bar.
RESULT:
84
USE CASE TOOLS & TESTING TOOL