SlideShare ist ein Scribd-Unternehmen logo
1 von 13
Downloaden Sie, um offline zu lesen
Vibrant Technologies
& Computers

sOftwaRE manUal tEsting
COURsE
Make Career With Us!!
B2/6/2 Vashi ,Navi Mumbai,

Contact:09892900103/9892900173
manualsoftwaretestingtraining.vibranttechnologies.co.in

Introduction
‱ Software Testing

 Computer programs are designed and developed by human
beings and hence are prone to errors.
 Unchecked, they can lead to a lot of problems, including
social implications.
 Testing the software becomes an essential part of the software
development lifecycle.
 Carrying out the testing activities for projects has to be practiced
with proper planning and must be implemented correctly.
B2/6/2 Vashi ,Navi Mumbai,
Contact:09892900103/9892900173
manualsoftwaretestingtraining.vibranttechnologies.co.in
enquiry@vibrantgroup.co.in
manualsoftwaretestingtraining.vibranttechnologies.co.in

Basic Questions on Testing
Why to test?
 testing becomes absolutely essential to make sure the software works
properly and does the work that it is meant to perform.

What to test?
 Any working product which forms part of the software application has to
be tested. Both data and programs must be tested.

How often to test?
 When a program (source code) is modified or newly developed, it has to
be tested.

Who tests?
 Programmer, Tester and Customer
B2/6/2 Vashi ,Navi Mumbai,
Contact:09892900103/9892900173
manualsoftwaretestingtraining.vibranttechnologies.co.in
enquiry@vibrantgroup.co.in
manualsoftwaretestingtraining.vibranttechnologies.co.in

Software Development Lifecycle (SDLC)

‱
‱
‱
‱
‱
‱
‱

Inception
Requirements
Design
Coding
Testing
Release
Maintenance
B2/6/2 Vashi ,Navi Mumbai,
Contact:09892900103/9892900173
manualsoftwaretestingtraining.vibranttechnologies.co.in
enquiry@vibrantgroup.co.in
manualsoftwaretestingtraining.vibranttechnologies.co.in

Requirements

User Requirements Specification (URS)
 This document will describe in detail about what is expected out of the
software product from the user's perspective.
 The wordings of this document will be in the same tone that of a user

Software Requirements Specification (SRS)
 A team of business analysts, who are having a very good domain or
functional expertise, will go to the clients place and get to know the
activities that are to be automated and prepare a document based on URS and it
is called as SRS

B2/6/2 Vashi ,Navi Mumbai,
Contact:09892900103/9892900173
manualsoftwaretestingtraining.vibranttechnologies.co.in
enquiry@vibrantgroup.co.in
manualsoftwaretestingtraining.vibranttechnologies.co.in

Design

High Level Design (HLD)







List of modules and a brief description of each module.
Brief functionality of each module.
Interface relationship among modules
Dependencies between modules (if exists, B exists etc.)
Database tables identified along with key element.
Overall architecture diagrams along with technology details.

Low Level Design (LLD)






Details functional logic of the module, in pseudo code.
Database tables, with all elements, including their type and size
All interface details with complete API references (both requests and responses)
All dependency issues
Error message Listings
Complete input and outputs for a module.

B2/6/2 Vashi ,Navi Mumbai,
Contact:09892900103/9892900173
manualsoftwaretestingtraining.vibranttechnologies.co.in
enquiry@vibrantgroup.co.in
manualsoftwaretestingtraining.vibranttechnologies.co.in

Coding

‱ Converting the pseudo code into a programming
language in the specified platform
‱ Guidelines to be followed for the naming
convention of procedures, variables,
commenting methods etc
‱ By compiling and correcting the errors, all
syntax error and removed.
B2/6/2 Vashi ,Navi Mumbai,
Contact:09892900103/9892900173
manualsoftwaretestingtraining.vibranttechnologies.co.in
enquiry@vibrantgroup.co.in
manualsoftwaretestingtraining.vibranttechnologies.co.in

