Author: BIM Notes
software engineering 2021 Solution
Test case for checking the login functionality of an airline seat reservation system: Test Case Title: Check Login Functionality Test Case ID: AIRLINE-001 Test Objective: To verify that the login functionality of the airline seat reservation system works correctly. Preconditions: The user must have valid login credentials. The system is operational. Test Steps: Enter valid […]
Continue ReadingDatabase New Syllabus Solution
18. A join operation is used to combine rows from two or more tables based on a related column between them. It is one of the fundamental operations used in relational databases for querying and retrieving data from multiple tables simultaneously. Ans: Select e.emp_name,e.province,e.city,b.branch,b.salary from Employee e Left join Branch b on e.emp_name=b.emp_name; Select […]
Continue ReadingSoftware Engineering 2021 Makeup Solution
Q.no 1 Q.no 3 Certainly, here are five functional requirements and three non-functional requirements for a social networking system: Functional Requirements: User Registration and Profile Creation: – Users should be able to register accounts with unique usernames and passwords. – The system should allow users to create and manage their profiles, including adding personal […]
Continue Reading