SlideShare a Scribd company logo
Top 20 Software Testing Interview
Questions for SDET
By DevLabs Alliance
Visit us at: www.devlabsalliance.com
Email: training@devlabsalliance.com
Contact: +91 9717514555
Testing Interview Questions for SDET
1. What is the difference between SDET and manual Tester?
SDET is a highly skilled resource having both development and testing skills whereas
manual testers have limited programming skills and can only prepare and execute the test
cases.
SDETs can develop test automation tools and can use it but testers are not expected to
develop the automations tools, they can only use the various automation tools.
Testing Interview Questions for SDET
2. What are the roles and responsibilities of SDET?
Below are the roles and responsibilities of SDET :
• Participation in design and architectural discussion
• Understanding the project requirements
• Creation of Automation framework and perform the testing through the framework
• Build different test scenarios and tests acceptance criteria's
• SDET works with development team and helps in resolving the issue
• Creation of defect reports and managing communication with the team
Testing Interview Questions for SDET
3. What are the roles and responsibilities of Agile Tester?
• He should attend sprint-planning sessions
• He should attend daily stand-ups
• He should be able to communicate with stakeholders and business people for better
understanding of functionality of the software
• He should communicate with other teams like development team continuously to
understand the actual flow of code and short hand-off demonstrations
• He should not wait for the development to end and then start testing. The testing should go
in parallel with development throughout the sprint
• He should be able to automate the maximum test cases using effective testing tools
Testing Interview Questions for SDET
4. What is the difference between Quality Assurance and Quality
Control?
Quality Assurance involves in process-oriented activities. It focuses on the approaches,
techniques, methods and processes and ensures that they are implemented correctly.
It basically focuses on prevention of defects in the process used to make software
application.
Quality Control involves in product-oriented activities. It ensures that the approaches,
techniques, methods and processes that are designed in the project are following
correctly.
It focuses on the execution of program or code to identify the defects in the software
application.
Testing Interview Questions for SDET
5. What is the difference between Severity and Priority?
Severity is defined as the degree of impact a defect has on the application whereas
Priority defines the order in which a defect should be fixed.
For eg.: A site maintaining the employees record doesn’t allow to save the record on click
of Save button. So this would be a very severe defect as this is blocking the main
functionality.
This should be fixed in high priority because primary functionality is breaking.
Testing Interview Questions for SDET
6. Give an example of High Priority and High Severity defect.
Submit button is not working on a login page and customers are unable to login to the
application.
For eg.: Any site which allow access to authorized users only by giving the valid credentials
and clicking on Login button.
But login button of the page doesn’t allow the authorized user to enter the site. Then this
would be the high severity and high priority defect.
Testing Interview Questions for SDET
7. Give an example of Low priority and High Severity defect.
There is a crash in some functionality which is going to deliver after couple of releases.
For eg: A link provided in FAQ page is not opening but this link is rarely used by end user.
So it can be fixed in some later release. So, this would be a high severity defect because
some link of the page is not opening but since this is not used by the user, so it can be set
to low priority.
Testing Interview Questions for SDET
8. State 4 differences between Verification and Validation.
Verification Validation
It is a process of checking if the software being developed
meets the specification.
It is a process of checking whether the specifications that are
developed meet the customer’s requirements.
It does not involve execution of the code. It involves execution of the code.
It is done at the time of development. It is done after the completion of development by testing team.
It describes whether the outputs are as per the inputs.
It describes whether the software is accepted by the customer
or not.
Testing Interview Questions for SDET
9. What are the phases of Software Testing Life Cycle?
Requirement
Analysis
Test Planning
Test Case
Development
Test
Environment
Setup
Test
Execution
Test Cycle
Closure
Testing Interview Questions for SDET
10. What is the difference between Test Scenario and Test Case?
Test Scenario describes any functionality that can be tested.
Test case is a document that contains the steps that has to be executed.
For eg.:
Test Scenario: Login into the application
This test scenario is the functionality of the application and it will include number of Test
cases like:
TC1: Verify whether email is valid.
TC2: Verify whether valid email id and valid password are entered.
TC3: Verify that proper error messages are displayed if wrong email id or password is
entered.
Testing Interview Questions for SDET
11. What is Test Plan?
Test Plan is a document that describes the scope, approach, resources and schedule of
testing activities.
Find the Test Plan template in next slide:
Testing Interview Questions for SDET
Testing Interview Questions for SDET
12. What are the components of Test Plan?
• Test Strategy
• Test Objective
• Entry and Exit Criteria
• Resource Planning
•Test Deliverables
Testing Interview Questions for SDET
13. What is Test Script?
Test Script is written in a programming language and is a short program to test part of the
functionality.
For eg.: to click any button, we can write the script as:
click(“buttonName”);
Testing Interview Questions for SDET
14. What is the difference between Alpha Testing and Beta Testing?
Alpha Testing is a pre-release testing performed by end user representative at the
developer’s site.
Beta Testing is the testing performed by customers at their own location.
For eg.: When any new android version is released, then alpha testing is done first with
the developer to verify its functioning.
Once alpha testing is completed, Beta testing is done by the end user to verify that its
working fine without any bugs and crashes.
Testing Interview Questions for SDET
15. What is the difference between Sanity Testing and Regression
Testing?
Sanity Testing is a surface level testing in which tester checks whether whole functionality
of the software works in a proper way.
Regression Testing is a process of testing changes to programs to make sure that the older
functionality still works with the new changes.
Testing Interview Questions for SDET
16. What is Re-testing?
Retesting is a process of checking the bugs that are fixed by development team.
For eg.: If in any release, say 1.1, some defect is introduced which is fixed by developers
and then released to tester in 1.2 release. Thus in 1.2 release, tester will again test the
defect to verify whether its been fixed or not. This process of checking the defect again is
called as Re-testing.
Testing Interview Questions for SDET
17. What is Boundary Value Testing?
Boundary Value Testing is a testing on boundary conditions, below and above the edges of
input and output equivalence classes.
For eg.: Some text box takes only values from 3 to 8.
Minimum boundary value: 3
Maximum boundary value: 8
Testing with Invalid inputs: 2(below range) and 9(above range)
Testing with valid inputs: 3(min),4(min+1),7(max-1) and 8(max)
Testing Interview Questions for SDET
18. Explain Life-Cycle of Defect.
Testing Interview Questions for SDET
19. What is Traceability Matrix?
Traceability Matrix is a document that shows the relationship between test cases and
requirements.
It is prepared before test case designing.
It ensures that all the requirements and change requests are tested.
Testing Interview Questions for SDET
20. How Requirement Traceability Matrix(RTM) is prepared?
For preparing the Requirement Traceability Matrix, follow below steps:
• Gather all requirement documents. Documents include Business Requirement
• Document, Functional Specification Document, Technical Specification Document.
• List down all the requirements from Business Requirement Document one by one with
Requirement Id#.
• Go to Functional Specification Document and list all functional requirement for each
business requirement.
• Open Test Scenario or test case document and link available test case ids to respective
functional requirements.
Visit us at: www.devlabsalliance.com
Email: training@devlabsalliance.com
Contact: +91 9717514555
Ad