Testing Levels
‱ Unit Testing
 Programs will be tested at unit level
 The same developer will do the test

Integration Testing
 When all the individual program units are tested in the unit testing phase and all units are clear of
any known bugs, the interfaces between those modules will be tested
 Ensure that data flows from one piece to another piece

System Testing
 After all the interfaces are tested between multiple modules, the whole set of software is
tested to establish that all modules work together correctly as an application.
 Put all pieces together and test

Acceptance Testing


The client will test it, in their place, in a near-real-time or simulated environment.

B2/6/2 Vashi ,Navi Mumbai,
Contact:09892900103/9892900173
manualsoftwaretestingtraining.vibranttechnologies.co.in
enquiry@vibrantgroup.co.in
manualsoftwaretestingtraining.vibranttechnologies.co.in

Maintenance Phase
 Bug fixing
 Upgrade
 Enhancement

 After some time, the software may become obsolete and will reach a point
that it cannot be used.
At that time, it will be replaced by another
software which is superior to that. This is the end of the software
 We do not use FoxPro or Windows 3.1 now as they are gone!

B2/6/2 Vashi ,Navi Mumbai,
Contact:09892900103/9892900173
manualsoftwaretestingtraining.vibranttechnologies.co.in
enquiry@vibrantgroup.co.in
manualsoftwaretestingtraining.vibranttechnologies.co.in

Development Models

‱ Water Fall Model – do one phase at a time for all
requirements given by customer

B2/6/2 Vashi ,Navi Mumbai,
Contact:09892900103/9892900173
manualsoftwaretestingtraining.vibranttechnologies.co.in
enquiry@vibrantgroup.co.in
manualsoftwaretestingtraining.vibranttechnologies.co.in

Testing Vs Debugging

Testing is focused on identifying the problems
in the product
Done by Tester
Need not know the source code
Debugging is to make sure that the bugs are
removed or fixed
Done by Developer
Need to know the source Code
B2/6/2 Vashi ,Navi Mumbai,
Contact:09892900103/9892900173
manualsoftwaretestingtraining.vibranttechnologies.co.in
enquiry@vibrantgroup.co.in
manualsoftwaretestingtraining.vibranttechnologies.co.in

Detailed Test Plan
‱ What is to be tested ?

– Configuration – check all parts for existence
– Security – how the safety measures work
– Functionality – the requirements
– Performance – with more users and more data
– Environment – keep product same but other settings
different
B2/6/2 Vashi ,Navi Mumbai,
Contact:09892900103/9892900173
manualsoftwaretestingtraining.vibranttechnologies.co.in
enquiry@vibrantgroup.co.in
manualsoftwaretestingtraining.vibranttechnologies.co.in

Where to Get More Information
Vibrant Group:
www.vibrantgroup.co.in
Vibrant Technologies & Computers
www.vibranttechnologies.co.in/technologies.vibrantgroup.co.
in
Vibrant HR Team
www.hr.vibrangroup.co.in

B2/6/2 Vashi ,Navi Mumbai,
Contact:09892900103/9892900173
manualsoftwaretestingtraining.vibranttechnologies.co.in
enquiry@vibrantgroup.co.in

Weitere Àhnliche Inhalte

Mehr von anshkhurana01

Aix admin-course-provider-navi-mumbai
Aix admin-course-provider-navi-mumbaiAix admin-course-provider-navi-mumbai
Aix admin-course-provider-navi-mumbaianshkhurana01
 
Websphere application-server-training-course-navi-mumbai-websphere-applicatio...
Websphere application-server-training-course-navi-mumbai-websphere-applicatio...Websphere application-server-training-course-navi-mumbai-websphere-applicatio...
Websphere application-server-training-course-navi-mumbai-websphere-applicatio...anshkhurana01
 
Shell scripting-training-course-navi-mumbai-shell-scripting-course-provider-n...
Shell scripting-training-course-navi-mumbai-shell-scripting-course-provider-n...Shell scripting-training-course-navi-mumbai-shell-scripting-course-provider-n...
Shell scripting-training-course-navi-mumbai-shell-scripting-course-provider-n...anshkhurana01
 
