SlideShare ist ein Scribd-Unternehmen logo
1 von 22
ORGANIZATIONAL
RESPONSIBILITIES AND TEST
AUTOMATION: WHY AND HOW?
PRESENTED BY:
VINEETA
RISHAV GAUNIYAL
AKHIL SINGH
SUDHIR KUMAR
SOFTWARE TESTING TEAM
• Achieving testing goals depends on the capabilities of the testing
team
• While choosing the testers it is necessary to ensure that they have
enough knowledge to test the software under development
• The hierarchy and roles should be clearly defined and
responsibilities too should be well defined and properly distributed
amongst the team members.
• It is important to keep track of the testers’ performance
• All the team members should work together to prepare a document
that clearly defines the roles and responsibilities of all the team
members.
• Each member of the team should be provided with the necessary
documents that provide information on how the task would be
organized, what approach will be followed, how things are
scheduled, how many hours have been allocated to each member
and all details related to applicable standards and quality processes.
• LEVEL 1
Test lead/manager: A test lead is responsible for:
• Defining the testing activities for subordinates – testers or
test engineers.
• All responsibilities of test planning.
• To check if the team has all the necessary resources to
execute the testing activities.
• To check if testing is going hand in hand with the software
development in all phases.
• Prepare the status report of testing activities.
• Required Interactions with customers.
• Updating project manager regularly about the progress of
testing activities.
There are mainly two levels within a software testing teams
• LEVEL 2
Test engineers/QA testers/QC testers are
responsible for:
• To read all the documents and understand what needs
to be tested.
• Based on the information procured in the above step
decide how it is to be tested.
• Inform the test lead about what all resources will be
required for software testing.
• Develop test cases and prioritize testing activities.
• Execute all the test case and report defects, define
severity and priority for each defect.
• Carry out regression testing every time when changes
are made to the code to fix defects.
Role of Software Tester
• A Software Tester is responsible for designing
testing scenarios for usability testing.
• He is responsible for conducting the testing,
thereafter analyze the results and then submit his
observations to the development team.
• He may have to interact with the clients to better
understand the product requirements or in case the
design requires any kind of modifications.
• Software Testers are often responsible for creating
test-product documentation and also has to
participate in testing related walk through.
Responsibilities of software tester
• Creation of test designs, test processes, test cases
and test data.
• Carry out testing as per the defined procedures.
• Participate in walkthroughs of testing
procedures.
• Prepare all reports related to software testing
carried out.
• Ensure that all tested related work is carried out
as per the defined standards and procedures.
Software Test Manager Role
• Managing or leading a test team is not an easy job.
The company expects the test manager to know
testing methodologies in detail.
• A test manager has to take very important decisions
regarding the testing environment that is required,
how information flow would be managed and how
testing procedure would go hand in hand with
development.
• He should be good at project planning, task and
people coordination, and he should be familiar with
various types of testing tools.
Responsibilities of Test manager
• Since the test manager represents the team he is responsible for all
interdepartmental meetings.
• Interaction with the customers whenever required.
• A test manager is responsible for recruiting software testing staff.
He has to supervise all testing activities carried out by the team and
identify team members who require more training.
• Schedule testing activities, create budget for testing and prepare test
effort estimations.
• Selection of right test tools after interacting with the vendors.
Integration of testing and development activities.
• Carry out continuous test process improvement with the help of
metrics.
• Check the quality of requirements, how well they are defined.
• Trace test procedures with the help of test traceability matrix.
Software Test Automator Role
• Software test automator or an automated test engineer
should have very good understanding of what he needs
to test- GUI designs, load or stress testing.
• He should be proficient in automation of software
testing, and he should be able to design test suites
accordingly.
• A software test automator should be comfortable using
various kinds of automation tools and should be capable
of upgrading their skills with changing trends.
• He should also have programming skills so that he is
able to write test scripts without any issues.
Responsibility of Test Automator
• He should be able to understand the
requirement and design test procedures and test
cases for automated software testing.
• Design automated test scripts that are reusable.
• Ensure that all automated testing related
activities are carried out as per the standards
defined by the company.
Interactions between Software Test
Team And Business Teams
• If at all a customer has any issues related to
testing activities and operational matters of the
project then it is the software testing manager
who is responsible for communicating the
details to the client regarding how things are
being managed. The software testing manager
not only answers the queries of the customers
but also ensures that the project is completed on
time as per the requirement of the customer.
Interactions between Software Test
Team And Release Management
Teams
• The release management teams are responsible for
moving the software from development into
production. This team is responsible for planning
the releases for hardware, software and testing. It is
also responsible for development of software
development procedures and for coordinating
interactions and training of releases. Software
testing is considered to be a very important aspect of
software engineering life cycle but it does not get
over with development. Testing and verification is a
very important part of release management exercise
Interactions between Software Test
Team And Development Teams
• In order to produce good software applications, it is
important that software testing and software
development teams work together with good
understanding. For this it is important that the testers
and developers are comfortable with each other’s role
and understand well that they have a common goal and
it is wise to listen each other. A good communication
skill is very important both for testers and developers. It
is important to understand that developers and testers
have a common goal of producing high quality software.
A tester is not discovering bugs to show someone down,
the idea is to learn from mistakes and avoid repeating
them in future. A culture of constructive criticism can be
of great help.
Interactions between Software Test
Manager And Software Project
Manager
• The job of a software test manager is not an easy one. He
has to recruit testing team and take responsibility for
getting them trained. A software manager has to perform
ongoing analysis of various testing processes and ensure
that the testing team is carrying out all the processes
correctly. A software test manager is responsible for
finalizing templates for testing documents, test reports
and other procedures. Since a software tester manager
has to deal with all the details of various testing
activities, it is very important for him to be in constant
touch with the project manager and provide necessary
support in project planning and scheduling so that the
project can be successfully completed in time within the
specified financial budget limits.
Automation Testing
• Manual Testing is performed by a human sitting in
front of a computer carefully executing the test
steps.
• Automation Testing means using an automation tool
to execute your test case suite.
• The automation software can also enter test data
into the System Under Test, compare expected and
actual results and generate detailed test reports.
• Test Automation demands considerable
investments of money and resources.
Why Automated Testing?
Automated software testing is important due to the
following reasons:
• Manual Testing of all workflows, all fields, all
negative scenarios is time and money consuming
• It is difficult to test for multilingual sites manually
• Automation does not require Human intervention.
You can run automated test unattended (overnight)
• Automation increases the speed of test execution
• Automation helps increase Test Coverage
• Manual Testing can become boring and hence error-
prone.
How to do Automation Testing?
TEST AUTOMATION OCCURS IN 5 PHASES
• Test tool selection
• Define scope of automation
• Planning design and development
• Test execution
• Maintenance
Test tool selection
• Test Tool selection largely depends on the technology the
Application Under Test is built on.
Define the scope of Automation
• The scope of automation is the area of your Application
Under Test which will be automated. Following points
help determine scope:
• The features that are important for the business
• Scenarios which have a large amount of data
• Common functionalities across applications
• Technical feasibility
• The extent to which business components are reused
• The complexity of test cases
• Ability to use the same test cases for cross-browser
testing
Planning, Design, and Development
• During this phase, you create an Automation
strategy & plan, which contains the following
details-
• Automation tools selected
• Framework design and its features
• In-Scope and Out-of-scope items of automation
• Automation testbed preparation
• Schedule and Timeline of scripting and
execution
• Deliverables of Automation Testing
Test Execution
• Automation Scripts are executed during this
phase. The scripts need input test data before
there are set to run. Once executed they provide
detailed test reports.
• Execution can be performed using the
automation tool directly or through the Test
Management tool which will invoke the
automation tool.
Maintenance
• As new functionalities are added to the System
Under Test with successive cycles, Automation
Scripts need to be added, reviewed and
maintained for each release
cycle. Maintenance becomes necessary to
improve the effectiveness of Automation
Scripts
THANKYOU

