SlideShare a Scribd company logo
RahulShettyAcademy.com
•Top 25 Software Testing
Behavioral Interview Questions
Suppose you find a bug in production. how
would you make sure that the same bug is
not introduced again?
Add uncaught functionality to regression test cases
If you have Automated Regression Suite, then write a new Script
which validates above functionality
RahulShettyAcademy.com – QA Platform
What do you do when your developer denies that
what you filed IS A BUG?
• Provide Business Documentation reference to support why the existing
functionality is not as per design.
• Involve Product Owner / Business Analyst for Discussion.
IF Bug is not reproducible then
• Provide Screenshots of the Bug, Give Timestamp on when you reproduced
this so that Developer can check in Application Logs.
• Provide Test Data you have used for replicating issue
RahulShettyAcademy.com – QA Platform
What has been one of your greatest challenges
while doing regression testing?
• Test Data issue
• Improper selection of regression test cases might skip a major
regression defect to be found
• RahulShettyAcademy.com – QA Platform
Difference between functional and non-functional
testing?
• Functional testing verifies that features/System working as expected
according to requirements,
• Nonfunctional requirements: How Well the system does it within
design & resource constraints
• RahulShettyAcademy.com – QA Platform
Enlist some of the key challenges that are faced
while performing Software Testing
• Data Issues,
• Environment Available,
• Using right set of tools
• RahulShettyAcademy.com – QA Platform
What are the different levels of testing?
• Unit Testing
• Integration Testing
• System Testing
• Acceptance Testing
• RahulShettyAcademy.com – QA Platform
What are the drawbacks of the Agile
implementation/ methodology that you faced?
• Sprints are usually very deadline constrained.
• Documentation is not the priority
• Frequent change in requirements
• RahulShettyAcademy.com – QA Platform
What is your approach when you have a high
priority release to be delivered in a very short
time?
• Run Automation Suites
• . Run Unit tests.
• Manual testing on high level Priority Business test cases
• RahulShettyAcademy.com – QA Platform
Give an example for High Priority Low Severity Bug
• Wrong Logo Image in Application
• RahulShettyAcademy.com – QA Platform
What is your understanding regarding a Test plan?
• test plan is a document that consists of scope, approach, resources,
and outline of the testing project as well as the activities for tracking
the progress of the project.
• RahulShettyAcademy.com – QA Platform
Explain what will be your reaction if a project you
had been working got Sudden change in its
deadline?
• .As a QA Engineer, Be open on your thoughts if you can deliver the
project with QA Sign off covering all testcases
• If Pre release is must, then discuss the oppurtunities of increasing QA
Resources or possibility of partial product delivery
• You have the power to hold QA Sign off if you are not satisfied with
quality of product which eventually stops the release date
• RahulShettyAcademy.com – QA Platform
What is the difference between Smoke testing and
Sanity Testing?
• Sanity testing is a kind of Software Testing performed after receiving a
software build, with minor changes in code, or functionality, to
ascertain that the bugs have been fixed and no further issues are
introduced due to these changes.
• Smoke Testing is a special type of testing performed on Software build
to check the critical functionalities of the program
• RahulShettyAcademy.com – QA Platform
If a small section of code in application is updated?
What is your Test approach in validating it?
Differentiate Ad-hoc Testing and Exploratory
Testing?
• Adhoc testing Includes learning the application first and then
proceeding with the testing process.
• Exploratory testing form of testing includes learning the application
while testing.
• RahulShettyAcademy.com – QA Platform
What are your daily activities as a member of
automation tester in your office?
• Running Smoke Suite on daily Basis and sending the mail to team on
health of the application
• Verify Defects Assigned to you and take appropriate Actions
• Working on Manual and Automation testing for the stories in Current
Sprint
• RahulShettyAcademy.com – QA Platform
How do you select regression test cases or form the
regression test suite?
• Include the test cases that verify core features of the application:
• . Include the test cases for functionalities that have undergone recent
changes:
• Include the test cases that have frequently yielded bugs:
• RahulShettyAcademy.com – QA Platform
Have you ever managed writing the test cases
without having any documents?
In one of my previous project, we had to redevelop our internal tool with
new Technology, But There are no testcases/Documentation for the
old/existing product. As there is no documentation, Below are the steps I
have followed
• Understand and exploring the existing Product to come up with Scenarios.
• Spending time with Product owner or Seniors to understand the Business
of the tool.
• Going through production Bugs which found previously for product so that
edge testcases are not missed in writing the tests for Upgraded product
RahulShettyAcademy.com – QA Platform
What is the first action you perform as a tester
when application throws any weird Errors?
• Open Developer tools-> Check in Console for any Java Script Errors
• Open Network Tab -> And see if any request Responses are failed
• Verify APplication logs to understand the actual issue
• RahulShettyAcademy.com – QA Platform
How do you solve if there is any conflict with your
peer QA on any technical aspect?
• There should be argument only up to certain extent with your Peer on
why you are correct
• If it is still conflict,
• Involve team and discuss the conflict issue with larger Audience.
Open to take suggestions from your Team.
• Accept any decision made from Team meeting with Smile.
• RahulShettyAcademy.com – QA Platform
How do we decide if test case Is not ideal candidate
for Automation?
• Tests which are highly dependent on Data with frequent changes
every time
• Tests which cannot be automated due to technical challenges
• Tests which are unstable due to complex nature of Application.
• RahulShettyAcademy.com – QA Platform
Difference between retesting and regression
testing?
• Retesting is done to make sure that the tests cases which failed in last
execution are passed after the defects are fixed.
• Regression testing is to ensure that changes have not affected
unchanged part.
• Regression testing is not carried out for specific defect fixes
• RahulShettyAcademy.com – QA Platform
What’s the most interesting bug that you’ve found
recently?
In Agile Environments, in case you have any doubts
regarding your project, how do you approach?
• As a tester, For Domain related queries, You should reach out to
Business Analyst, Product Owner
• RahulShettyAcademy.com – QA Platform
As a tester, how do you differentiate Dummy login
page which is exactly designed like your Working
project login page
• Application Logs
• RahulShettyAcademy.com – QA Platform
How Will You Tell If Enough Test Cases Have Been
Created To Test A Product?
• Each Business requirement is mapped to at least one test Scenario
• Each Test Scenario should have positive and negative test cases
• Using traceability Metrix to check whether these testcases are
covering all the requirement specification
Ad