Siebel training-course-navi-mumbai-siebel-course-provider-navi-mumbai
Siebel training-course-navi-mumbai-siebel-course-provider-navi-mumbaiSiebel training-course-navi-mumbai-siebel-course-provider-navi-mumbai
Siebel training-course-navi-mumbai-siebel-course-provider-navi-mumbaianshkhurana01
 
Linux training-course-navi-mumbai-linux-course-provider-navi-mumbai
Linux training-course-navi-mumbai-linux-course-provider-navi-mumbaiLinux training-course-navi-mumbai-linux-course-provider-navi-mumbai
Linux training-course-navi-mumbai-linux-course-provider-navi-mumbaianshkhurana01
 
Aix admin-course-provider-navi-mumbai
Aix admin-course-provider-navi-mumbaiAix admin-course-provider-navi-mumbai
Aix admin-course-provider-navi-mumbaianshkhurana01
 
Java j2ee-training-course-navi-mumbai-java-j2ee-course-provider-navi-mumbai
Java j2ee-training-course-navi-mumbai-java-j2ee-course-provider-navi-mumbaiJava j2ee-training-course-navi-mumbai-java-j2ee-course-provider-navi-mumbai
Java j2ee-training-course-navi-mumbai-java-j2ee-course-provider-navi-mumbaianshkhurana01
 
Siebel training-course-navi-mumbai-siebel-course-provider-navi-mumbai
Siebel training-course-navi-mumbai-siebel-course-provider-navi-mumbaiSiebel training-course-navi-mumbai-siebel-course-provider-navi-mumbai
Siebel training-course-navi-mumbai-siebel-course-provider-navi-mumbaianshkhurana01
 
Tibco training-course-navi-mumbai-tibco-course-provider-navi-mumbai
Tibco training-course-navi-mumbai-tibco-course-provider-navi-mumbaiTibco training-course-navi-mumbai-tibco-course-provider-navi-mumbai
Tibco training-course-navi-mumbai-tibco-course-provider-navi-mumbaianshkhurana01
 
Embeddedsystem training-course-navi-mumbai-embeddedsysteml-course-provider-na...
Embeddedsystem training-course-navi-mumbai-embeddedsysteml-course-provider-na...Embeddedsystem training-course-navi-mumbai-embeddedsysteml-course-provider-na...
Embeddedsystem training-course-navi-mumbai-embeddedsysteml-course-provider-na...anshkhurana01
 
Mainframe training-course-navi-mumbai-mainframe-course-provider-navi-mumbai
Mainframe training-course-navi-mumbai-mainframe-course-provider-navi-mumbaiMainframe training-course-navi-mumbai-mainframe-course-provider-navi-mumbai
Mainframe training-course-navi-mumbai-mainframe-course-provider-navi-mumbaianshkhurana01
 
Sas training-course-navi-mumbai-sas-course-provider-navi-mumbai
Sas training-course-navi-mumbai-sas-course-provider-navi-mumbaiSas training-course-navi-mumbai-sas-course-provider-navi-mumbai
Sas training-course-navi-mumbai-sas-course-provider-navi-mumbaianshkhurana01
 
Linux training-course-navi-mumbai-linux-course-provider-navi-mumbai
Linux training-course-navi-mumbai-linux-course-provider-navi-mumbaiLinux training-course-navi-mumbai-linux-course-provider-navi-mumbai
Linux training-course-navi-mumbai-linux-course-provider-navi-mumbaianshkhurana01
 
Php mysql classes in navi-mumbai,php-mysql course provider-in-navi-mumbai,bes...
Php mysql classes in navi-mumbai,php-mysql course provider-in-navi-mumbai,bes...Php mysql classes in navi-mumbai,php-mysql course provider-in-navi-mumbai,bes...
Php mysql classes in navi-mumbai,php-mysql course provider-in-navi-mumbai,bes...anshkhurana01
 
