Manual Testing Overall Basic
Manual Testing Overall Basic
[DATE]
[COMPANY NAME]
[Company address]
MANUAL TESTING
QA QC
It is a procedure that focus on providing It is a procedure that focus on fulfilling the
assurance that quality requested will be quality requested.
achieved.
It does not involve executing the programs. It always involves executing the programs.
Feasibility study
design
Low level design
coding
testing
Installation
maintaince
MANUAL TESTING
Requirement analysis: usually customer or client gives a requirement in the form of
CRS/BRS. And it is converted into SRS by BA. BA means business analysis. BA acts bridge
b/w customer and company.
BA should be good in
1. Communication skills
2. Domain expert
3. Convencing skills.
4. Technical expert.
BA collects all the requirement from the customer is called requirement analysis.
Feasibility study: in this phase BA, HR, ARCHITECT, FINANCE, PM will discuss all the
information that is needed.
BA will explain about the project
HR is for needed resource.
Finance will take care about budget.
Architect will for which technology we should use for project.
Pm will take the final decision and gathers all the data information to proceed for the next
step or not.
Design: once everything is fine, we go for the design.in design we have HLD and LLD.
Usually design phase is done by the architect or senior developers
High level design: is just like a blue print .it shows the external specification of the project.
Low level design: shows the internal specification of the project.
Coding: once the design is done developers starts writing the code for application by
looking at design or requirement.
Testing: once coding is done developers will give application to test engineers. All test
engineers start finding the defects. If any defects are found in software application, it again
goes back to the developers like this process continues.
Once everything is completed, we will go for next phase called installation.
Installation: making the software application available for end users is called installation. It
is done by the software company once testing is completed. Customers should approve for
installation.
Maintenance: once software is provided to customer or end users if they face any problem a
support has to be provided that is maintenance.
Initially it will be free. later it will be paid. Free service will be provided based on the
agreement b/w customer and company. During maintenance defect fix will be handled and
changes will be taken care.
MANUAL TESTING
verification validation
Software is
ready for
testing
advantages of V model
1. Testing is started at initial stage.
2. Requirement and design are tested
3. The downward flow of defects are less.
4. Requirements changes can done.
5. Quality will be high compared to other products.
6. Rework will be less.
Drawbacks of V model
1. Documentation work will be more.
2. Too much of resource are needed.
MANUAL TESTING
Explain about V and V model?
V and V means verification and validation model. It is one of the best model in SDLC. In
this model the development and testing are done parallelly the left side of model is done
by developers and the right side of the model is done by the test engineers.
When the customers give the requirement of 100 pgs documents in the form of CRS. It is
converted in the form of SRS by BA. At some time, review of CRS is done by test
engineers. If there is any mistakes it goes back if not it will continue the process. The
SRS will review against the CRS to find the defects. Parallelly they do the test plan and
test cases will be ready for the application to test.
Once the documentation of development process is done, with the design and coding, the
software is ready for testing.
First testing is white box testing. This testing is done by the developers, then there will be
FT it is done by the TE. At the same time the execution of the test cases are also done.
After FT the IT is done, test cases are same for all the application for execution. Later ST
and then AT is done by the customer then it is released to end users.
The review of the document is verification and it is based on QA.
The testing of application is validation and it is based on QC.
Prototype model
Prototype is a dummy model that is a non-working application.
When we go for prototype model?
1. When the customer is not clear about requirement.
2. When the software company is new to the domain, then they will go for prototype
model.
3. When the developers are new to the technologies it is a experimentation model.
4. When the customer and software company are new to the business.
Advantages of prototype model
1. Initially customer can get to know what he gets on.
2. Initially itself developers will also come to know what they should deliver on last day.
3. Requirement changes can do on initially itself.
4. Initially investment is very less.
Drawbacks of protypes model
1. There will be a delay in the actual short of the real project.
2. Investment is done on non-working product.
3. Too many changes can disturb the rhythm of the company.
MANUAL TESTING
MANUAL TESTING
SOFTWARE TESTING
• Testing the functionality of an application with respect to given REQ.
• Checking the application with the intent of finding the defect.
• Checking the behavior of an application to see whether it meets customer REQ or not.
• Testing the process of QA and QC.
MANUAL TESTING
Testing the software without using any tool and ensure its working fine.
AUTOMATION TESTING
Testing the software by using the tool to ensure it is working fine. (the tool can be selenium)
Examples
1. Television remote: if we operate by using the remote it is a automation testing
if we do without remote it is manual testing.
Why testing is important?
Every software is developed for business purpose if testing is not done, end users may find
the defects while using the applications.
This will spread negative impact in the market and number of users who uses application will
be reduced. This will become loss for the investor on business. To avoid all those things s/w
testing has to be done before it is released to end users.
SCENARIOS
Testing the application in all the possible ways is scenarios.
It can be +ve scenarios or -ve scenarios.
Testing the application with valid or expected data is called +ve scenarios. It is also called
positive testing.
Testing the application with invalid or unexpected data is called -ve scenarios. It is also called
negative testing.
To identify the defects we should find the scenarios first.
Scenario is not a defect or defect is not a scenario.
+ve scenarios and -ve scenarios are not a defect.
Few cases we may get confused whether it is a +ve scenario or -ve scenario. In this case we
can judge whether it is a defect or not a defect based on REQ.
DROWBACKS OF MANUAL TESTING.
It is a time-consuming process.
It is a repetitive in nature
Turn around time is more in manual testing so we go for automation testing.
MANUAL TESTING
RETESTING AND REGRESSION TESTING
RETESTING
Testing the defect fixed which is done on an application is called retesting.
REGRESSION TESTING
Testing the impacted areas of an application after
1. After the defect fixed.
2. After changes done in application.
Changes can be adding modifying and deleting a feature.
TOOLS USED IN INDUSTRIES
Functional testing tools
1. Selenium(core java ,python,…)
2. QTP/UFT(quick test professional, unified functional test) supports VBS(visual basic
scripting)
Selenium is a free and is a open source.
Qtp/uft is a paid and licensed tool developed by HP. Hewlett Packard
Thought works is a company that came up with the selenium tool.
3. Win runner.
4. Silk test.
5. Test partner.
The tools which are using are
1. Functional testing tools are
1. Selenium : selenium is a tool which is in demand and it is a open source and free
tool. The best combination is that selenium is used by core java. Thought works is
the first company to come with the selenium.
2. Qtp/uft: it is powerful tool and it is a paid and licensed tool.
The best combination is that qtp is used by vbs.
performance testing tools
checking the load and response time.
1. Load runner
2. J meter.
3. Qa Load
4. Silk performer.
5. Neo load
Load runner is a licensed tool. it is with hp.
MANUAL TESTING
Test management tools
1. QC/ALM(quality center /application life cycle management)
it is a licensed tool. it is with hp.
2. JIRA.(best tool for agile modal)
3. OTM(oracle test management tool)
4. Test link
Using the above tools we can manage the testing activities like below
Req-add requirement
Test plan-write test cases
Test lab-execute test case.
Defect-repose defect or track defect.
What are the test management activities?
1. Going through the req given by the customer and adding to the test management tool.
2. Write test cases by identifying scenarios
3. Execute test cases.
4. Find defect , report defect , and track.
Defect or Bug tracking tools
1. Bugzilla: it is a open source and free.
2. QC/ALM(quality center /application life cycle management)
it is a licensed tool. it is with hp.
3. JIRA.(partially free)
In Bugzilla we cannot add the requirement write test cases and execute test cases. We can
only report the defect and track the defect.
TYPES OF TESTING
manually automation
1. Check each and every code 1. Write a pgm to develop
Manually without using a tool 2. Write a pgm to test(using junit,nuint)
Ex . check the syntax and logics 3. Run the test pgm in a tool
bbt
manually automation
1. Check each and every 1. Write a pgm to test (using selenium,
Functionality without using a qtp) the ui
Tool on ui. To use selenium core java is used
For qtp vb is used.
Run the test pgm in the tool.
MANUAL TESTING
It will tell all the possible ways we can test the It is step by step procedure to test the
application application.
Scenario doesn’t have a navigation steps. Test cases have a navigation steps.
Scenarios doesn’t say where the exact defect is Test cases will tell where the exact defect is
there present.
Scenarios take less time to write. Test cases take more time to write.
System study
Prepare RTM
Defect tracking
Retrospective
meeting
MANUAL TESTING
System study: it is going through the requirement given by the customer and understands
how the system works.
Write test plan: it is a document which is prepared for feature to do the testing activates.
It is done by the test lead or test manager in the testing field. Because the plans where done
by experienced people.
Write test cases: it is a step by step procedure to perform the testing on the application. It is
done by the test engineer. Once we go through the requirement, we identify the scenarios and
then converted into the test cases. To write the test case we need requirement and test case
template or tools (qc/alm, JIRA)
Prepare RTM:(requirement tractability matrix): it is a document which is prepared to check
weather every requirement has at least one test cases.
To prepare RTM we need both requirement and test cases.
Execute test cases: once the requirement is given to the test engineer. He writes test cases for
the application. After the developer gives the developed application then the test cases are
compared with expected result and actual result. If the expected result and actual result are
same then the status is pass, if the expected result and actual result are not same status will be
fail. This is called execute test cases. So, to execute test cases we need test cases and software
application. This is were the exactly the software is been tested. This is the most important
phases of software testing life cycle.
Defect tracking: while executing the test cases we may come across the defects. These
defects are raised to the developers and they accept defects and starts fixing it. This is called
defect tracking. It is done by using tool called “Bugzilla”.
Test execution report: once we execute the test cases. we should prepare one document
called test execution report. This document tells about how many test cases are pass and how
many test cases are fail.
Till here customer involvement will be there according to the customer this is the end of the
project.
Retrospective meeting: in this meeting all the team members will gather together like PM,
TL,DL, TL DEV,BA, TM and they discuss about the good and improvements needed once
the project is done. This will be very useful for next release or next project.
MANUAL TESTING
CLOSED
Differed/postpone Duplicate Cannot Invalid/ RFE Cannot
fix reject reproduce
RETEST
NEW /OPEN ASSIGN FIXED
REOPEN
If the defect is not fixed properly
When we are executing the test cases if the excepted result and actual result are not same we
come across the defect, then the defect are raised to the developer then the status will be
new/open. And the new defect is assigned to the developer or development lead. The
developer will reproduce the defect and accepts it. Then he start fixing the defect in the
development server. When he fixes the defect he will change the status as fixed. The defect
which is fixed is installed in testing server. The test engineer start retesting the defect fixed
in the testing server. If the defect is properly fixed then the status will be closed. If the status
is not properly fixed then again, the defect is reopened to the developer.
What is differed/postpone?
Whenever test engineer raises the defect the developer accepts the defect but he will not fix
the defect. He will give the status as differed/postpone.
Whenever there is a major defect or minor defect. Developer have less time to fix the major
defect. In this case the developer will fix the major defect and for minor defect he will assign
status as differed or postpone.
What is duplicate status?
Whenever the test engineer finds the defects and he did not raise it. If another test engineer
finds the same defect and he raise it unknowingly. Then this status is known as duplicate.
To avoid this when the test engineer finds the defects, he should raise it immediately so that
there will not be duplicate defects
MANUAL TESTING
Can’t be reproduce
When the test engineer finds the defects but developer cannot be able to reproduce that
defect. So he will change the status as “cannot be reproduce”.
Ex mobile hang .. etc.
Reasons for can’t be reproduce
1. Installation problem
2. Improper defect report.
3. Inconsistent bug.
Can’t be fixed
Whenever the developer is unable to fix the defect that is raised by the test engineer, then he
changes the status as “can’t be fixed”. And it is a void defect but he can’t fix the defect.
Even though the developer does not fix the defect, it should not affect the business.
If the technology doesn’t support to fix the defect.
Invalid/reject
Whenever the test engineer raises the defects but developer will not accept the defects and he
change the status as invalid/reject.
Reasons for invalid
Due to the misunderstanding of the requirement.
1. If test engineers misunderstand requirement
New/open assign invalid closed
2. If developer misunderstand the requirement
New/open assign invalid reopen fixed closed
Request for enhancement (RFE)
Whenever the test engineer raises the defect which is not given in the requirement so the
developer will take it as suggestion. In this case he will change the status as RFE.
MANUAL TESTING
SEVERITY
Severity will tell how much that defect effect to the customer business is known as severity
Types of severity
1. Blocker
2. Critical
3. Major
4. Minor
5. Trivial: this defect is negligible.
PRIORITY
Priority says which defect has to be fixed first by the developer.
For every defect we have to set priority.
Different types of priority
1. High
2. Medium
3. Low
Who will set severity and priority?
Test engineer will set severity and priority.
Developer or managers can discuss about this if they want to change it they have to provide
proper justification.
Priority is very much important for the developer to decide which defect has to be fixed first
If priority is not their developer may fix the easy defects and they leave all the important
defects
As a project point of view the important part of defects has to be fix earlier.to manage these
things we have severity and priority for each and every defect.
MANUAL TESTING
Author
Reviewer
Approved by
Approved date
Header part
Test data: it is the data we need to execute the scenarios.
Pre conditions: it is the action which we should do before executing the scenarios.
Test case type: in this section we should write which type of testing we are going to use.
Priority: assigning the priority to each and every test cases will help us in prioritizing the
defects
Test case description: summery of test cases.
MANUAL TESTING
DEFECT REPORT
When ever the test engineer finds the defect it has to be raised or logged or reported to
developer. For this we have to create a defect report.
When we create the defect report in tools like BUGZILLA, or by using the excel file or word
documents
Template for defect report
Defect ID This will be auto generated if we use the tools
Build no It is the number of build where defect has found
Test case no It is a number of the test case where we found this defect
Status
severity
Priority
Test environment
Module no
Reported by
Brief description
Test data
Steps to reproduce
Expected result
Actual result
Attachment of screen shot
MANUAL TESTING
ACCEPTANCE TESTING:
It is testing which is mainly done to check the business scenarios of the application which is
done by the customer.
(or)
It is an end to end testing which is done by the customer to ensure the application is fit for
business scenarios or not.
Why acceptance testing is done?
This is mainly done to get a confidence for customer before he releases the product to the end
users.
Because of business pressures, software company might be releasing the project to the
customer with some defects. To ensure this customer will do acceptance testing.
If the product is released to the end user without checking the business scenarios, it will
affect the customer business. To avoid this acceptance testing has to be done.
Approaches of acceptance testing.
BA or IT employees of customer will do acceptance testing at customer place.
We may forget some of the business scenarios to test and those scenarios would be tested by
the customer
Note:
if the customer finds the defect during the acceptance testing. That is a negative path to the
test engineers.
So before finding the any defect we should think all those business scenarios and finds
defects.
Alpha testing and Beta testing are types of acceptance testing
Difference between alpha and beta testing
Production
issues
BA TE DEV
Whenever there is a production issue all the team members will gather together, and they
discuss about reason for production issues that is documented in the form of fish bone
diagram. The main purpose of this is to find the root cause of the production house.
MANUAL TESTING
SHORT TERM RELEASE/INTERIM RELEASE
Between two planned release of the application some times the customer gives a unplanned
release which is done in short duration. It is called short term release.
REAL TIME PROJECT (OR) HOW ARE THE SERVERS USED
Usually we have 3 servers like development server, testing/ QA server, production server.
Customer gives the requirement then the developer start writing the source code for
developing the application in the local system, this source code will be saved in the
repository(github,vlt.cvt), there white box testing will be done by developer. The source
code will be compiled and compressed, then we will be getting a file called build. All this
will be happened in developer server.
The build has to be installed from development server to testing server. It will be done by the
installation team or testing team.
Depending upon project to project
Once build is installed to the testing server testing team will perform different type of testing
depending upon the content of the build ex. For new features, FT, IT, will be done for old
features regression testing. for defect fixes retesting will be done.
While doing the testing we find the defects that will be raised to the developers. Development
team will reproduce the defect and they will fix it in the local system and it is saved in the
repository again. Same process will be repeated for every build, until we get the final stable
build.
Once the testing is completed, we will give the application to the customer for acceptance
testing. Customer will do acceptance testing in the testing server or customer will have their
own server called user acceptance testing server (UAT Server).
Once everything is fine application is released to end users that is for production server. This
is called production release.
What is release?
Starting from gathering the requirement, developing the application, testing the application,
finally releasing it to the end users is called release.
That is called production release.
What is a build?
The compiled and compressed format of source code is called build.
A build contains different formats like compress and archive.
Compress format:
1. Zip
2. Multiple lives can be made in single file.
3. Size of the file will be reduced.
MANUAL TESTING
Archive format
1. Jar (java archive), war (web archive), tar (tape archive).
2. Multiple files are made in a single file.
3. Size of the file will be almost same.
What does build contain?
A build contains
1. New features
2. Old features
3. Defect fixes
It depends upon the contents which developer will add inside an build, and it varies from
build to build.
What is test cycle?
It is effort or time spent to test the application once the build is given. The duration of each
test cycle can be days, weeks, months, depending upon the build
Retesting and regression testing with respect to build
application
TEST STRATEGY
Test strategy is the approach to test the software application
Test plan
based on that approach we decide one approach and we plan based on that
how do you a define a format of good test case?
A good test case should have the header, body and footer sections.
It should contain the attributes which are easily understandable.
Ex in body section it should contain
1. Step no
2. Description
3. Input
4. Expected result
5. Actual result
6. Status
7. Comments
If the test case contains all the possible scenarios that can be called good test case.
What is a good test case?
a good test case is a test case which is easily understandable to every test engineer.
It should cover all the scenarios with respect to requirement.
A good test case should be written by applying like boundary value analyses, equivalence
partitioning, error guessing.
A test cases has to be reviewed by another test engineer and find mistakes in it. Those
mistakes have to be corrected then it becomes a good test case.
What would you do if you have a large suite and execute it in very less time?
First, we have to execute the basis features of an application that is smoke testing.
Difference b/w functional and non-functional testing?
Functional testing Non-functional testing
Functional testing Performance testing
Integration testing Compatibility testing
System testing Globalization testing
Security testing
Accessibility testing
Usability testing
Checking for single users Checking for multiple users
1. Multiple platforms
2. Multiple languages
MANUAL TESTING
What is negative testing?
Testing the invalid or unexpected data then it is called negative testing.
How do you ensure that the testing having the good coverage?
We prepare RTM document.
Apply test case technique.
SMOKE TESTING (OR) BUILD VERIFICATION TESTING (OR) CONFIDENECE
TESTING
it is testing the basic feature of an application before we do through testing like functional,
integration, system testing.
Why we do smoke testing?
Test engineer will get confidence on basic features, that is working fine
If we find the defect in the basic features only, that create a good impact on the testing team
If there are any blocker or critical defect found in the basic features, developer will get more
time to fix the defect.
When we do smoke testing?
Once the build is given by the developer, we start doing smoke testing first.
For every build given by the developer we start with smoke testing first we assure basic
feature are working fine.
When time is less for testing team to do the testing, we will do smoke testing and if the
customer is fine, we will release to customer.
Difference b/w formal and informal smoke testing?
RELIABILITY TESTING
Testing the functionality of an application continuously for some duration of time. This can
be done by single users
Ex: mobile should work properly with one user.
Standalone applications: it does not depend on the server. It is installed separately
Ex calculator, calendar, word.
Client server application: using an application by server by using internet connection.
Web applications: fully depends on internet connection.
Ex. Chrome---gmail--- facebook
TYPES OF APPLICATIONS
Generally, we have three types of application
1. Standalone applications
2. Client server application
3. Web applications
Standalone applications:
This kind of applications can be installed, accessed and used without any dependency on
server or internet.
Ex notepad, calculator, word, calendar.
MANUAL TESTING
This is the fastest applications with respect to response time.
Client server applications:
In this case we have software in two categories.
1. Client software
2. Server software
Client software will be installed by the end users usually from play store.
Server software will be available at the company location.
To use client software to interacting with each other, we need server software. To connect to
the server software, we need internet.
In client server application static elements will be already stored in the mobile , only dynamic
elements will be accessed through the internet.
This is the fastest compared to the web application and slower compared to standalone
application.
Ex whatsapp, facebook, gmail, redbus app.
Web application:
In this we access the application through the browser. Here static and dynamic element will
load together.
Ex: we can access gmail or fb any other application by entering the url into the browser.
We need internet connection compulsory.
Here the browser will act as client.
COMPATIBILITY TESTING
Testing the applications with different hardware and software platforms is called
compatibility testing.
Why do we do compatibility testing?
To ensure that application is working for multiple platforms because there might be different
types of users.
To check weather the application is working in all platforms.
GLOBALIZATION TESTING
Testing an application to which is developed for multiple languages is globalization testing.
When the language is changed the translated content is not proper because a machine
translator could not understand the exact meaning of the word displayed because of below
reasons
1. Machine does not have feeling
2. It cannot understand meaning.
MANUAL TESTING
3. It cannot understand grammar.
4. It cannot understand spelling.
All this are reason for wrong translation. So, we go for human translator.
If a person is very good with multiple languages local and international, we could perform
good globalization testing.
Types of globalization testing
1. I18N: internationalization
2. L10N: localization
Internationalization
Testing the application weather, it displays the right content at the right place in the right
language is called I18N.
Localization
Testing the application with respect to the local culture or local standard to that country or
state or region is localization testing.
ACCESSIBILITY TESTING
Testing whether the application is suitable for physically challenged people or not
Ex RGB (red green blue) should not be used in the application.
Every feature or component in an application should be accessed by mouse and also by
keyboard.
RGB color blind will not be able to view that.
Music and keyword: anybody is injured wrist they can still use the application using the
keyboard.
Tools used for accessibility testing
1. In focus
2. Wave
RECOVERY TESTING
Testing the application weather, it is able to recover from crash state.
AESTHETIC TESTING:
Testing the beauty of an application is called aesthetic testing.
MANUAL TESTING
USABILITY TESTING
Testing the application, it is user friendly or not
Why should we do usability testing?
1. End users is the best
2. Customer or client 2nd best.
3. Others project team members.
4. Nobody is there, test engineer has to do usability testing.
Test strategy:
Strategy is an approach to do any type of task.
TEST PLAN:
Test plan is a document which is prepared for future testing activities.
It is usually prepared by the test lead or manager.
Test engineer can also involve – if there is any support needed for test lead or manager.
Test plan contain different sections or attributes like
1. Objective: this section tells about the purpose of preparing the test plan.
2. Scope: limitations
This section will tell about
Future what to be tested.
Future what not to be tested.
3. Schedule and milestone:
This section will tell which activity has to done first and which activity has to done
next.
It is just like a time table of the project.
4. Entry and exit: this section tells about when to enter and when to exit each type of
testing.
5. Defect tracking: this section will tell about whenever a defect is found how to track
the defect and which is the tool, we are using to track the defect. And what are the
terminologies we are using to raise the defect.
6. Assumptions: this section will tell about what are the assumptions we have during
this project.
7. Risk: this section will tell about what are the possible risk happen during the project.
The possible risks are team members will quit the job suddenly and abscond.
8. Contiguity plan or mitigation plan: this section will tell about how to over come the
risk which occurs during the process.
to avoid this regular knowledge transfer or cross sections should happen inside the
company.
Roles and responsibilities of test engineer
This section will contain what are the roles and responsibilities for team members.
Ex roles and responsibilities for test engineers.
MANUAL TESTING
Going through the requirement and understanding the requirement and identifying the
scenarios and writing the test cases, prepare RTM, and execute test cases when the
build is given, find the defect and raise the defects.
For automation test engineer:
We should perform above task plus we should write test scripts and execute test
scripts by using the selenium tool. Manage test script.
Environment: this section contains what is a platform we are using for testing
purpose ex. Window 10,8,7 chrome browser,
Deliverables: this section will tell what are the documents that should be prepared for
the project ex test plan, RTM, source code, defect, reports etc.
Graphs and matrices: this section contains the graphs and matrices that are prepared
for project.
FUNCTIONAL TESTING
Testing the each and every component individually with respect to requirement thoroughly is
called functional testing.
MANUAL TESTING
INTEGRATION TESTING:
Testing the data flow between two or more dependent modules is called integration testing.
SYSTEM TESTING:
Testing the application end to end like a real user is called system testing.
Defect seeding:
Injecting the defect in the application by developer to check the efficiency of test engineer is
called defect seeding.
This is done based on the request of manager.
Defect masking:
Whenever one defect is hiding another defect that is defect masking.
Defect leakage:
The defect which is not found by the testing team but it is found by the customer or end users
it is called defect leakage.
For a good testing team defect leakage percentage should be 0%.
Defect triage meetings
Manager arranges a meeting with all the development team and testing team discuss about the
existing defects which are not fixed because the defect age should not be increased and defect
status should be moved for further level until the defect status is closed. The meeting is
known as defect triage meeting. it is the main part of agile meeting.
Defect density:
Dd=number of defects/ total size of the project
Number of defects means the defect which are considered as valid defect not all the reported
defect.
MANUAL TESTING
ISTQB
International software testing qualification board
It is a certification for software testing engineers.
ISTQB
Review
Walk through
inception
RETESTING
Testing the defect fixed or bug fixed of an application is called retesting.
REGRESSION TESTING
Testing the impact areas of an application after
1. After the defect fixed.
2. After changes done in application.
Changes can be adding modifying and deleting a feature.
Why we do regression testing?
To make sure that existing features are still working properly after the changes is done in the
application or whenever a defect is fixed for an application.
When do we do regression testing?
1. After the defect fixed.
2. After changes done in application.
Changes can be adding modifying and deleting a feature.
How do we do regression testing?
Test engineer will write test case manually the test cases which has been executed again and
again will be categorized and a separate document will be maintained as regression test cases
Whenever we have to do regression testing, we will start testing by using the test cases.
Since the regression testing is repetitive in nature better, we will always go for automation
testing.
IN AUTOMATION REGRESSION TESTING TYPES:
Full execution:
Executing all the test scripts is called full execution.
Batch execution:
Executing the partially test scripts is called batch execution.
Types of regression testing
Unit regression testing:
Whenever a new feature is added for executing a module and the impact is only for that
particular module, we can also call it as unit.
When we do regression testing for that unit, we do not do regression testing for any other unit
that is called unit regression testing.
MANUAL TESTING
Regional regression testing:
Whenever there is a change in the one module and that module is having dependency with
other few modules not all the modules, then we do regression testing for all the dependence
modules we call them as regional regression testing.
Full regression testing:
Whenever there is any change in the application and because of that change if we have an
impact on the whole application then we do complete testing again for whole application.
This is called full regression testing.
Difference between QC and QA
Quality analysis Quality control
it is a process oriented it is a product oriented
it is a verification process It is a validation process
it is a preventive method it is a detective method
Here we check “are we developing product Here we check “are we developing right
right” product”
INTEGRATION TESTING
Testing the data flow between two or more dependent modules is called integration testing.
Ex in gmail if we send a mail the sent mail should be displayed in sent items checking
whether it there in sent items or not is a integration testing.
Types of integration testing
Integration testing
P C2
p--parent
C1 C1
c—child
C2 P
MANUAL TESTING
incremental integration testing:
whenever parent module is there child module is added, child module is there parent module
is added by preforming the integration testing between there modules is called integration
testing.
Non incremental integration testing:
Whenever we cannot find which is a child and which is a parent even then we find the
integration testing between them is called non incremental integration testing.
Stubs and drivers
Or one module is ready another module is not ready
How can we do integration testing by using stubs and drivers?
Stubs:
It is a dummy module which acts like a child module
Whenever there are no child module available stubs will receive the data and acknowledges
it.
Drivers:
It is a dummy module which acts like a parent module
Drivers will send or trigger data and send data to child module
Stubs and drivers are mainly used in critical projects related to space, medical, Submarines,
defense etc.