More Related Content

What's hot (20)

Selenium interview-questions-freshers
Selenium interview-questions-freshersSelenium interview-questions-freshers
Selenium interview-questions-freshers
Naga Mani
 
Journey's diary developing a framework using tdd
Journey's diary   developing a framework using tddJourney's diary   developing a framework using tdd
Journey's diary developing a framework using tdd
eduardomg23
 
Unit Testing & TDD Training for Mobile Apps
Unit Testing & TDD Training for Mobile AppsUnit Testing & TDD Training for Mobile Apps
Unit Testing & TDD Training for Mobile Apps
Marcelo Busico
 
TDD with Visual Studio 2010
TDD with Visual Studio 2010TDD with Visual Studio 2010
TDD with Visual Studio 2010
Stefano Paluello
 
Working With Legacy Code
Working With Legacy CodeWorking With Legacy Code
Working With Legacy Code
Andrea Polci
 
Java quick reference
Java quick referenceJava quick reference
Java quick reference
www.programmingarena.com
 
When develpment met test(shift left testing)
When develpment met test(shift left testing)When develpment met test(shift left testing)
When develpment met test(shift left testing)
SangIn Choung
 
Introducing Keyword-Driven Test Automation
Introducing Keyword-Driven Test AutomationIntroducing Keyword-Driven Test Automation
Introducing Keyword-Driven Test Automation
TechWell
 
Working Effectively with Legacy Code
Working Effectively with Legacy CodeWorking Effectively with Legacy Code
Working Effectively with Legacy Code
Orbit One - We create coherence
 
Dependency Injection in iOS
Dependency Injection in iOSDependency Injection in iOS
Dependency Injection in iOS
Pablo Villar
 
Roy Osherove on Unit Testing Good Practices and Horrible Mistakes
Roy Osherove on Unit Testing Good Practices and Horrible MistakesRoy Osherove on Unit Testing Good Practices and Horrible Mistakes
Roy Osherove on Unit Testing Good Practices and Horrible Mistakes
Roy Osherove
 
An Introduction to Test Driven Development
An Introduction to Test Driven Development An Introduction to Test Driven Development
An Introduction to Test Driven Development
CodeOps Technologies LLP
 
Unit Tests And Automated Testing
Unit Tests And Automated TestingUnit Tests And Automated Testing
Unit Tests And Automated Testing
Lee Englestone
 