Weitere ähnliche Inhalte

Was ist angesagt?

Software Inspection And Defect Management
Software Inspection And Defect ManagementSoftware Inspection And Defect Management
Software Inspection And Defect ManagementAjay K
 
Introduction to Software Review
Introduction to Software ReviewIntroduction to Software Review
Introduction to Software ReviewPhilip Johnson
 
Test planning & estimation
Test planning & estimationTest planning & estimation
Test planning & estimationLeslie Smart
 
ISTQB - CTFL Summary v1.0
ISTQB - CTFL Summary v1.0ISTQB - CTFL Summary v1.0
ISTQB - CTFL Summary v1.0Samer Desouky
 
ISTQB / ISEB Foundation Exam Practice - 2
ISTQB / ISEB Foundation Exam Practice - 2ISTQB / ISEB Foundation Exam Practice - 2
ISTQB / ISEB Foundation Exam Practice - 2Yogindernath Gupta
 
Software Engineering Overview
Software Engineering OverviewSoftware Engineering Overview
Software Engineering OverviewPrachi Sasankar
 
software project management Software inspection
software project management Software inspectionsoftware project management Software inspection
software project management Software inspectionREHMAT ULLAH
 
How to make Automation an asset for Organization
How to make Automation an asset for OrganizationHow to make Automation an asset for Organization
How to make Automation an asset for Organizationanuvip
 
