Day10 Runbook11
Day10 Runbook11
book, with a limit of 1 to 5 seats per booking. Design test cases using boundary value analysis to
ensure the seat booking functionality works correctly.
V (G) = E - N + 2P
A = 10
IF B > C THEN
A = B
ELSE
A = C
ENDIF
Print A
Print B
Print C
Software Testing life cycle is a process of testing software application by following phases.
It provides a roadmap for how testing will be carried out across the organization/project.
Audience - Development team, PO, Testing team and stakeholders (end user)
Content –
1. Scope
The testing will be performed on the banking web application which includes the
following functionalities:
2. Test Approach
The testing approach for the banking web application will include the following
steps:
Test planning: The testing team will review the requirements and develop
a test plan that outlines the testing scope, objectives, and timelines
based on the banking requirements and user stories. Test data will be
Test execution: The test cases will be executed using manual and
automated testing techniques. The testing team will report and track
Test reporting: The testing team will prepare and share test reports that
summarize the testing progress, the number of defects, and the overall
3. Testing Types
The following testing types will be performed during the testing of the banking
web application:
banking transactions.
security threats.
operating systems.
4. Testing Tools
There are several important tools used in almost every testing project:
Continuous integration and continuous delivery (CI/CD) tools GITHUB Action, JENKINS
6. Reporting/Test Deliverables
The testing team will prepare and provide the following reports for the banking
web application:
o Pass/fail status
o Description
o Severity
o Priority
o Steps to reproduce
conducted, including:
o Pass/fail rates
o Remaining work
o Milestones achieved
guide on how the testing will be conducted , who will do it and when
will it be done.
test entry and exit criteria , test estimation, defect management and risk
management.
1> Create Test scenarios --- generate them by using Black box test design
techniques
correct password
Verify if the user is able to login with correct username and correct password.
Verify if the user is not able to login with correct username and incorrect password.
Verify if the user is not able to login with incorrect username and correct password.
Verify if the user is not able to login with incorrect username and incorrect password.
Here the testers get the build/app and start with Dynamic testing. Smoke testing, sanity testing and
then whatever planned. It means executing the test cases on a real software.
Expected Results .- After successful login , The user is able to navigate to home page
Actual Result – User is getting error message. If Actual results are not matching with expected results
, defects are logged in project management tool (JIRA , BUGZILLA).
Test Closure/completion: It refers to all the activities which are performed at the conclusion of
testing phase in SDLC.It involves –
Exit Criteria –