Introducing Keyword-driven Test Automation
Introducing Keyword-driven Test AutomationIntroducing Keyword-driven Test Automation
Introducing Keyword-driven Test Automation
TechWell
 
Java scjp-part1
Java scjp-part1Java scjp-part1
Java scjp-part1
Raghavendra V Gayakwad
 
Clean Unit Test Patterns
Clean Unit Test PatternsClean Unit Test Patterns
Clean Unit Test Patterns
Frank Appel
 
TDD - Test Driven Development
TDD - Test Driven DevelopmentTDD - Test Driven Development
TDD - Test Driven Development
Tung Nguyen Thanh
 
iOS Test-Driven Development
iOS Test-Driven DevelopmentiOS Test-Driven Development
iOS Test-Driven Development
Pablo Villar
 
Unit Testing
Unit TestingUnit Testing
Unit Testing
Scott Leberknight
 
Unit Testing Guidelines
Unit Testing GuidelinesUnit Testing Guidelines
Unit Testing Guidelines
Joel Hooks
 
Selenium interview-questions-freshers
Selenium interview-questions-freshersSelenium interview-questions-freshers
Selenium interview-questions-freshers
Naga Mani
 
Journey's diary developing a framework using tdd
Journey's diary   developing a framework using tddJourney's diary   developing a framework using tdd
Journey's diary developing a framework using tdd
eduardomg23
 
Unit Testing & TDD Training for Mobile Apps
Unit Testing & TDD Training for Mobile AppsUnit Testing & TDD Training for Mobile Apps
Unit Testing & TDD Training for Mobile Apps
Marcelo Busico
 
TDD with Visual Studio 2010
TDD with Visual Studio 2010TDD with Visual Studio 2010
TDD with Visual Studio 2010
Stefano Paluello
 
Working With Legacy Code
Working With Legacy CodeWorking With Legacy Code
Working With Legacy Code
Andrea Polci
 
When develpment met test(shift left testing)
When develpment met test(shift left testing)When develpment met test(shift left testing)
When develpment met test(shift left testing)
SangIn Choung
 
Introducing Keyword-Driven Test Automation
Introducing Keyword-Driven Test AutomationIntroducing Keyword-Driven Test Automation
Introducing Keyword-Driven Test Automation
TechWell
 
Dependency Injection in iOS
Dependency Injection in iOSDependency Injection in iOS
Dependency Injection in iOS
Pablo Villar
 
Roy Osherove on Unit Testing Good Practices and Horrible Mistakes
Roy Osherove on Unit Testing Good Practices and Horrible MistakesRoy Osherove on Unit Testing Good Practices and Horrible Mistakes
Roy Osherove on Unit Testing Good Practices and Horrible Mistakes
Roy Osherove
 
An Introduction to Test Driven Development
An Introduction to Test Driven Development An Introduction to Test Driven Development
An Introduction to Test Driven Development
CodeOps Technologies LLP
 
Unit Tests And Automated Testing
Unit Tests And Automated TestingUnit Tests And Automated Testing
Unit Tests And Automated Testing
Lee Englestone
 
Introducing Keyword-driven Test Automation
Introducing Keyword-driven Test AutomationIntroducing Keyword-driven Test Automation
Introducing Keyword-driven Test Automation
TechWell
 
Clean Unit Test Patterns
Clean Unit Test PatternsClean Unit Test Patterns
Clean Unit Test Patterns
Frank Appel
 
TDD - Test Driven Development
TDD - Test Driven DevelopmentTDD - Test Driven Development
TDD - Test Driven Development
Tung Nguyen Thanh
 
iOS Test-Driven Development
iOS Test-Driven DevelopmentiOS Test-Driven Development
iOS Test-Driven Development
Pablo Villar
 
Unit Testing Guidelines
Unit Testing GuidelinesUnit Testing Guidelines
Unit Testing Guidelines
Joel Hooks
 

Similar to Top 20 software testing interview questions for sdet (20)

Aim (A).pptx
Aim (A).pptxAim (A).pptx
Aim (A).pptx
14941
 
Software Testing - A sneak preview By Srikanth
Software Testing - A sneak preview By SrikanthSoftware Testing - A sneak preview By Srikanth
Software Testing - A sneak preview By Srikanth
Srikanth Krishnamoorthy
 
The Essentials Of Test Driven Development
The Essentials Of Test Driven Development The Essentials Of Test Driven Development
The Essentials Of Test Driven Development
Rock Interview
 
CHAPTER 1 BASIC CONCEPTS AND PRELIMINARIES
CHAPTER 1 BASIC CONCEPTS AND PRELIMINARIESCHAPTER 1 BASIC CONCEPTS AND PRELIMINARIES
CHAPTER 1 BASIC CONCEPTS AND PRELIMINARIES
Samruddhi Sheth
 