Best spring classes in navi mumbai,spring course-provider in navi-mumbai,spri...
Best spring classes in navi mumbai,spring course-provider in navi-mumbai,spri...Best spring classes in navi mumbai,spring course-provider in navi-mumbai,spri...
Best spring classes in navi mumbai,spring course-provider in navi-mumbai,spri...anshkhurana01
 
Best java courses in navi mumbai best classes for java in navi mumbai-java cl...
Best java courses in navi mumbai best classes for java in navi mumbai-java cl...Best java courses in navi mumbai best classes for java in navi mumbai-java cl...
Best java courses in navi mumbai best classes for java in navi mumbai-java cl...anshkhurana01
 

Mehr von anshkhurana01 (18)

05php
05php05php
05php
 
Sajid
SajidSajid
Sajid
 
Aix admin-course-provider-navi-mumbai
Aix admin-course-provider-navi-mumbaiAix admin-course-provider-navi-mumbai
Aix admin-course-provider-navi-mumbai
 
Websphere application-server-training-course-navi-mumbai-websphere-applicatio...
Websphere application-server-training-course-navi-mumbai-websphere-applicatio...Websphere application-server-training-course-navi-mumbai-websphere-applicatio...
Websphere application-server-training-course-navi-mumbai-websphere-applicatio...
 
Shell scripting-training-course-navi-mumbai-shell-scripting-course-provider-n...
Shell scripting-training-course-navi-mumbai-shell-scripting-course-provider-n...Shell scripting-training-course-navi-mumbai-shell-scripting-course-provider-n...
Shell scripting-training-course-navi-mumbai-shell-scripting-course-provider-n...
 
Siebel training-course-navi-mumbai-siebel-course-provider-navi-mumbai
Siebel training-course-navi-mumbai-siebel-course-provider-navi-mumbaiSiebel training-course-navi-mumbai-siebel-course-provider-navi-mumbai
Siebel training-course-navi-mumbai-siebel-course-provider-navi-mumbai
 
Linux training-course-navi-mumbai-linux-course-provider-navi-mumbai
Linux training-course-navi-mumbai-linux-course-provider-navi-mumbaiLinux training-course-navi-mumbai-linux-course-provider-navi-mumbai
Linux training-course-navi-mumbai-linux-course-provider-navi-mumbai
 
Aix admin-course-provider-navi-mumbai
Aix admin-course-provider-navi-mumbaiAix admin-course-provider-navi-mumbai
Aix admin-course-provider-navi-mumbai
 
Java j2ee-training-course-navi-mumbai-java-j2ee-course-provider-navi-mumbai
Java j2ee-training-course-navi-mumbai-java-j2ee-course-provider-navi-mumbaiJava j2ee-training-course-navi-mumbai-java-j2ee-course-provider-navi-mumbai
Java j2ee-training-course-navi-mumbai-java-j2ee-course-provider-navi-mumbai
 
Siebel training-course-navi-mumbai-siebel-course-provider-navi-mumbai
Siebel training-course-navi-mumbai-siebel-course-provider-navi-mumbaiSiebel training-course-navi-mumbai-siebel-course-provider-navi-mumbai
Siebel training-course-navi-mumbai-siebel-course-provider-navi-mumbai
 
Tibco training-course-navi-mumbai-tibco-course-provider-navi-mumbai
Tibco training-course-navi-mumbai-tibco-course-provider-navi-mumbaiTibco training-course-navi-mumbai-tibco-course-provider-navi-mumbai
Tibco training-course-navi-mumbai-tibco-course-provider-navi-mumbai
 
Embeddedsystem training-course-navi-mumbai-embeddedsysteml-course-provider-na...
Embeddedsystem training-course-navi-mumbai-embeddedsysteml-course-provider-na...Embeddedsystem training-course-navi-mumbai-embeddedsysteml-course-provider-na...
Embeddedsystem training-course-navi-mumbai-embeddedsysteml-course-provider-na...
 