Software Testing - Defect Metrics & Analysis
Software Testing - Defect Metrics & AnalysisSoftware Testing - Defect Metrics & Analysis
Software Testing - Defect Metrics & AnalysisOAK Systems Pvt Ltd
 
Software review
Software reviewSoftware review
Software reviewamjad_09
 
Introduction to ISTQB & ISEB Certifications
Introduction to ISTQB & ISEB CertificationsIntroduction to ISTQB & ISEB Certifications
Introduction to ISTQB & ISEB CertificationsYogindernath Gupta
 
ISTQB CTAL - Test Analyst
ISTQB CTAL - Test AnalystISTQB CTAL - Test Analyst
ISTQB CTAL - Test AnalystSamer Desouky
 
Important skills a Tester should have
Important skills a Tester should haveImportant skills a Tester should have
Important skills a Tester should haveKanoah
 
Fundamental test process
Fundamental test processFundamental test process
Fundamental test processmuhammad afif
 

Was ist angesagt? (20)

Software Inspection And Defect Management
Software Inspection And Defect ManagementSoftware Inspection And Defect Management
Software Inspection And Defect Management
 
Chapter 4
Chapter 4Chapter 4
Chapter 4
 
Introduction to Software Review
Introduction to Software ReviewIntroduction to Software Review
Introduction to Software Review
 
Static Testing
Static TestingStatic Testing
Static Testing
 
Test planning & estimation
Test planning & estimationTest planning & estimation
Test planning & estimation
 
ISTQB - CTFL Summary v1.0
ISTQB - CTFL Summary v1.0ISTQB - CTFL Summary v1.0
ISTQB - CTFL Summary v1.0
 
ISTQB / ISEB Foundation Exam Practice - 2
ISTQB / ISEB Foundation Exam Practice - 2ISTQB / ISEB Foundation Exam Practice - 2
ISTQB / ISEB Foundation Exam Practice - 2
 
Software Engineering Overview
Software Engineering OverviewSoftware Engineering Overview
Software Engineering Overview
 
software project management Software inspection
software project management Software inspectionsoftware project management Software inspection
software project management Software inspection
 
How to make Automation an asset for Organization
How to make Automation an asset for OrganizationHow to make Automation an asset for Organization
How to make Automation an asset for Organization
 