Stm unit1
Stm unit1Stm unit1
Stm unit1
Chaitanya Kn
 
Testing software development
Testing software developmentTesting software development
Testing software development
Er. Nawaraj Bhandari
 
The productivity of testing in software development life cycle
The productivity of testing in software development life cycleThe productivity of testing in software development life cycle
The productivity of testing in software development life cycle
Nora Alriyes
 
Test Policy and Practices
Test Policy and PracticesTest Policy and Practices
Test Policy and Practices
Talentica Software
 
CTFL Module 01
CTFL Module 01CTFL Module 01
CTFL Module 01
Davis Thomas
 
IRJET- Research Study on Testing Mantle in SDLC
IRJET- Research Study on Testing Mantle in SDLCIRJET- Research Study on Testing Mantle in SDLC
IRJET- Research Study on Testing Mantle in SDLC
IRJET Journal
 
stm f.pdf
stm f.pdfstm f.pdf
stm f.pdf
HarshNagda5
 
SOFTWARE TESTING
SOFTWARE TESTINGSOFTWARE TESTING
SOFTWARE TESTING
acemindia
 
DevFest 2024 - Quality First_ Introduction to Software Testing.pptx
DevFest 2024 - Quality First_ Introduction to Software Testing.pptxDevFest 2024 - Quality First_ Introduction to Software Testing.pptx
DevFest 2024 - Quality First_ Introduction to Software Testing.pptx
mohamedmaaty1998
 
Testing overview
Testing overviewTesting overview
Testing overview
Anandhababu Msj
 
Software testing and software development process
Software testing and software development processSoftware testing and software development process
Software testing and software development process
Gen Aloys Ochola Badde
 
An introduction to Software Testing and Test Management
An introduction to Software Testing and Test ManagementAn introduction to Software Testing and Test Management
An introduction to Software Testing and Test Management
Anuraj S.L
 
Unit 1, PART 1 Software testing methodologies
Unit 1, PART 1 Software testing methodologiesUnit 1, PART 1 Software testing methodologies
Unit 1, PART 1 Software testing methodologies
RevathiPemmaraju1
 
STM-UNIT-1.pptx
STM-UNIT-1.pptxSTM-UNIT-1.pptx
STM-UNIT-1.pptx
nischal55
 
Acceptance test driven development
Acceptance test driven developmentAcceptance test driven development
Acceptance test driven development
Editor Jacotech
 
STLC & SDLC-ppt-1.pptx
STLC & SDLC-ppt-1.pptxSTLC & SDLC-ppt-1.pptx
STLC & SDLC-ppt-1.pptx
ssusere4c6aa
 
Aim (A).pptx
Aim (A).pptxAim (A).pptx
Aim (A).pptx
14941
 
Software Testing - A sneak preview By Srikanth
Software Testing - A sneak preview By SrikanthSoftware Testing - A sneak preview By Srikanth
Software Testing - A sneak preview By Srikanth
Srikanth Krishnamoorthy
 
The Essentials Of Test Driven Development
The Essentials Of Test Driven Development The Essentials Of Test Driven Development
The Essentials Of Test Driven Development
Rock Interview
 
CHAPTER 1 BASIC CONCEPTS AND PRELIMINARIES
CHAPTER 1 BASIC CONCEPTS AND PRELIMINARIESCHAPTER 1 BASIC CONCEPTS AND PRELIMINARIES
CHAPTER 1 BASIC CONCEPTS AND PRELIMINARIES
Samruddhi Sheth
 
The productivity of testing in software development life cycle
The productivity of testing in software development life cycleThe productivity of testing in software development life cycle
The productivity of testing in software development life cycle
Nora Alriyes
 
IRJET- Research Study on Testing Mantle in SDLC
IRJET- Research Study on Testing Mantle in SDLCIRJET- Research Study on Testing Mantle in SDLC
IRJET- Research Study on Testing Mantle in SDLC
IRJET Journal
 
SOFTWARE TESTING
SOFTWARE TESTINGSOFTWARE TESTING
SOFTWARE TESTING
acemindia
 
DevFest 2024 - Quality First_ Introduction to Software Testing.pptx
DevFest 2024 - Quality First_ Introduction to Software Testing.pptxDevFest 2024 - Quality First_ Introduction to Software Testing.pptx
DevFest 2024 - Quality First_ Introduction to Software Testing.pptx
mohamedmaaty1998
 
Software testing and software development process
Software testing and software development processSoftware testing and software development process
Software testing and software development process
Gen Aloys Ochola Badde
 
An introduction to Software Testing and Test Management
An introduction to Software Testing and Test ManagementAn introduction to Software Testing and Test Management
An introduction to Software Testing and Test Management
Anuraj S.L
 
