Category: 6th semester
Sequence Diagram || Software Engineering
Sequence Diagram Sequence diagrams, commonly used by developers, model the interactions between objects in a single use case. They illustrate how the different parts of a system interact with each other to carry out a function, and the order in which the interactions occur when a particular use case is executed. Here are the steps […]
Continue ReadingUse Case Diagram || Software Engineering
A use case diagram can summarize the details of your system’s users (also known as actors) and their interactions with the system. USE CASE – ATM Actors: ATM Customer ATM Operator Use Cases: The customer can withdraw funds from a checking or savings account query the balance of the account transfer funds from one account […]
Continue ReadingTest Case || Software Engineering
Test case A test case is a document, which has a set of test data, preconditions, expected results and postconditions, developed for a particular test scenario in order to verify compliance against a specific requirement. Test Cases – Login Page Sr. No. Functional Test Cases Type- Negative/ Positive Test Case 1 Verify if a […]
Continue Reading