ISE Question Bank Answers
ISE Question Bank Answers
Test Steps:
Expected Result: The user is registered successfully, and a confirmation message is displayed. The
user is redirected to the welcome page or login page.
Test Steps:
Expected Result: An error message is displayed, indicating that the email address is already in use.
The user remains on the registration page.
Test Case 3: Registration with Weak Password
Test Steps:
Expected Result: An error message is displayed, indicating that the password is too weak or does not
meet the security requirements. The user remains on the registration page.
Test Steps:
Expected Result: An error message is displayed, indicating that the passwords do not match. The
user remains on the registration page.
In table format,
1. Determine equivalence classes and boundary value test suite for a program to
accept any number between 1 and 99.
To determine equivalence classes and boundary value test cases for a program that accepts any
number between 1 and 99, we need to consider both valid and invalid inputs. Here’s how it breaks
down:
Equivalence Classes
Boundary value testing involves testing the boundaries between equivalence classes. For the given
range, the boundaries are around 1 and 99.
These test cases ensure comprehensive coverage of the input space for the program by testing both the
boundaries and typical values within the equivalence classes.
5. Sketch a Gantt chart for the Leave Management System with all SDLC phases
completed in 12 weeks.
Gather requirements
Analyze requirements
Document requirements
3. Implementation (4 weeks)
Integrate modules
System testing
Bug fixing
5. Deployment (1 week)
6. Maintenance (1 week)
Week 1 2 3 4 5 6 7 8 9 10 11 12
Req. Gathering & Analysis
System Design
Implementation
Integration & Testing
Deployment
Maintenance