Unit 1, PART 1 Software testing methodologies
Unit 1, PART 1 Software testing methodologiesUnit 1, PART 1 Software testing methodologies
Unit 1, PART 1 Software testing methodologies
RevathiPemmaraju1
 
STM-UNIT-1.pptx
STM-UNIT-1.pptxSTM-UNIT-1.pptx
STM-UNIT-1.pptx
nischal55
 
Acceptance test driven development
Acceptance test driven developmentAcceptance test driven development
Acceptance test driven development
Editor Jacotech
 
STLC & SDLC-ppt-1.pptx
STLC & SDLC-ppt-1.pptxSTLC & SDLC-ppt-1.pptx
STLC & SDLC-ppt-1.pptx
ssusere4c6aa
 
Ad

Recently uploaded (20)

Robotic Process Automation (RPA) Software Development Services.pptx
Robotic Process Automation (RPA) Software Development Services.pptxRobotic Process Automation (RPA) Software Development Services.pptx
Robotic Process Automation (RPA) Software Development Services.pptx
julia smits
 
cram_advancedword2007version2025final.ppt
cram_advancedword2007version2025final.pptcram_advancedword2007version2025final.ppt
cram_advancedword2007version2025final.ppt
ahmedsaadtax2025
 
Buy vs. Build: Unlocking the right path for your training tech
Buy vs. Build: Unlocking the right path for your training techBuy vs. Build: Unlocking the right path for your training tech
Buy vs. Build: Unlocking the right path for your training tech
Rustici Software
 
Best HR and Payroll Software in Bangladesh - accordHRM
Best HR and Payroll Software in Bangladesh - accordHRMBest HR and Payroll Software in Bangladesh - accordHRM
Best HR and Payroll Software in Bangladesh - accordHRM
accordHRM
 
wAIred_LearnWithOutAI_JCON_14052025.pptx
wAIred_LearnWithOutAI_JCON_14052025.pptxwAIred_LearnWithOutAI_JCON_14052025.pptx
wAIred_LearnWithOutAI_JCON_14052025.pptx
SimonedeGijt
 
Codingo Ltd. - Introduction - Mobile application, web, custom software develo...
Codingo Ltd. - Introduction - Mobile application, web, custom software develo...Codingo Ltd. - Introduction - Mobile application, web, custom software develo...
Codingo Ltd. - Introduction - Mobile application, web, custom software develo...
Codingo
 
Top 12 Most Useful AngularJS Development Tools to Use in 2025
Top 12 Most Useful AngularJS Development Tools to Use in 2025Top 12 Most Useful AngularJS Development Tools to Use in 2025
Top 12 Most Useful AngularJS Development Tools to Use in 2025
GrapesTech Solutions
 
User interface and User experience Modernization.pptx
User interface and User experience  Modernization.pptxUser interface and User experience  Modernization.pptx
User interface and User experience Modernization.pptx
MustafaAlshekly1
 
Medical Device Cybersecurity Threat & Risk Scoring
Medical Device Cybersecurity Threat & Risk ScoringMedical Device Cybersecurity Threat & Risk Scoring
Medical Device Cybersecurity Threat & Risk Scoring
ICS
 
!%& IDM Crack with Internet Download Manager 6.42 Build 32 >
!%& IDM Crack with Internet Download Manager 6.42 Build 32 >!%& IDM Crack with Internet Download Manager 6.42 Build 32 >
!%& IDM Crack with Internet Download Manager 6.42 Build 32 >
Ranking Google
 
Exchange Migration Tool- Shoviv Software
Exchange Migration Tool- Shoviv SoftwareExchange Migration Tool- Shoviv Software
Exchange Migration Tool- Shoviv Software
Shoviv Software
 
Reinventing Microservices Efficiency and Innovation with Single-Runtime
Reinventing Microservices Efficiency and Innovation with Single-RuntimeReinventing Microservices Efficiency and Innovation with Single-Runtime
Reinventing Microservices Efficiency and Innovation with Single-Runtime
Natan Silnitsky
 
The-Future-is-Hybrid-Exploring-Azure’s-Role-in-Multi-Cloud-Strategies.pptx
The-Future-is-Hybrid-Exploring-Azure’s-Role-in-Multi-Cloud-Strategies.pptxThe-Future-is-Hybrid-Exploring-Azure’s-Role-in-Multi-Cloud-Strategies.pptx
The-Future-is-Hybrid-Exploring-Azure’s-Role-in-Multi-Cloud-Strategies.pptx
james brownuae
 
Solar-wind hybrid engery a system sustainable power
Solar-wind  hybrid engery a system sustainable powerSolar-wind  hybrid engery a system sustainable power
Solar-wind hybrid engery a system sustainable power
bhoomigowda12345
 