More Related Content

Similar to SoftwareTesting_Interview_Ques.pptx (20)

Software testing
Software testingSoftware testing
Software testing
Omar Al-Bokari
 
No Devops Without Continuous Testing
No Devops Without Continuous TestingNo Devops Without Continuous Testing
No Devops Without Continuous Testing
Parasoft
 
Why Test Automation Fails
Why Test Automation FailsWhy Test Automation Fails
Why Test Automation Fails
Ranorex
 
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
anuvip
 
AppSphere 15 - How The Container Store Uses AppDynamics in their Development ...
AppSphere 15 - How The Container Store Uses AppDynamics in their Development ...AppSphere 15 - How The Container Store Uses AppDynamics in their Development ...
AppSphere 15 - How The Container Store Uses AppDynamics in their Development ...
AppDynamics
 
Software Testing Fundamentals
Software Testing FundamentalsSoftware Testing Fundamentals
Software Testing Fundamentals
Chankey Pathak
 
Types of software testing
Types of software testingTypes of software testing
Types of software testing
Prachi Sasankar
 
Why Automation Fails—in Theory and Practice
Why Automation Fails—in Theory and PracticeWhy Automation Fails—in Theory and Practice
Why Automation Fails—in Theory and Practice
TechWell
 
Test Automation using UiPath Test Suite - Developer Circle Part-4.pdf
Test Automation using UiPath Test Suite - Developer Circle Part-4.pdfTest Automation using UiPath Test Suite - Developer Circle Part-4.pdf
Test Automation using UiPath Test Suite - Developer Circle Part-4.pdf
Diana Gray, MBA
 