Mainframe training-course-navi-mumbai-mainframe-course-provider-navi-mumbai
Mainframe training-course-navi-mumbai-mainframe-course-provider-navi-mumbaiMainframe training-course-navi-mumbai-mainframe-course-provider-navi-mumbai
Mainframe training-course-navi-mumbai-mainframe-course-provider-navi-mumbai
 
Sas training-course-navi-mumbai-sas-course-provider-navi-mumbai
Sas training-course-navi-mumbai-sas-course-provider-navi-mumbaiSas training-course-navi-mumbai-sas-course-provider-navi-mumbai
Sas training-course-navi-mumbai-sas-course-provider-navi-mumbai
 
Linux training-course-navi-mumbai-linux-course-provider-navi-mumbai
Linux training-course-navi-mumbai-linux-course-provider-navi-mumbaiLinux training-course-navi-mumbai-linux-course-provider-navi-mumbai
Linux training-course-navi-mumbai-linux-course-provider-navi-mumbai
 
Php mysql classes in navi-mumbai,php-mysql course provider-in-navi-mumbai,bes...
Php mysql classes in navi-mumbai,php-mysql course provider-in-navi-mumbai,bes...Php mysql classes in navi-mumbai,php-mysql course provider-in-navi-mumbai,bes...
Php mysql classes in navi-mumbai,php-mysql course provider-in-navi-mumbai,bes...
 
Best spring classes in navi mumbai,spring course-provider in navi-mumbai,spri...
Best spring classes in navi mumbai,spring course-provider in navi-mumbai,spri...Best spring classes in navi mumbai,spring course-provider in navi-mumbai,spri...
Best spring classes in navi mumbai,spring course-provider in navi-mumbai,spri...
 
Best java courses in navi mumbai best classes for java in navi mumbai-java cl...
Best java courses in navi mumbai best classes for java in navi mumbai-java cl...Best java courses in navi mumbai best classes for java in navi mumbai-java cl...
Best java courses in navi mumbai best classes for java in navi mumbai-java cl...
 

KĂŒrzlich hochgeladen

SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentationcamerronhm
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxAreebaZafar22
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxVishalSingh1417
 
TỔNG ÔN TáșŹP THI VÀO LỚP 10 MÔN TIáșŸNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGở Â...
TỔNG ÔN TáșŹP THI VÀO LỚP 10 MÔN TIáșŸNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGở Â...TỔNG ÔN TáșŹP THI VÀO LỚP 10 MÔN TIáșŸNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGở Â...
TỔNG ÔN TáșŹP THI VÀO LỚP 10 MÔN TIáșŸNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGở Â...Nguyen Thanh Tu Collection
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxnegromaestrong
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptxMaritesTamaniVerdade
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibitjbellavia9
 
Third Battle of Panipat detailed notes.pptx
Third Battle of Panipat detailed notes.pptxThird Battle of Panipat detailed notes.pptx
Third Battle of Panipat detailed notes.pptxAmita Gupta
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxVishalSingh1417
 
Asian American Pacific Islander Month DDSD 2024.pptx
Asian American Pacific Islander Month DDSD 2024.pptxAsian American Pacific Islander Month DDSD 2024.pptx
Asian American Pacific Islander Month DDSD 2024.pptxDavid Douglas School District
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxheathfieldcps1
 
ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701bronxfugly43
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17Celine George
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and ModificationsMJDuyan
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxVishalSingh1417
 
Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Association for Project Management
 
Dyslexia AI Workshop for Slideshare.pptx
Dyslexia AI Workshop for Slideshare.pptxDyslexia AI Workshop for Slideshare.pptx
Dyslexia AI Workshop for Slideshare.pptxcallscotland1987
 
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptxSKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptxAmanpreet Kaur
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfAdmir Softic
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfPoh-Sun Goh
 

KĂŒrzlich hochgeladen (20)

SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentation
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
TỔNG ÔN TáșŹP THI VÀO LỚP 10 MÔN TIáșŸNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGở Â...
TỔNG ÔN TáșŹP THI VÀO LỚP 10 MÔN TIáșŸNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGở Â...TỔNG ÔN TáșŹP THI VÀO LỚP 10 MÔN TIáșŸNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGở Â...
TỔNG ÔN TáșŹP THI VÀO LỚP 10 MÔN TIáșŸNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGở Â...
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptx
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
Third Battle of Panipat detailed notes.pptx
Third Battle of Panipat detailed notes.pptxThird Battle of Panipat detailed notes.pptx
Third Battle of Panipat detailed notes.pptx
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 
Asian American Pacific Islander Month DDSD 2024.pptx
Asian American Pacific Islander Month DDSD 2024.pptxAsian American Pacific Islander Month DDSD 2024.pptx
Asian American Pacific Islander Month DDSD 2024.pptx
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptx
 
Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...
 
Dyslexia AI Workshop for Slideshare.pptx
Dyslexia AI Workshop for Slideshare.pptxDyslexia AI Workshop for Slideshare.pptx
Dyslexia AI Workshop for Slideshare.pptx
 
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptxSKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdf
 

Software manual-testing-training-course-navi-mumbai-software-manual-testing-course-provider-navi-mumbai

  • 1. Vibrant Technologies & Computers sOftwaRE manUal tEsting COURsE Make Career With Us!! B2/6/2 Vashi ,Navi Mumbai, Contact:09892900103/9892900173
  • 2. manualsoftwaretestingtraining.vibranttechnologies.co.in Introduction ‱ Software Testing  Computer programs are designed and developed by human beings and hence are prone to errors.  Unchecked, they can lead to a lot of problems, including social implications.  Testing the software becomes an essential part of the software development lifecycle.  Carrying out the testing activities for projects has to be practiced with proper planning and must be implemented correctly. B2/6/2 Vashi ,Navi Mumbai, Contact:09892900103/9892900173 manualsoftwaretestingtraining.vibranttechnologies.co.in enquiry@vibrantgroup.co.in
  • 3. manualsoftwaretestingtraining.vibranttechnologies.co.in Basic Questions on Testing Why to test?  testing becomes absolutely essential to make sure the software works properly and does the work that it is meant to perform. What to test?  Any working product which forms part of the software application has to be tested. Both data and programs must be tested. How often to test?  When a program (source code) is modified or newly developed, it has to be tested. Who tests?  Programmer, Tester and Customer B2/6/2 Vashi ,Navi Mumbai, Contact:09892900103/9892900173 manualsoftwaretestingtraining.vibranttechnologies.co.in enquiry@vibrantgroup.co.in
  • 4. manualsoftwaretestingtraining.vibranttechnologies.co.in Software Development Lifecycle (SDLC) ‱ ‱ ‱ ‱ ‱ ‱ ‱ Inception Requirements Design Coding Testing Release Maintenance B2/6/2 Vashi ,Navi Mumbai, Contact:09892900103/9892900173 manualsoftwaretestingtraining.vibranttechnologies.co.in enquiry@vibrantgroup.co.in
  • 5. manualsoftwaretestingtraining.vibranttechnologies.co.in Requirements User Requirements Specification (URS)  This document will describe in detail about what is expected out of the software product from the user's perspective.  The wordings of this document will be in the same tone that of a user Software Requirements Specification (SRS)  A team of business analysts, who are having a very good domain or functional expertise, will go to the clients place and get to know the activities that are to be automated and prepare a document based on URS and it is called as SRS B2/6/2 Vashi ,Navi Mumbai, Contact:09892900103/9892900173 manualsoftwaretestingtraining.vibranttechnologies.co.in enquiry@vibrantgroup.co.in
  • 6. manualsoftwaretestingtraining.vibranttechnologies.co.in Design High Level Design (HLD)       List of modules and a brief description of each module. Brief functionality of each module. Interface relationship among modules Dependencies between modules (if exists, B exists etc.) Database tables identified along with key element. Overall architecture diagrams along with technology details. Low Level Design (LLD)      Details functional logic of the module, in pseudo code. Database tables, with all elements, including their type and size All interface details with complete API references (both requests and responses) All dependency issues Error message Listings Complete input and outputs for a module. B2/6/2 Vashi ,Navi Mumbai, Contact:09892900103/9892900173 manualsoftwaretestingtraining.vibranttechnologies.co.in enquiry@vibrantgroup.co.in
  • 7. manualsoftwaretestingtraining.vibranttechnologies.co.in Coding ‱ Converting the pseudo code into a programming language in the specified platform ‱ Guidelines to be followed for the naming convention of procedures, variables, commenting methods etc ‱ By compiling and correcting the errors, all syntax error and removed. B2/6/2 Vashi ,Navi Mumbai, Contact:09892900103/9892900173 manualsoftwaretestingtraining.vibranttechnologies.co.in enquiry@vibrantgroup.co.in
  • 8. manualsoftwaretestingtraining.vibranttechnologies.co.in Testing Levels ‱ Unit Testing  Programs will be tested at unit level  The same developer will do the test Integration Testing  When all the individual program units are tested in the unit testing phase and all units are clear of any known bugs, the interfaces between those modules will be tested  Ensure that data flows from one piece to another piece System Testing  After all the interfaces are tested between multiple modules, the whole set of software is tested to establish that all modules work together correctly as an application.  Put all pieces together and test Acceptance Testing  The client will test it, in their place, in a near-real-time or simulated environment. B2/6/2 Vashi ,Navi Mumbai, Contact:09892900103/9892900173 manualsoftwaretestingtraining.vibranttechnologies.co.in enquiry@vibrantgroup.co.in
  • 9. manualsoftwaretestingtraining.vibranttechnologies.co.in Maintenance Phase  Bug fixing  Upgrade  Enhancement  After some time, the software may become obsolete and will reach a point that it cannot be used. At that time, it will be replaced by another software which is superior to that. This is the end of the software  We do not use FoxPro or Windows 3.1 now as they are gone! B2/6/2 Vashi ,Navi Mumbai, Contact:09892900103/9892900173 manualsoftwaretestingtraining.vibranttechnologies.co.in enquiry@vibrantgroup.co.in
  • 10. manualsoftwaretestingtraining.vibranttechnologies.co.in Development Models ‱ Water Fall Model – do one phase at a time for all requirements given by customer B2/6/2 Vashi ,Navi Mumbai, Contact:09892900103/9892900173 manualsoftwaretestingtraining.vibranttechnologies.co.in enquiry@vibrantgroup.co.in
  • 11. manualsoftwaretestingtraining.vibranttechnologies.co.in Testing Vs Debugging Testing is focused on identifying the problems in the product Done by Tester Need not know the source code Debugging is to make sure that the bugs are removed or fixed Done by Developer Need to know the source Code B2/6/2 Vashi ,Navi Mumbai, Contact:09892900103/9892900173 manualsoftwaretestingtraining.vibranttechnologies.co.in enquiry@vibrantgroup.co.in
  • 12. manualsoftwaretestingtraining.vibranttechnologies.co.in Detailed Test Plan ‱ What is to be tested ? – Configuration – check all parts for existence – Security – how the safety measures work – Functionality – the requirements – Performance – with more users and more data – Environment – keep product same but other settings different B2/6/2 Vashi ,Navi Mumbai, Contact:09892900103/9892900173 manualsoftwaretestingtraining.vibranttechnologies.co.in enquiry@vibrantgroup.co.in
  • 13. manualsoftwaretestingtraining.vibranttechnologies.co.in Where to Get More Information Vibrant Group: www.vibrantgroup.co.in Vibrant Technologies & Computers www.vibranttechnologies.co.in/technologies.vibrantgroup.co. in Vibrant HR Team www.hr.vibrangroup.co.in B2/6/2 Vashi ,Navi Mumbai, Contact:09892900103/9892900173 manualsoftwaretestingtraining.vibranttechnologies.co.in enquiry@vibrantgroup.co.in