Bridging Sales & Marketing Gaps with IInfotanks’ Salesforce Account Engagemen...
Bridging Sales & Marketing Gaps with IInfotanks’ Salesforce Account Engagemen...Bridging Sales & Marketing Gaps with IInfotanks’ Salesforce Account Engagemen...
Bridging Sales & Marketing Gaps with IInfotanks’ Salesforce Account Engagemen...
jamesmartin143256
 
Quasar Framework Introduction for C++ develpoers
Quasar Framework Introduction for C++ develpoersQuasar Framework Introduction for C++ develpoers
Quasar Framework Introduction for C++ develpoers
sadadkhah
 
UI/UX Design & Development and Servicess
UI/UX Design & Development and ServicessUI/UX Design & Development and Servicess
UI/UX Design & Development and Servicess
marketing810348
 
Troubleshooting JVM Outages – 3 Fortune 500 case studies
Troubleshooting JVM Outages – 3 Fortune 500 case studiesTroubleshooting JVM Outages – 3 Fortune 500 case studies
Troubleshooting JVM Outages – 3 Fortune 500 case studies
Tier1 app
 
Wilcom Embroidery Studio Crack Free Latest 2025
Wilcom Embroidery Studio Crack Free Latest 2025Wilcom Embroidery Studio Crack Free Latest 2025
Wilcom Embroidery Studio Crack Free Latest 2025
Web Designer
 
iTop VPN With Crack Lifetime Activation Key
iTop VPN With Crack Lifetime Activation KeyiTop VPN With Crack Lifetime Activation Key
iTop VPN With Crack Lifetime Activation Key
raheemk1122g
 
Robotic Process Automation (RPA) Software Development Services.pptx
Robotic Process Automation (RPA) Software Development Services.pptxRobotic Process Automation (RPA) Software Development Services.pptx
Robotic Process Automation (RPA) Software Development Services.pptx
julia smits
 
cram_advancedword2007version2025final.ppt
cram_advancedword2007version2025final.pptcram_advancedword2007version2025final.ppt
cram_advancedword2007version2025final.ppt
ahmedsaadtax2025
 
Buy vs. Build: Unlocking the right path for your training tech
Buy vs. Build: Unlocking the right path for your training techBuy vs. Build: Unlocking the right path for your training tech
Buy vs. Build: Unlocking the right path for your training tech
Rustici Software
 
Best HR and Payroll Software in Bangladesh - accordHRM
Best HR and Payroll Software in Bangladesh - accordHRMBest HR and Payroll Software in Bangladesh - accordHRM
Best HR and Payroll Software in Bangladesh - accordHRM
accordHRM
 
wAIred_LearnWithOutAI_JCON_14052025.pptx
wAIred_LearnWithOutAI_JCON_14052025.pptxwAIred_LearnWithOutAI_JCON_14052025.pptx
wAIred_LearnWithOutAI_JCON_14052025.pptx
SimonedeGijt
 
Codingo Ltd. - Introduction - Mobile application, web, custom software develo...
Codingo Ltd. - Introduction - Mobile application, web, custom software develo...Codingo Ltd. - Introduction - Mobile application, web, custom software develo...
Codingo Ltd. - Introduction - Mobile application, web, custom software develo...
Codingo
 
Top 12 Most Useful AngularJS Development Tools to Use in 2025
Top 12 Most Useful AngularJS Development Tools to Use in 2025Top 12 Most Useful AngularJS Development Tools to Use in 2025
Top 12 Most Useful AngularJS Development Tools to Use in 2025
GrapesTech Solutions
 
User interface and User experience Modernization.pptx
User interface and User experience  Modernization.pptxUser interface and User experience  Modernization.pptx
User interface and User experience Modernization.pptx
MustafaAlshekly1
 
Medical Device Cybersecurity Threat & Risk Scoring
Medical Device Cybersecurity Threat & Risk ScoringMedical Device Cybersecurity Threat & Risk Scoring
Medical Device Cybersecurity Threat & Risk Scoring
ICS
 
!%& IDM Crack with Internet Download Manager 6.42 Build 32 >
!%& IDM Crack with Internet Download Manager 6.42 Build 32 >!%& IDM Crack with Internet Download Manager 6.42 Build 32 >
!%& IDM Crack with Internet Download Manager 6.42 Build 32 >
Ranking Google
 
Exchange Migration Tool- Shoviv Software
Exchange Migration Tool- Shoviv SoftwareExchange Migration Tool- Shoviv Software
Exchange Migration Tool- Shoviv Software
Shoviv Software
 
Reinventing Microservices Efficiency and Innovation with Single-Runtime
Reinventing Microservices Efficiency and Innovation with Single-RuntimeReinventing Microservices Efficiency and Innovation with Single-Runtime
Reinventing Microservices Efficiency and Innovation with Single-Runtime
Natan Silnitsky
 