QA Role in Agile Teams
QA Role in Agile Teams QA Role in Agile Teams
QA Role in Agile Teams
Synerzip
 
Curiosity and Infuse Consulting Present: Sustainable Test Automation Strategi...
Curiosity and Infuse Consulting Present: Sustainable Test Automation Strategi...Curiosity and Infuse Consulting Present: Sustainable Test Automation Strategi...
Curiosity and Infuse Consulting Present: Sustainable Test Automation Strategi...
Curiosity Software Ireland
 
Sustainable agile testing
Sustainable agile testingSustainable agile testing
Sustainable agile testing
mimmozzo_
 
Continuous testing in agile projects 2015
Continuous testing in agile projects 2015Continuous testing in agile projects 2015
Continuous testing in agile projects 2015
Fabricio Epaminondas
 
Why choose Software Testing as a career
Why choose Software Testing as a careerWhy choose Software Testing as a career
Why choose Software Testing as a career
Soumya Suman
 
Software-Testing-ppt.pptx
Software-Testing-ppt.pptxSoftware-Testing-ppt.pptx
Software-Testing-ppt.pptx
Sushilkumar744913
 
testing.pptx
testing.pptxtesting.pptx
testing.pptx
jagadeeppapisettipal
 
Software Testing Presentation in Cegonsoft Pvt Ltd...
Software Testing Presentation in Cegonsoft Pvt Ltd...Software Testing Presentation in Cegonsoft Pvt Ltd...
Software Testing Presentation in Cegonsoft Pvt Ltd...
ChithraCegon
 
QM in Software Projects
QM in Software ProjectsQM in Software Projects
QM in Software Projects
Abhishek Prasoon
 
Are Your Continuous Tests Too Fragile for Agile?
Are Your Continuous Tests Too Fragile for Agile?Are Your Continuous Tests Too Fragile for Agile?
Are Your Continuous Tests Too Fragile for Agile?
Parasoft
 
Software_Testing_ppt.pptx
Software_Testing_ppt.pptxSoftware_Testing_ppt.pptx
Software_Testing_ppt.pptx
BharathReddy615859
 
No Devops Without Continuous Testing
No Devops Without Continuous TestingNo Devops Without Continuous Testing
No Devops Without Continuous Testing
Parasoft
 
Why Test Automation Fails
Why Test Automation FailsWhy Test Automation Fails
Why Test Automation Fails
Ranorex
 
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
anuvip
 
AppSphere 15 - How The Container Store Uses AppDynamics in their Development ...
AppSphere 15 - How The Container Store Uses AppDynamics in their Development ...AppSphere 15 - How The Container Store Uses AppDynamics in their Development ...
AppSphere 15 - How The Container Store Uses AppDynamics in their Development ...
AppDynamics
 
Software Testing Fundamentals
Software Testing FundamentalsSoftware Testing Fundamentals
Software Testing Fundamentals
Chankey Pathak
 
Types of software testing
Types of software testingTypes of software testing
Types of software testing
Prachi Sasankar
 
Why Automation Fails—in Theory and Practice
Why Automation Fails—in Theory and PracticeWhy Automation Fails—in Theory and Practice
Why Automation Fails—in Theory and Practice
TechWell
 
Test Automation using UiPath Test Suite - Developer Circle Part-4.pdf
Test Automation using UiPath Test Suite - Developer Circle Part-4.pdfTest Automation using UiPath Test Suite - Developer Circle Part-4.pdf
Test Automation using UiPath Test Suite - Developer Circle Part-4.pdf
Diana Gray, MBA
 
QA Role in Agile Teams
QA Role in Agile Teams QA Role in Agile Teams
QA Role in Agile Teams
Synerzip
 