Software Testing - Defect Metrics & Analysis
Software Testing - Defect Metrics & AnalysisSoftware Testing - Defect Metrics & Analysis
Software Testing - Defect Metrics & Analysis
 
Software review
Software reviewSoftware review
Software review
 
Software Testing 4/5
Software Testing 4/5Software Testing 4/5
Software Testing 4/5
 
Introduction to ISTQB & ISEB Certifications
Introduction to ISTQB & ISEB CertificationsIntroduction to ISTQB & ISEB Certifications
Introduction to ISTQB & ISEB Certifications
 
ISTQB CTAL - Test Analyst
ISTQB CTAL - Test AnalystISTQB CTAL - Test Analyst
ISTQB CTAL - Test Analyst
 
Test planning
Test planningTest planning
Test planning
 
Important skills a Tester should have
Important skills a Tester should haveImportant skills a Tester should have
Important skills a Tester should have
 
Fundamental test process
Fundamental test processFundamental test process
Fundamental test process
 
Tracking through kanban
Tracking through kanbanTracking through kanban
Tracking through kanban
 
Istqb foundation level day 1
Istqb foundation level   day 1Istqb foundation level   day 1
Istqb foundation level day 1
 

Ähnlich wie Organizational responsibilities and test automation

Software Testing Fundamentals
Software Testing FundamentalsSoftware Testing Fundamentals
Software Testing FundamentalsChankey Pathak
 
What_is_Software_Testing.pdf
What_is_Software_Testing.pdfWhat_is_Software_Testing.pdf
What_is_Software_Testing.pdfVuongPhm
 
St all about test case-p3
St all about test case-p3St all about test case-p3
St all about test case-p3Prachi Sasankar
 
ST-All about Test Case-p3
ST-All about Test Case-p3ST-All about Test Case-p3
ST-All about Test Case-p3Prachi Sasankar
 
Manual testing interview questions and answers
Manual testing interview questions and answersManual testing interview questions and answers
Manual testing interview questions and answerskaranmca
 
Fundamentals_of_Software_testing.pptx
Fundamentals_of_Software_testing.pptxFundamentals_of_Software_testing.pptx
Fundamentals_of_Software_testing.pptxMusaBashir9
 
Software test management
Software test managementSoftware test management
Software test managementVishad Garg
 
Chapter -5 Agile Testing types and its examples.pptx
Chapter -5 Agile Testing types and its examples.pptxChapter -5 Agile Testing types and its examples.pptx
Chapter -5 Agile Testing types and its examples.pptxManishaPatil932723
 
unit-2_20-july-2018 (1).pptx
unit-2_20-july-2018 (1).pptxunit-2_20-july-2018 (1).pptx
unit-2_20-july-2018 (1).pptxPriyaFulpagare1
 
Aim (A).pptx
Aim (A).pptxAim (A).pptx
Aim (A).pptx14941
 
Beyond "Quality Assurance"
Beyond "Quality Assurance"Beyond "Quality Assurance"
Beyond "Quality Assurance"Jason Benton
 
Fundamentals of testing
Fundamentals of testingFundamentals of testing
Fundamentals of testingYAObbiIkhsan
 

Ähnlich wie Organizational responsibilities and test automation (20)

UNIT 1.pptx
UNIT 1.pptxUNIT 1.pptx
UNIT 1.pptx
 
Software testing introduction
Software testing  introductionSoftware testing  introduction
Software testing introduction
 
Software Testing Fundamentals
Software Testing FundamentalsSoftware Testing Fundamentals
Software Testing Fundamentals
 
What_is_Software_Testing.pdf
What_is_Software_Testing.pdfWhat_is_Software_Testing.pdf
What_is_Software_Testing.pdf
 
St all about test case-p3
St all about test case-p3St all about test case-p3
St all about test case-p3
 
ST-All about Test Case-p3
ST-All about Test Case-p3ST-All about Test Case-p3
ST-All about Test Case-p3
 
Pallavi Chaturvedi cv
Pallavi Chaturvedi cvPallavi Chaturvedi cv
Pallavi Chaturvedi cv
 
Manual testing interview questions and answers
Manual testing interview questions and answersManual testing interview questions and answers
Manual testing interview questions and answers
 
Fundamentals_of_Software_testing.pptx
Fundamentals_of_Software_testing.pptxFundamentals_of_Software_testing.pptx
Fundamentals_of_Software_testing.pptx
 
Software Testing
Software Testing Software Testing
Software Testing
 
Software test management
Software test managementSoftware test management
Software test management
 
Software Test Planning.pptx
Software Test Planning.pptxSoftware Test Planning.pptx
Software Test Planning.pptx
 
Chapter -5 Agile Testing types and its examples.pptx
Chapter -5 Agile Testing types and its examples.pptxChapter -5 Agile Testing types and its examples.pptx
Chapter -5 Agile Testing types and its examples.pptx
 
unit-2_20-july-2018 (1).pptx
unit-2_20-july-2018 (1).pptxunit-2_20-july-2018 (1).pptx
unit-2_20-july-2018 (1).pptx
 
Lenora alderman resume
Lenora alderman resumeLenora alderman resume
Lenora alderman resume
 
Lenora Alderman Resume
Lenora Alderman ResumeLenora Alderman Resume
Lenora Alderman Resume
 
Arnab_Resume
Arnab_ResumeArnab_Resume
Arnab_Resume
 
Aim (A).pptx
Aim (A).pptxAim (A).pptx
Aim (A).pptx
 
Beyond "Quality Assurance"
Beyond "Quality Assurance"Beyond "Quality Assurance"
Beyond "Quality Assurance"
 
Fundamentals of testing
Fundamentals of testingFundamentals of testing
Fundamentals of testing
 

Mehr von vineeta vineeta

Mehr von vineeta vineeta (7)

Credit card fraud detection
Credit card fraud detectionCredit card fraud detection
Credit card fraud detection
 
Smart phone
Smart phoneSmart phone
Smart phone
 
Daydream
DaydreamDaydream
Daydream
 
Sense of patriotism among youth for nation building
Sense of patriotism among youth for nation buildingSense of patriotism among youth for nation building
Sense of patriotism among youth for nation building
 
Smile
SmileSmile
Smile
 
Email marketing
Email marketingEmail marketing
Email marketing
 
Ecommerce
EcommerceEcommerce
Ecommerce
 

Kürzlich hochgeladen

%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...masabamasaba
 
8257 interfacing 2 in microprocessor for btech students
8257 interfacing 2 in microprocessor for btech students8257 interfacing 2 in microprocessor for btech students
8257 interfacing 2 in microprocessor for btech studentsHimanshiGarg82
 
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...SelfMade bd
 
%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrand%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrandmasabamasaba
 
Harnessing ChatGPT - Elevating Productivity in Today's Agile Environment
Harnessing ChatGPT  - Elevating Productivity in Today's Agile EnvironmentHarnessing ChatGPT  - Elevating Productivity in Today's Agile Environment
Harnessing ChatGPT - Elevating Productivity in Today's Agile EnvironmentVictorSzoltysek
 
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyviewmasabamasaba
 
WSO2Con2024 - Enabling Transactional System's Exponential Growth With Simplicity
WSO2Con2024 - Enabling Transactional System's Exponential Growth With SimplicityWSO2Con2024 - Enabling Transactional System's Exponential Growth With Simplicity
WSO2Con2024 - Enabling Transactional System's Exponential Growth With SimplicityWSO2
 
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfonteinmasabamasaba
 
AI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
AI Mastery 201: Elevating Your Workflow with Advanced LLM TechniquesAI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
AI Mastery 201: Elevating Your Workflow with Advanced LLM TechniquesVictorSzoltysek
 
WSO2CON2024 - It's time to go Platformless
WSO2CON2024 - It's time to go PlatformlessWSO2CON2024 - It's time to go Platformless
WSO2CON2024 - It's time to go PlatformlessWSO2
 
Software Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsSoftware Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsArshad QA
 
%in Harare+277-882-255-28 abortion pills for sale in Harare
%in Harare+277-882-255-28 abortion pills for sale in Harare%in Harare+277-882-255-28 abortion pills for sale in Harare
%in Harare+277-882-255-28 abortion pills for sale in Hararemasabamasaba
 
AI & Machine Learning Presentation Template
AI & Machine Learning Presentation TemplateAI & Machine Learning Presentation Template
AI & Machine Learning Presentation TemplatePresentation.STUDIO
 
%in kempton park+277-882-255-28 abortion pills for sale in kempton park
%in kempton park+277-882-255-28 abortion pills for sale in kempton park %in kempton park+277-882-255-28 abortion pills for sale in kempton park
%in kempton park+277-882-255-28 abortion pills for sale in kempton park masabamasaba
 
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...masabamasaba
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️Delhi Call girls
 
%in Soweto+277-882-255-28 abortion pills for sale in soweto
%in Soweto+277-882-255-28 abortion pills for sale in soweto%in Soweto+277-882-255-28 abortion pills for sale in soweto
%in Soweto+277-882-255-28 abortion pills for sale in sowetomasabamasaba
 
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024VictoriaMetrics
 
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...Health
 
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...Jittipong Loespradit
 

Kürzlich hochgeladen (20)

%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
 
8257 interfacing 2 in microprocessor for btech students
8257 interfacing 2 in microprocessor for btech students8257 interfacing 2 in microprocessor for btech students
8257 interfacing 2 in microprocessor for btech students
 
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
 
%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrand%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrand
 
Harnessing ChatGPT - Elevating Productivity in Today's Agile Environment
Harnessing ChatGPT  - Elevating Productivity in Today's Agile EnvironmentHarnessing ChatGPT  - Elevating Productivity in Today's Agile Environment
Harnessing ChatGPT - Elevating Productivity in Today's Agile Environment
 
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview
 
WSO2Con2024 - Enabling Transactional System's Exponential Growth With Simplicity
WSO2Con2024 - Enabling Transactional System's Exponential Growth With SimplicityWSO2Con2024 - Enabling Transactional System's Exponential Growth With Simplicity
WSO2Con2024 - Enabling Transactional System's Exponential Growth With Simplicity
 
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
 
AI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
AI Mastery 201: Elevating Your Workflow with Advanced LLM TechniquesAI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
AI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
 
WSO2CON2024 - It's time to go Platformless
WSO2CON2024 - It's time to go PlatformlessWSO2CON2024 - It's time to go Platformless
WSO2CON2024 - It's time to go Platformless
 
Software Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsSoftware Quality Assurance Interview Questions
Software Quality Assurance Interview Questions
 
%in Harare+277-882-255-28 abortion pills for sale in Harare
%in Harare+277-882-255-28 abortion pills for sale in Harare%in Harare+277-882-255-28 abortion pills for sale in Harare
%in Harare+277-882-255-28 abortion pills for sale in Harare
 
AI & Machine Learning Presentation Template
AI & Machine Learning Presentation TemplateAI & Machine Learning Presentation Template
AI & Machine Learning Presentation Template
 
%in kempton park+277-882-255-28 abortion pills for sale in kempton park
%in kempton park+277-882-255-28 abortion pills for sale in kempton park %in kempton park+277-882-255-28 abortion pills for sale in kempton park
%in kempton park+277-882-255-28 abortion pills for sale in kempton park
 
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
 
%in Soweto+277-882-255-28 abortion pills for sale in soweto
%in Soweto+277-882-255-28 abortion pills for sale in soweto%in Soweto+277-882-255-28 abortion pills for sale in soweto
%in Soweto+277-882-255-28 abortion pills for sale in soweto
 
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
 
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
 
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
 

Organizational responsibilities and test automation

  • 1. ORGANIZATIONAL RESPONSIBILITIES AND TEST AUTOMATION: WHY AND HOW? PRESENTED BY: VINEETA RISHAV GAUNIYAL AKHIL SINGH SUDHIR KUMAR
  • 2. SOFTWARE TESTING TEAM • Achieving testing goals depends on the capabilities of the testing team • While choosing the testers it is necessary to ensure that they have enough knowledge to test the software under development • The hierarchy and roles should be clearly defined and responsibilities too should be well defined and properly distributed amongst the team members. • It is important to keep track of the testers’ performance • All the team members should work together to prepare a document that clearly defines the roles and responsibilities of all the team members. • Each member of the team should be provided with the necessary documents that provide information on how the task would be organized, what approach will be followed, how things are scheduled, how many hours have been allocated to each member and all details related to applicable standards and quality processes.
  • 3. • LEVEL 1 Test lead/manager: A test lead is responsible for: • Defining the testing activities for subordinates – testers or test engineers. • All responsibilities of test planning. • To check if the team has all the necessary resources to execute the testing activities. • To check if testing is going hand in hand with the software development in all phases. • Prepare the status report of testing activities. • Required Interactions with customers. • Updating project manager regularly about the progress of testing activities. There are mainly two levels within a software testing teams
  • 4. • LEVEL 2 Test engineers/QA testers/QC testers are responsible for: • To read all the documents and understand what needs to be tested. • Based on the information procured in the above step decide how it is to be tested. • Inform the test lead about what all resources will be required for software testing. • Develop test cases and prioritize testing activities. • Execute all the test case and report defects, define severity and priority for each defect. • Carry out regression testing every time when changes are made to the code to fix defects.
  • 5. Role of Software Tester • A Software Tester is responsible for designing testing scenarios for usability testing. • He is responsible for conducting the testing, thereafter analyze the results and then submit his observations to the development team. • He may have to interact with the clients to better understand the product requirements or in case the design requires any kind of modifications. • Software Testers are often responsible for creating test-product documentation and also has to participate in testing related walk through.
  • 6. Responsibilities of software tester • Creation of test designs, test processes, test cases and test data. • Carry out testing as per the defined procedures. • Participate in walkthroughs of testing procedures. • Prepare all reports related to software testing carried out. • Ensure that all tested related work is carried out as per the defined standards and procedures.
  • 7. Software Test Manager Role • Managing or leading a test team is not an easy job. The company expects the test manager to know testing methodologies in detail. • A test manager has to take very important decisions regarding the testing environment that is required, how information flow would be managed and how testing procedure would go hand in hand with development. • He should be good at project planning, task and people coordination, and he should be familiar with various types of testing tools.
  • 8. Responsibilities of Test manager • Since the test manager represents the team he is responsible for all interdepartmental meetings. • Interaction with the customers whenever required. • A test manager is responsible for recruiting software testing staff. He has to supervise all testing activities carried out by the team and identify team members who require more training. • Schedule testing activities, create budget for testing and prepare test effort estimations. • Selection of right test tools after interacting with the vendors. Integration of testing and development activities. • Carry out continuous test process improvement with the help of metrics. • Check the quality of requirements, how well they are defined. • Trace test procedures with the help of test traceability matrix.
  • 9. Software Test Automator Role • Software test automator or an automated test engineer should have very good understanding of what he needs to test- GUI designs, load or stress testing. • He should be proficient in automation of software testing, and he should be able to design test suites accordingly. • A software test automator should be comfortable using various kinds of automation tools and should be capable of upgrading their skills with changing trends. • He should also have programming skills so that he is able to write test scripts without any issues.
  • 10. Responsibility of Test Automator • He should be able to understand the requirement and design test procedures and test cases for automated software testing. • Design automated test scripts that are reusable. • Ensure that all automated testing related activities are carried out as per the standards defined by the company.
  • 11. Interactions between Software Test Team And Business Teams • If at all a customer has any issues related to testing activities and operational matters of the project then it is the software testing manager who is responsible for communicating the details to the client regarding how things are being managed. The software testing manager not only answers the queries of the customers but also ensures that the project is completed on time as per the requirement of the customer.
  • 12. Interactions between Software Test Team And Release Management Teams • The release management teams are responsible for moving the software from development into production. This team is responsible for planning the releases for hardware, software and testing. It is also responsible for development of software development procedures and for coordinating interactions and training of releases. Software testing is considered to be a very important aspect of software engineering life cycle but it does not get over with development. Testing and verification is a very important part of release management exercise
  • 13. Interactions between Software Test Team And Development Teams • In order to produce good software applications, it is important that software testing and software development teams work together with good understanding. For this it is important that the testers and developers are comfortable with each other’s role and understand well that they have a common goal and it is wise to listen each other. A good communication skill is very important both for testers and developers. It is important to understand that developers and testers have a common goal of producing high quality software. A tester is not discovering bugs to show someone down, the idea is to learn from mistakes and avoid repeating them in future. A culture of constructive criticism can be of great help.
  • 14. Interactions between Software Test Manager And Software Project Manager • The job of a software test manager is not an easy one. He has to recruit testing team and take responsibility for getting them trained. A software manager has to perform ongoing analysis of various testing processes and ensure that the testing team is carrying out all the processes correctly. A software test manager is responsible for finalizing templates for testing documents, test reports and other procedures. Since a software tester manager has to deal with all the details of various testing activities, it is very important for him to be in constant touch with the project manager and provide necessary support in project planning and scheduling so that the project can be successfully completed in time within the specified financial budget limits.
  • 15. Automation Testing • Manual Testing is performed by a human sitting in front of a computer carefully executing the test steps. • Automation Testing means using an automation tool to execute your test case suite. • The automation software can also enter test data into the System Under Test, compare expected and actual results and generate detailed test reports. • Test Automation demands considerable investments of money and resources.
  • 16. Why Automated Testing? Automated software testing is important due to the following reasons: • Manual Testing of all workflows, all fields, all negative scenarios is time and money consuming • It is difficult to test for multilingual sites manually • Automation does not require Human intervention. You can run automated test unattended (overnight) • Automation increases the speed of test execution • Automation helps increase Test Coverage • Manual Testing can become boring and hence error- prone.
  • 17. How to do Automation Testing? TEST AUTOMATION OCCURS IN 5 PHASES • Test tool selection • Define scope of automation • Planning design and development • Test execution • Maintenance
  • 18. Test tool selection • Test Tool selection largely depends on the technology the Application Under Test is built on. Define the scope of Automation • The scope of automation is the area of your Application Under Test which will be automated. Following points help determine scope: • The features that are important for the business • Scenarios which have a large amount of data • Common functionalities across applications • Technical feasibility • The extent to which business components are reused • The complexity of test cases • Ability to use the same test cases for cross-browser testing
  • 19. Planning, Design, and Development • During this phase, you create an Automation strategy & plan, which contains the following details- • Automation tools selected • Framework design and its features • In-Scope and Out-of-scope items of automation • Automation testbed preparation • Schedule and Timeline of scripting and execution • Deliverables of Automation Testing
  • 20. Test Execution • Automation Scripts are executed during this phase. The scripts need input test data before there are set to run. Once executed they provide detailed test reports. • Execution can be performed using the automation tool directly or through the Test Management tool which will invoke the automation tool.
  • 21. Maintenance • As new functionalities are added to the System Under Test with successive cycles, Automation Scripts need to be added, reviewed and maintained for each release cycle. Maintenance becomes necessary to improve the effectiveness of Automation Scripts