The-Future-is-Hybrid-Exploring-Azure’s-Role-in-Multi-Cloud-Strategies.pptx
The-Future-is-Hybrid-Exploring-Azure’s-Role-in-Multi-Cloud-Strategies.pptxThe-Future-is-Hybrid-Exploring-Azure’s-Role-in-Multi-Cloud-Strategies.pptx
The-Future-is-Hybrid-Exploring-Azure’s-Role-in-Multi-Cloud-Strategies.pptx
james brownuae
 
Solar-wind hybrid engery a system sustainable power
Solar-wind  hybrid engery a system sustainable powerSolar-wind  hybrid engery a system sustainable power
Solar-wind hybrid engery a system sustainable power
bhoomigowda12345
 
Bridging Sales & Marketing Gaps with IInfotanks’ Salesforce Account Engagemen...
Bridging Sales & Marketing Gaps with IInfotanks’ Salesforce Account Engagemen...Bridging Sales & Marketing Gaps with IInfotanks’ Salesforce Account Engagemen...
Bridging Sales & Marketing Gaps with IInfotanks’ Salesforce Account Engagemen...
jamesmartin143256
 
Quasar Framework Introduction for C++ develpoers
Quasar Framework Introduction for C++ develpoersQuasar Framework Introduction for C++ develpoers
Quasar Framework Introduction for C++ develpoers
sadadkhah
 
UI/UX Design & Development and Servicess
UI/UX Design & Development and ServicessUI/UX Design & Development and Servicess
UI/UX Design & Development and Servicess
marketing810348
 
Troubleshooting JVM Outages – 3 Fortune 500 case studies
Troubleshooting JVM Outages – 3 Fortune 500 case studiesTroubleshooting JVM Outages – 3 Fortune 500 case studies
Troubleshooting JVM Outages – 3 Fortune 500 case studies
Tier1 app
 
Wilcom Embroidery Studio Crack Free Latest 2025
Wilcom Embroidery Studio Crack Free Latest 2025Wilcom Embroidery Studio Crack Free Latest 2025
Wilcom Embroidery Studio Crack Free Latest 2025
Web Designer
 
iTop VPN With Crack Lifetime Activation Key
iTop VPN With Crack Lifetime Activation KeyiTop VPN With Crack Lifetime Activation Key
iTop VPN With Crack Lifetime Activation Key
raheemk1122g
 
Ad