Curiosity and Infuse Consulting Present: Sustainable Test Automation Strategi...
Curiosity and Infuse Consulting Present: Sustainable Test Automation Strategi...Curiosity and Infuse Consulting Present: Sustainable Test Automation Strategi...
Curiosity and Infuse Consulting Present: Sustainable Test Automation Strategi...
Curiosity Software Ireland
 
Sustainable agile testing
Sustainable agile testingSustainable agile testing
Sustainable agile testing
mimmozzo_
 
Continuous testing in agile projects 2015
Continuous testing in agile projects 2015Continuous testing in agile projects 2015
Continuous testing in agile projects 2015
Fabricio Epaminondas
 
Why choose Software Testing as a career
Why choose Software Testing as a careerWhy choose Software Testing as a career
Why choose Software Testing as a career
Soumya Suman
 
Software Testing Presentation in Cegonsoft Pvt Ltd...
Software Testing Presentation in Cegonsoft Pvt Ltd...Software Testing Presentation in Cegonsoft Pvt Ltd...
Software Testing Presentation in Cegonsoft Pvt Ltd...
ChithraCegon
 
Are Your Continuous Tests Too Fragile for Agile?
Are Your Continuous Tests Too Fragile for Agile?Are Your Continuous Tests Too Fragile for Agile?
Are Your Continuous Tests Too Fragile for Agile?
Parasoft
 

Recently uploaded (20)

Stein, Hunt, Green letter to Congress April 2025
Stein, Hunt, Green letter to Congress April 2025Stein, Hunt, Green letter to Congress April 2025
Stein, Hunt, Green letter to Congress April 2025
Mebane Rash
 
Ultimate VMware 2V0-11.25 Exam Dumps for Exam Success
Ultimate VMware 2V0-11.25 Exam Dumps for Exam SuccessUltimate VMware 2V0-11.25 Exam Dumps for Exam Success
Ultimate VMware 2V0-11.25 Exam Dumps for Exam Success
Mark Soia
 
pulse ppt.pptx Types of pulse , characteristics of pulse , Alteration of pulse
pulse  ppt.pptx Types of pulse , characteristics of pulse , Alteration of pulsepulse  ppt.pptx Types of pulse , characteristics of pulse , Alteration of pulse
pulse ppt.pptx Types of pulse , characteristics of pulse , Alteration of pulse
sushreesangita003
 
Handling Multiple Choice Responses: Fortune Effiong.pptx
Handling Multiple Choice Responses: Fortune Effiong.pptxHandling Multiple Choice Responses: Fortune Effiong.pptx
Handling Multiple Choice Responses: Fortune Effiong.pptx
AuthorAIDNationalRes
 
Sinhala_Male_Names.pdf Sinhala_Male_Name
Sinhala_Male_Names.pdf Sinhala_Male_NameSinhala_Male_Names.pdf Sinhala_Male_Name
Sinhala_Male_Names.pdf Sinhala_Male_Name
keshanf79
 
SPRING FESTIVITIES - UK AND USA -
SPRING FESTIVITIES - UK AND USA            -SPRING FESTIVITIES - UK AND USA            -
SPRING FESTIVITIES - UK AND USA -
Colégio Santa Teresinha
 
Introduction to Vibe Coding and Vibe Engineering
Introduction to Vibe Coding and Vibe EngineeringIntroduction to Vibe Coding and Vibe Engineering
Introduction to Vibe Coding and Vibe Engineering
Damian T. Gordon
 
To study Digestive system of insect.pptx
To study Digestive system of insect.pptxTo study Digestive system of insect.pptx
To study Digestive system of insect.pptx
Arshad Shaikh
 
Quality Contril Analysis of Containers.pdf
Quality Contril Analysis of Containers.pdfQuality Contril Analysis of Containers.pdf
Quality Contril Analysis of Containers.pdf
Dr. Bindiya Chauhan
 
Biophysics Chapter 3 Methods of Studying Macromolecules.pdf
Biophysics Chapter 3 Methods of Studying Macromolecules.pdfBiophysics Chapter 3 Methods of Studying Macromolecules.pdf
Biophysics Chapter 3 Methods of Studying Macromolecules.pdf
PKLI-Institute of Nursing and Allied Health Sciences Lahore , Pakistan.
 
YSPH VMOC Special Report - Measles Outbreak Southwest US 5-3-2025.pptx
YSPH VMOC Special Report - Measles Outbreak  Southwest US 5-3-2025.pptxYSPH VMOC Special Report - Measles Outbreak  Southwest US 5-3-2025.pptx
YSPH VMOC Special Report - Measles Outbreak Southwest US 5-3-2025.pptx
Yale School of Public Health - The Virtual Medical Operations Center (VMOC)
 
Niamh Lucey, Mary Dunne. Health Sciences Libraries Group (LAI). Lighting the ...
Niamh Lucey, Mary Dunne. Health Sciences Libraries Group (LAI). Lighting the ...Niamh Lucey, Mary Dunne. Health Sciences Libraries Group (LAI). Lighting the ...
Niamh Lucey, Mary Dunne. Health Sciences Libraries Group (LAI). Lighting the ...
Library Association of Ireland
 
Exploring-Substances-Acidic-Basic-and-Neutral.pdf
Exploring-Substances-Acidic-Basic-and-Neutral.pdfExploring-Substances-Acidic-Basic-and-Neutral.pdf
Exploring-Substances-Acidic-Basic-and-Neutral.pdf
Sandeep Swamy
 
Presentation on Tourism Product Development By Md Shaifullar Rabbi
Presentation on Tourism Product Development By Md Shaifullar RabbiPresentation on Tourism Product Development By Md Shaifullar Rabbi
Presentation on Tourism Product Development By Md Shaifullar Rabbi
Md Shaifullar Rabbi
 
How to Customize Your Financial Reports & Tax Reports With Odoo 17 Accounting
How to Customize Your Financial Reports & Tax Reports With Odoo 17 AccountingHow to Customize Your Financial Reports & Tax Reports With Odoo 17 Accounting
How to Customize Your Financial Reports & Tax Reports With Odoo 17 Accounting
Celine George
 
P-glycoprotein pamphlet: iteration 4 of 4 final
P-glycoprotein pamphlet: iteration 4 of 4 finalP-glycoprotein pamphlet: iteration 4 of 4 final
P-glycoprotein pamphlet: iteration 4 of 4 final
bs22n2s
 
Social Problem-Unemployment .pptx notes for Physiotherapy Students
Social Problem-Unemployment .pptx notes for Physiotherapy StudentsSocial Problem-Unemployment .pptx notes for Physiotherapy Students
Social Problem-Unemployment .pptx notes for Physiotherapy Students
DrNidhiAgarwal
 
K12 Tableau Tuesday - Algebra Equity and Access in Atlanta Public Schools
K12 Tableau Tuesday  - Algebra Equity and Access in Atlanta Public SchoolsK12 Tableau Tuesday  - Algebra Equity and Access in Atlanta Public Schools
K12 Tableau Tuesday - Algebra Equity and Access in Atlanta Public Schools
dogden2
 
How to Set warnings for invoicing specific customers in odoo
How to Set warnings for invoicing specific customers in odooHow to Set warnings for invoicing specific customers in odoo
How to Set warnings for invoicing specific customers in odoo
Celine George
 
World war-1(Causes & impacts at a glance) PPT by Simanchala Sarab(BABed,sem-4...
World war-1(Causes & impacts at a glance) PPT by Simanchala Sarab(BABed,sem-4...World war-1(Causes & impacts at a glance) PPT by Simanchala Sarab(BABed,sem-4...
World war-1(Causes & impacts at a glance) PPT by Simanchala Sarab(BABed,sem-4...
larencebapu132
 
Stein, Hunt, Green letter to Congress April 2025
Stein, Hunt, Green letter to Congress April 2025Stein, Hunt, Green letter to Congress April 2025
Stein, Hunt, Green letter to Congress April 2025
Mebane Rash
 
Ultimate VMware 2V0-11.25 Exam Dumps for Exam Success
Ultimate VMware 2V0-11.25 Exam Dumps for Exam SuccessUltimate VMware 2V0-11.25 Exam Dumps for Exam Success
Ultimate VMware 2V0-11.25 Exam Dumps for Exam Success
Mark Soia
 
pulse ppt.pptx Types of pulse , characteristics of pulse , Alteration of pulse
pulse  ppt.pptx Types of pulse , characteristics of pulse , Alteration of pulsepulse  ppt.pptx Types of pulse , characteristics of pulse , Alteration of pulse
pulse ppt.pptx Types of pulse , characteristics of pulse , Alteration of pulse
sushreesangita003
 
Handling Multiple Choice Responses: Fortune Effiong.pptx
Handling Multiple Choice Responses: Fortune Effiong.pptxHandling Multiple Choice Responses: Fortune Effiong.pptx
Handling Multiple Choice Responses: Fortune Effiong.pptx
AuthorAIDNationalRes
 
Sinhala_Male_Names.pdf Sinhala_Male_Name
Sinhala_Male_Names.pdf Sinhala_Male_NameSinhala_Male_Names.pdf Sinhala_Male_Name
Sinhala_Male_Names.pdf Sinhala_Male_Name
keshanf79
 
Introduction to Vibe Coding and Vibe Engineering
Introduction to Vibe Coding and Vibe EngineeringIntroduction to Vibe Coding and Vibe Engineering
Introduction to Vibe Coding and Vibe Engineering
Damian T. Gordon
 
To study Digestive system of insect.pptx
To study Digestive system of insect.pptxTo study Digestive system of insect.pptx
To study Digestive system of insect.pptx
Arshad Shaikh
 
Quality Contril Analysis of Containers.pdf
Quality Contril Analysis of Containers.pdfQuality Contril Analysis of Containers.pdf
Quality Contril Analysis of Containers.pdf
Dr. Bindiya Chauhan
 
Niamh Lucey, Mary Dunne. Health Sciences Libraries Group (LAI). Lighting the ...
Niamh Lucey, Mary Dunne. Health Sciences Libraries Group (LAI). Lighting the ...Niamh Lucey, Mary Dunne. Health Sciences Libraries Group (LAI). Lighting the ...
Niamh Lucey, Mary Dunne. Health Sciences Libraries Group (LAI). Lighting the ...
Library Association of Ireland
 
Exploring-Substances-Acidic-Basic-and-Neutral.pdf
Exploring-Substances-Acidic-Basic-and-Neutral.pdfExploring-Substances-Acidic-Basic-and-Neutral.pdf
Exploring-Substances-Acidic-Basic-and-Neutral.pdf
Sandeep Swamy
 
Presentation on Tourism Product Development By Md Shaifullar Rabbi
Presentation on Tourism Product Development By Md Shaifullar RabbiPresentation on Tourism Product Development By Md Shaifullar Rabbi
Presentation on Tourism Product Development By Md Shaifullar Rabbi
Md Shaifullar Rabbi
 
How to Customize Your Financial Reports & Tax Reports With Odoo 17 Accounting
How to Customize Your Financial Reports & Tax Reports With Odoo 17 AccountingHow to Customize Your Financial Reports & Tax Reports With Odoo 17 Accounting
How to Customize Your Financial Reports & Tax Reports With Odoo 17 Accounting
Celine George
 
P-glycoprotein pamphlet: iteration 4 of 4 final
P-glycoprotein pamphlet: iteration 4 of 4 finalP-glycoprotein pamphlet: iteration 4 of 4 final
P-glycoprotein pamphlet: iteration 4 of 4 final
bs22n2s
 
Social Problem-Unemployment .pptx notes for Physiotherapy Students
Social Problem-Unemployment .pptx notes for Physiotherapy StudentsSocial Problem-Unemployment .pptx notes for Physiotherapy Students
Social Problem-Unemployment .pptx notes for Physiotherapy Students
DrNidhiAgarwal
 
K12 Tableau Tuesday - Algebra Equity and Access in Atlanta Public Schools
K12 Tableau Tuesday  - Algebra Equity and Access in Atlanta Public SchoolsK12 Tableau Tuesday  - Algebra Equity and Access in Atlanta Public Schools
K12 Tableau Tuesday - Algebra Equity and Access in Atlanta Public Schools
dogden2
 
How to Set warnings for invoicing specific customers in odoo
How to Set warnings for invoicing specific customers in odooHow to Set warnings for invoicing specific customers in odoo
How to Set warnings for invoicing specific customers in odoo
Celine George
 
World war-1(Causes & impacts at a glance) PPT by Simanchala Sarab(BABed,sem-4...
World war-1(Causes & impacts at a glance) PPT by Simanchala Sarab(BABed,sem-4...World war-1(Causes & impacts at a glance) PPT by Simanchala Sarab(BABed,sem-4...
World war-1(Causes & impacts at a glance) PPT by Simanchala Sarab(BABed,sem-4...
larencebapu132
 
Ad

SoftwareTesting_Interview_Ques.pptx

  • 1. RahulShettyAcademy.com •Top 25 Software Testing Behavioral Interview Questions
  • 2. Suppose you find a bug in production. how would you make sure that the same bug is not introduced again? Add uncaught functionality to regression test cases If you have Automated Regression Suite, then write a new Script which validates above functionality RahulShettyAcademy.com – QA Platform
  • 3. What do you do when your developer denies that what you filed IS A BUG? • Provide Business Documentation reference to support why the existing functionality is not as per design. • Involve Product Owner / Business Analyst for Discussion. IF Bug is not reproducible then • Provide Screenshots of the Bug, Give Timestamp on when you reproduced this so that Developer can check in Application Logs. • Provide Test Data you have used for replicating issue RahulShettyAcademy.com – QA Platform
  • 4. What has been one of your greatest challenges while doing regression testing? • Test Data issue • Improper selection of regression test cases might skip a major regression defect to be found • RahulShettyAcademy.com – QA Platform
  • 5. Difference between functional and non-functional testing? • Functional testing verifies that features/System working as expected according to requirements, • Nonfunctional requirements: How Well the system does it within design & resource constraints • RahulShettyAcademy.com – QA Platform
  • 6. Enlist some of the key challenges that are faced while performing Software Testing • Data Issues, • Environment Available, • Using right set of tools • RahulShettyAcademy.com – QA Platform
  • 7. What are the different levels of testing? • Unit Testing • Integration Testing • System Testing • Acceptance Testing • RahulShettyAcademy.com – QA Platform
  • 8. What are the drawbacks of the Agile implementation/ methodology that you faced? • Sprints are usually very deadline constrained. • Documentation is not the priority • Frequent change in requirements • RahulShettyAcademy.com – QA Platform
  • 9. What is your approach when you have a high priority release to be delivered in a very short time? • Run Automation Suites • . Run Unit tests. • Manual testing on high level Priority Business test cases • RahulShettyAcademy.com – QA Platform
  • 10. Give an example for High Priority Low Severity Bug • Wrong Logo Image in Application • RahulShettyAcademy.com – QA Platform
  • 11. What is your understanding regarding a Test plan? • test plan is a document that consists of scope, approach, resources, and outline of the testing project as well as the activities for tracking the progress of the project. • RahulShettyAcademy.com – QA Platform
  • 12. Explain what will be your reaction if a project you had been working got Sudden change in its deadline? • .As a QA Engineer, Be open on your thoughts if you can deliver the project with QA Sign off covering all testcases • If Pre release is must, then discuss the oppurtunities of increasing QA Resources or possibility of partial product delivery • You have the power to hold QA Sign off if you are not satisfied with quality of product which eventually stops the release date • RahulShettyAcademy.com – QA Platform
  • 13. What is the difference between Smoke testing and Sanity Testing? • Sanity testing is a kind of Software Testing performed after receiving a software build, with minor changes in code, or functionality, to ascertain that the bugs have been fixed and no further issues are introduced due to these changes. • Smoke Testing is a special type of testing performed on Software build to check the critical functionalities of the program • RahulShettyAcademy.com – QA Platform
  • 14. If a small section of code in application is updated? What is your Test approach in validating it?
  • 15. Differentiate Ad-hoc Testing and Exploratory Testing? • Adhoc testing Includes learning the application first and then proceeding with the testing process. • Exploratory testing form of testing includes learning the application while testing. • RahulShettyAcademy.com – QA Platform
  • 16. What are your daily activities as a member of automation tester in your office? • Running Smoke Suite on daily Basis and sending the mail to team on health of the application • Verify Defects Assigned to you and take appropriate Actions • Working on Manual and Automation testing for the stories in Current Sprint • RahulShettyAcademy.com – QA Platform
  • 17. How do you select regression test cases or form the regression test suite? • Include the test cases that verify core features of the application: • . Include the test cases for functionalities that have undergone recent changes: • Include the test cases that have frequently yielded bugs: • RahulShettyAcademy.com – QA Platform
  • 18. Have you ever managed writing the test cases without having any documents? In one of my previous project, we had to redevelop our internal tool with new Technology, But There are no testcases/Documentation for the old/existing product. As there is no documentation, Below are the steps I have followed • Understand and exploring the existing Product to come up with Scenarios. • Spending time with Product owner or Seniors to understand the Business of the tool. • Going through production Bugs which found previously for product so that edge testcases are not missed in writing the tests for Upgraded product RahulShettyAcademy.com – QA Platform
  • 19. What is the first action you perform as a tester when application throws any weird Errors? • Open Developer tools-> Check in Console for any Java Script Errors • Open Network Tab -> And see if any request Responses are failed • Verify APplication logs to understand the actual issue • RahulShettyAcademy.com – QA Platform
  • 20. How do you solve if there is any conflict with your peer QA on any technical aspect? • There should be argument only up to certain extent with your Peer on why you are correct • If it is still conflict, • Involve team and discuss the conflict issue with larger Audience. Open to take suggestions from your Team. • Accept any decision made from Team meeting with Smile. • RahulShettyAcademy.com – QA Platform
  • 21. How do we decide if test case Is not ideal candidate for Automation? • Tests which are highly dependent on Data with frequent changes every time • Tests which cannot be automated due to technical challenges • Tests which are unstable due to complex nature of Application. • RahulShettyAcademy.com – QA Platform
  • 22. Difference between retesting and regression testing? • Retesting is done to make sure that the tests cases which failed in last execution are passed after the defects are fixed. • Regression testing is to ensure that changes have not affected unchanged part. • Regression testing is not carried out for specific defect fixes • RahulShettyAcademy.com – QA Platform
  • 23. What’s the most interesting bug that you’ve found recently?
  • 24. In Agile Environments, in case you have any doubts regarding your project, how do you approach? • As a tester, For Domain related queries, You should reach out to Business Analyst, Product Owner • RahulShettyAcademy.com – QA Platform
  • 25. As a tester, how do you differentiate Dummy login page which is exactly designed like your Working project login page • Application Logs • RahulShettyAcademy.com – QA Platform
  • 26. How Will You Tell If Enough Test Cases Have Been Created To Test A Product? • Each Business requirement is mapped to at least one test Scenario • Each Test Scenario should have positive and negative test cases • Using traceability Metrix to check whether these testcases are covering all the requirement specification