Top 20 software testing interview questions for sdet

  • 1. Top 20 Software Testing Interview Questions for SDET By DevLabs Alliance Visit us at: www.devlabsalliance.com Email: training@devlabsalliance.com Contact: +91 9717514555
  • 2. Testing Interview Questions for SDET 1. What is the difference between SDET and manual Tester? SDET is a highly skilled resource having both development and testing skills whereas manual testers have limited programming skills and can only prepare and execute the test cases. SDETs can develop test automation tools and can use it but testers are not expected to develop the automations tools, they can only use the various automation tools.
  • 3. Testing Interview Questions for SDET 2. What are the roles and responsibilities of SDET? Below are the roles and responsibilities of SDET : • Participation in design and architectural discussion • Understanding the project requirements • Creation of Automation framework and perform the testing through the framework • Build different test scenarios and tests acceptance criteria's • SDET works with development team and helps in resolving the issue • Creation of defect reports and managing communication with the team
  • 4. Testing Interview Questions for SDET 3. What are the roles and responsibilities of Agile Tester? • He should attend sprint-planning sessions • He should attend daily stand-ups • He should be able to communicate with stakeholders and business people for better understanding of functionality of the software • He should communicate with other teams like development team continuously to understand the actual flow of code and short hand-off demonstrations • He should not wait for the development to end and then start testing. The testing should go in parallel with development throughout the sprint • He should be able to automate the maximum test cases using effective testing tools
  • 5. Testing Interview Questions for SDET 4. What is the difference between Quality Assurance and Quality Control? Quality Assurance involves in process-oriented activities. It focuses on the approaches, techniques, methods and processes and ensures that they are implemented correctly. It basically focuses on prevention of defects in the process used to make software application. Quality Control involves in product-oriented activities. It ensures that the approaches, techniques, methods and processes that are designed in the project are following correctly. It focuses on the execution of program or code to identify the defects in the software application.
  • 6. Testing Interview Questions for SDET 5. What is the difference between Severity and Priority? Severity is defined as the degree of impact a defect has on the application whereas Priority defines the order in which a defect should be fixed. For eg.: A site maintaining the employees record doesn’t allow to save the record on click of Save button. So this would be a very severe defect as this is blocking the main functionality. This should be fixed in high priority because primary functionality is breaking.
  • 7. Testing Interview Questions for SDET 6. Give an example of High Priority and High Severity defect. Submit button is not working on a login page and customers are unable to login to the application. For eg.: Any site which allow access to authorized users only by giving the valid credentials and clicking on Login button. But login button of the page doesn’t allow the authorized user to enter the site. Then this would be the high severity and high priority defect.
  • 8. Testing Interview Questions for SDET 7. Give an example of Low priority and High Severity defect. There is a crash in some functionality which is going to deliver after couple of releases. For eg: A link provided in FAQ page is not opening but this link is rarely used by end user. So it can be fixed in some later release. So, this would be a high severity defect because some link of the page is not opening but since this is not used by the user, so it can be set to low priority.
  • 9. Testing Interview Questions for SDET 8. State 4 differences between Verification and Validation. Verification Validation It is a process of checking if the software being developed meets the specification. It is a process of checking whether the specifications that are developed meet the customer’s requirements. It does not involve execution of the code. It involves execution of the code. It is done at the time of development. It is done after the completion of development by testing team. It describes whether the outputs are as per the inputs. It describes whether the software is accepted by the customer or not.
  • 10. Testing Interview Questions for SDET 9. What are the phases of Software Testing Life Cycle? Requirement Analysis Test Planning Test Case Development Test Environment Setup Test Execution Test Cycle Closure
  • 11. Testing Interview Questions for SDET 10. What is the difference between Test Scenario and Test Case? Test Scenario describes any functionality that can be tested. Test case is a document that contains the steps that has to be executed. For eg.: Test Scenario: Login into the application This test scenario is the functionality of the application and it will include number of Test cases like: TC1: Verify whether email is valid. TC2: Verify whether valid email id and valid password are entered. TC3: Verify that proper error messages are displayed if wrong email id or password is entered.
  • 12. Testing Interview Questions for SDET 11. What is Test Plan? Test Plan is a document that describes the scope, approach, resources and schedule of testing activities. Find the Test Plan template in next slide:
  • 14. Testing Interview Questions for SDET 12. What are the components of Test Plan? • Test Strategy • Test Objective • Entry and Exit Criteria • Resource Planning •Test Deliverables
  • 15. Testing Interview Questions for SDET 13. What is Test Script? Test Script is written in a programming language and is a short program to test part of the functionality. For eg.: to click any button, we can write the script as: click(“buttonName”);
  • 16. Testing Interview Questions for SDET 14. What is the difference between Alpha Testing and Beta Testing? Alpha Testing is a pre-release testing performed by end user representative at the developer’s site. Beta Testing is the testing performed by customers at their own location. For eg.: When any new android version is released, then alpha testing is done first with the developer to verify its functioning. Once alpha testing is completed, Beta testing is done by the end user to verify that its working fine without any bugs and crashes.
  • 17. Testing Interview Questions for SDET 15. What is the difference between Sanity Testing and Regression Testing? Sanity Testing is a surface level testing in which tester checks whether whole functionality of the software works in a proper way. Regression Testing is a process of testing changes to programs to make sure that the older functionality still works with the new changes.
  • 18. Testing Interview Questions for SDET 16. What is Re-testing? Retesting is a process of checking the bugs that are fixed by development team. For eg.: If in any release, say 1.1, some defect is introduced which is fixed by developers and then released to tester in 1.2 release. Thus in 1.2 release, tester will again test the defect to verify whether its been fixed or not. This process of checking the defect again is called as Re-testing.
  • 19. Testing Interview Questions for SDET 17. What is Boundary Value Testing? Boundary Value Testing is a testing on boundary conditions, below and above the edges of input and output equivalence classes. For eg.: Some text box takes only values from 3 to 8. Minimum boundary value: 3 Maximum boundary value: 8 Testing with Invalid inputs: 2(below range) and 9(above range) Testing with valid inputs: 3(min),4(min+1),7(max-1) and 8(max)
  • 20. Testing Interview Questions for SDET 18. Explain Life-Cycle of Defect.
  • 21. Testing Interview Questions for SDET 19. What is Traceability Matrix? Traceability Matrix is a document that shows the relationship between test cases and requirements. It is prepared before test case designing. It ensures that all the requirements and change requests are tested.
  • 22. Testing Interview Questions for SDET 20. How Requirement Traceability Matrix(RTM) is prepared? For preparing the Requirement Traceability Matrix, follow below steps: • Gather all requirement documents. Documents include Business Requirement • Document, Functional Specification Document, Technical Specification Document. • List down all the requirements from Business Requirement Document one by one with Requirement Id#. • Go to Functional Specification Document and list all functional requirement for each business requirement. • Open Test Scenario or test case document and link available test case ids to respective functional requirements.
  • 23. Visit us at: www.devlabsalliance.com Email: training@devlabsalliance.com Contact: +91 9717514555
  翻译: