SlideShare a Scribd company logo
H2Kinfosys
                          QA Interview Questions with Answers
Q. 1: Why software needs to be tested?

Every software product needs to be tested since, the development 'process' is unable to

produce defect free software. Even if the development process is able to produce a defect

free software, we will not be able to know unless & until we test it. Without testing it, we

shall not be having enough confidence that it will work.

Testing not only identifies and reports defect but also measures the quality of the product,

which helps to decide whether to release the product, or not.

                                  <<<<<< =================== >>>>>>

Q. 2: What is the reason that Software has Bugs?

Following factors contribute to the presence of bugs in the software applications.

1) Software development tools like visual tools, class libraries, compilers, scripting tools,

etc. usually introduce their own bugs in the system.

2) To err is human. Likewise programmers do make mistakes while programming.

3) In fast-changing business environments continuously modified requirements are

becoming a fact of life. Such frequent changes requested by the customer leads to errors in

the application already nearing completion. Last minute design changes leads to many

chaos like redesign of the whole system, rescheduling of engineers, scrapping of the work

already completed, fresh requirements of compatible hardware etc.

4) A quickly written but poorly documented code is bound to have bugs. It becomes difficult

to maintain and modify such code that is badly written or poorly documented.

- it's tough to maintain and modify code that is badly written or poorly documented; the

result is bugs. In many organizations management provides no incentive for programmers

to document their code or write clear, understandable, maintainable code. In fact, it's

usually the opposite: they get points mostly for quickly turning out code, and there's job




 US: (770) 777 1269 | www.H2Kinfosys.com |Email: training@h2kinfosys.com | UK: (020) 3371 7615
H2Kinfosys
security if nobody else can understand it ('if it was hard to write, it should be hard to read').

5) When project deadlines come too close & time pressures come, mistakes are bound to

come.

                                  <<<<<< =================== >>>>>>

Q. 3: What is the difference between QA and Testing?

QA stands for "Quality Assurance", and focuses on "Prevention" of defects in the product

being developed. It is associated with the "Process" and activities related to the Process

Improvement. Quality Assurance measures the quality of the processes employed to create

a quality product.

Whereas "Testing" refers to "Quality Control", and focuses on Detection of Defect and

removal thereafter. Or Quality Control measures the quality of a product.

                                  <<<<<< =================== >>>>>>

Q. 4: What is the difference between Software Testing and Debugging?

Testing is the process of locating or identifying the errors or bugs in a software system.

Whereas Debugging is the process of Fixing the identified Bugs. It involves a process of

analyzing and rectifying the syntax errors, logic errors and all other types of errors identified during the
process of testing.

                                  <<<<<< =================== >>>>>>

Q. 5: What is the difference between a Bug and a Defect?

"Bug" is a problem or an error in the software code, which is found in the application during

Testing. Bug is responsible for failure of the application to comply with the desired specifications.

Whereas "Defect" is problem reported by the customer during usage of the software application.

                                  <<<<<< =================== >>>>>>



Q. 6: What is the difference between a Bug and an Enhancement?

"Bug" is a problem or an error in the software code, which is found in the application during



 US: (770) 777 1269 | www.H2Kinfosys.com |Email: training@h2kinfosys.com | UK: (020) 3371 7615
H2Kinfosys
Testing. Bug is responsible for failure of the application to comply with the desired

specifications.

Whereas "Enhancement" is the additional feature or functionality found and added to the

application as desired by the end user / real word customer or tester during the testing process.

                                   <<<<<< =================== >>>>>>

Q. 7: What is the difference between Requirements & Specifications?

"Requirements" are statements given by the customer as to what needs to be achieved by

the software system. Later on these requirements are converted into specifications which

are nothing but feasible or implementable requirements.

Whereas "Specifications" are feasible requirements derived from various statements given

by the customer. These are the starting point for the product development team.

                                   <<<<<< =================== >>>>>>

Q. 8: What is the sequence of succession in STLC - Software Testing Life Cycle?

1) Test Planning

2) Test Analysis

3) Test Design

4) Construction and verification

5) Testing Cycles

6) Final Testing and Implementation and Post Implementation.

                                   <<<<<< =================== >>>>>>

Q. 9: What is the difference between Verification and Validation ?

"Verification" involves reviews and meetings to evaluate documents, plans, code, requirements, and
specifications to confirm whether items, processes, services, or documents conform to specified
requirements or not. This can be done with the help of checklists, issues lists, walkthroughs, and
inspection meetings. The purpose of verification is to determine whether the products of a given phase
of the software development cycle fulfill the requirements established during the previous phase or not.




 US: (770) 777 1269 | www.H2Kinfosys.com |Email: training@h2kinfosys.com | UK: (020) 3371 7615
H2Kinfosys
Whereas "Validation" is the determination of the correctness of the final program or software product
produced from a development project with respect to the user needs and requirements. This involves
actual testing of the product and takes place after verifications are completed.

"Software Verification" raises the question, "Are we building the Product Right?"; that is,

does the software conform to its specification.

"Software Validation" raises the question, "Are we building the Right Product?"; that is, is

the software doing what the user really requires.

                                  <<<<<< =================== >>>>>>

Q. 10: What is the difference between a Test Plan and a Use Case?

"Test Plan" is a document describing an introduction to the client company, intended scope, overview of
the application, test strategy, schedule of testing activities, roles and responsibilities, deliverables and
milestones. It describes test items, features to be tested, testing tasks, details of the personnel
performing each task and any risks requiring contingency planning.

Whereas a "Use Case" describes the process as to how an end user uses a specific

functionality in the application. It is a summary of user actions and system response to the

user actions. It contains the flows like typical flow, alternate flow and exceptional flow. It

also contains pre condition and post condition.

                                  <<<<<< =================== >>>>>>

Q. 11: What is the difference between Bug Priority & Bug Severity?

"Bug Priority" is the need on how urgently bug is needed to be fixed. It describes the

importance of the bug. Bug priority may change according to the schedule of testing.

Whereas "Bug Severity" is the quantum of danger as to how badly the bug can harm the

system. It describes as to how bad the bug is. Severity is a feature of constant nature

associated with the bug.

                                  <<<<<< =================== >>>>>>

Q. 12: What is difference between Waterfall Model and V Model?

"Waterfall Model" Is a sequential software development model (a process for the creation of




 US: (770) 777 1269 | www.H2Kinfosys.com |Email: training@h2kinfosys.com | UK: (020) 3371 7615
H2Kinfosys
software) in which development is seen as flowing steadily downwards (like a waterfall)

through the phases of requirements analysis, design, implementation, testing (validation),

integration, and maintenance. To follow the waterfall model, we proceed from one phase to

the next in a purely sequential manner. In traditional waterfall model, testing comes at the

fag end of the development process.

Whereas "V Model" or "Life Cycle Testing" involves carrying out verification of consistency,

completeness and correctness of software at every stage of the development life cycle. It

aims at catching the defects as early as possible and thus reduces the cost of fixing them. It

involves continuously testing the system during all stages of the development process

rather than just limiting testing to the last stage.

                                  <<<<<< =================== >>>>>>

Q. 13: What are Baseline Documents?

Baseline documents are the documents, which have been approved by the customer and

will not have any more changes. Baseline Documents cover all the details of the project and

have undergone "walkthrough" process. Once a document is Base-lined it cannot be

changed unless there is a change request duly approved by the customer. Service Level

Agreement (SLA) & Business Requirement Documents (BRD) are the examples of Baseline

Documents.

                                  <<<<<< =================== >>>>>>

Q. 14: What is Defect Density?

"Defect Density" Is a software metric defined as: Total number of defects per LOC (lines of

code). Alternatively It can be: Total number of defects per Size of the Project. Here the

measure of "Size of the Project" can be number of Function Points, Number of Feature

Points, number of Use Cases or KLOC (Kilo Lines of Code) etc

                                  <<<<<< =================== >>>>>>




 US: (770) 777 1269 | www.H2Kinfosys.com |Email: training@h2kinfosys.com | UK: (020) 3371 7615
H2Kinfosys
Q. 15: What is Negative Testing?

"Negative Testing" involves testing the application for failure like conditions. It involves testing the tool
with improper inputs. For example entering the special characters in place of a phone number.

                                  <<<<<< =================== >>>>>>

Q. 16: What is Incremental Integration Testing?

"Incremental Integration Testing" Involves continuous testing of an application while new

functionality is simultaneously added. It requires that various aspects of an application's

functionality be independent enough to work separately before all parts of the program are

completed. This testing is done either by programmers or by testers.

                                  <<<<<< =================== >>>>>>

Q. 17: What is the difference between Unit Testing, Component Testing and

Integration Testing?

"Unit Testing" involves testing of individual programs, modules, or components to

demonstrate that the program executes as per the specification and it validates the design

and technical quality of the application. In Unit Testing, the Called Components (or

Communicating Components) are replaced with Stubs, Simulators, or Trusted Components.

Testing Stubs or Drivers are used to simulate the behavior of interfacing modules.

"Component Testing" is like "Unit Testing" with the difference that all Stubs and Simulators

are replaced with the real objects. Here a Unit is a component, and integration of one or

more such components is also a Component.

Whereas "Integration Testing" is the test process which begins after two or more programs

components have been successfully unit tested. It is conducted by the development team to

validate the interaction or communication/flow of information between the individual components that
will be integrated.

                                  <<<<<< =================== >>>>>>

Q. 18: What is the difference between Statement Coverage, Branch Coverage and




 US: (770) 777 1269 | www.H2Kinfosys.com |Email: training@h2kinfosys.com | UK: (020) 3371 7615
H2Kinfosys
Path Coverage?

"Statement Coverage" is a type of "White-Box Testing" technique, involving execution of all

statements at least once. Statement coverage is a simple metric to calculate & measure the

number of statements in a method or class which have been executed. Its key benefit is its

ability to identify which blocks of code have not been executed.

"Branch Coverage" is an outcome of a decision, and measures the number of decision

outcomes or branches, which have been tested. This takes a more in-depth view of the

source code rather than a simple "Statement Coverage". A branch is an outcome of a

decision. For example Boolean decisions like an "If - Statement", has two outcomes or

branches (i.e. True and False).

Whereas "Path Coverage" is a method of testing which satisfies the coverage criteria

through which the program is tested across each logical path. Usually, paths through the

program are grouped into a finite set of classes and one path out of every class is tested. In

Path Coverage flow of execution takes place from the start of a method to its exit. Path

Coverage ensures that we test all decision outcomes independently of one another.

                                  <<<<<< =================== >>>>>>

Q. 19: What is the difference between Ad-hoc Testing, Monkey Testing and Exploratory Testing?

"Ad-hoc Testing" is performed without any planning of process and without any

documentation like Test Case or Test Scenarios. It involves test design and simultaneous

test execution. For Ad-hoc testing the testers possess significant understanding of the

software before testing it.

"Monkey Testing" is done with no specific test in mind. Here the monkey is the producer of

any input data (which can be either a file data or can be an input device data). It involves

pressing some keys randomly and checking whether the software fails or not.

Whereas "Exploratory Testing" involves simultaneous learning, test design and test




 US: (770) 777 1269 | www.H2Kinfosys.com |Email: training@h2kinfosys.com | UK: (020) 3371 7615
H2Kinfosys
execution. It is a type of "Ad-hoc Testing", but only difference is that in this case, the tester does not
have much idea about the application & he explores the system in an attempt to learn the application
and simultaneously test it.

                                 <<<<<< =================== >>>>>>

Q. 20: What is the difference between System Testing and End-to-End Testing or E2E Testing?

"System Testing" falls within the scope of Black-Box testing and the tester requires no knowledge of the
inner design of the code or logic. It is conducted on a complete /combined part of a system to verify that
all-functional, information, structural and quality requirements as per the specifications have been met.

"End-to-End Testing" or "E2E Testing" is also quite similar to "System Testing". It involves testing of the
application in a environment that simulates the real-world use, such as interacting with a database,
using network communications, or interacting with other hardware, applications, or systems.

                                 <<<<<< =================== >>>>>>

    H2Kinfosys is E-Verified business based in Atlanta, Georgia – United States

100% Job Oriented Instructor Led Face2Face True Live online Software Training +
            Cloud Test Lab with Software Tools & Live Project work +
                   Mock Interviews + Resume Prep & Review +
                            Job Placement assistance
                                        =
          Best IT training Center Trusted by many students worldwide.




          H2K Infosys is         business based in Atlanta, Georgia – United States
                       Providing Online IT training services world wide.

                                       www.H2KINFOSYS.com

                         USA - +1-(770)-777-1269, UK - (020) 3371 7615
                       Training@H2KInfosys.com / H2KInfosys@Gmail.com




 US: (770) 777 1269 | www.H2Kinfosys.com |Email: training@h2kinfosys.com | UK: (020) 3371 7615
Ad

More Related Content

What's hot (20)

What is Test Plan? Edureka
What is Test Plan? EdurekaWhat is Test Plan? Edureka
What is Test Plan? Edureka
Edureka!
 
Test plan
Test planTest plan
Test plan
Nadia Nahar
 
Manual Testing Notes
Manual Testing NotesManual Testing Notes
Manual Testing Notes
guest208aa1
 
Complete guide to manual testing@uma
Complete guide to manual  testing@umaComplete guide to manual  testing@uma
Complete guide to manual testing@uma
Uma Sapireddy
 
ISTQB / ISEB Foundation Exam Practice - 2
ISTQB / ISEB Foundation Exam Practice - 2ISTQB / ISEB Foundation Exam Practice - 2
ISTQB / ISEB Foundation Exam Practice - 2
Yogindernath Gupta
 
Resume vivek istqb certified
Resume vivek istqb certifiedResume vivek istqb certified
Resume vivek istqb certified
Vivek Gowda.D
 
Software Testing - Part 1 (Techniques, Types, Levels, Methods, STLC, Bug Life...
Software Testing - Part 1 (Techniques, Types, Levels, Methods, STLC, Bug Life...Software Testing - Part 1 (Techniques, Types, Levels, Methods, STLC, Bug Life...
Software Testing - Part 1 (Techniques, Types, Levels, Methods, STLC, Bug Life...
Ankit Prajapati
 
Basic interview questions for manual testing
Basic interview questions for manual testingBasic interview questions for manual testing
Basic interview questions for manual testing
JYOTI RANJAN PAL
 
Manual Testing
Manual TestingManual Testing
Manual Testing
Zeeshan Khan
 
Manual testing interview questions and answers
Manual testing interview questions and answersManual testing interview questions and answers
Manual testing interview questions and answers
Testbytes
 
Testing
TestingTesting
Testing
Sonali Chauhan
 
Test Automation
Test AutomationTest Automation
Test Automation
rockoder
 
Software Testing or Quality Assurance
Software Testing or Quality AssuranceSoftware Testing or Quality Assurance
Software Testing or Quality Assurance
Trimantra Software Solutions
 
Info manual testing questions
Info manual testing questionsInfo manual testing questions
Info manual testing questions
Sandeep
 
Introduction & Manual Testing
Introduction & Manual TestingIntroduction & Manual Testing
Introduction & Manual Testing
VenkateswaraRao Siddabathula
 
Manual testing real time questions by subbu
Manual testing real time questions by subbuManual testing real time questions by subbu
Manual testing real time questions by subbu
palla subrahmanyam
 
INTRODUCTION TO ISTQB FOUNDATION LEVEL - CTFL
INTRODUCTION TO ISTQB FOUNDATION LEVEL - CTFLINTRODUCTION TO ISTQB FOUNDATION LEVEL - CTFL
INTRODUCTION TO ISTQB FOUNDATION LEVEL - CTFL
Rahul R Pandya
 
Test plan
Test planTest plan
Test plan
Sanjai San
 
Test Process
Test ProcessTest Process
Test Process
tokarthik
 
Software testing methods, levels and types
Software testing methods, levels and typesSoftware testing methods, levels and types
Software testing methods, levels and types
Confiz
 
What is Test Plan? Edureka
What is Test Plan? EdurekaWhat is Test Plan? Edureka
What is Test Plan? Edureka
Edureka!
 
Manual Testing Notes
Manual Testing NotesManual Testing Notes
Manual Testing Notes
guest208aa1
 
Complete guide to manual testing@uma
Complete guide to manual  testing@umaComplete guide to manual  testing@uma
Complete guide to manual testing@uma
Uma Sapireddy
 
ISTQB / ISEB Foundation Exam Practice - 2
ISTQB / ISEB Foundation Exam Practice - 2ISTQB / ISEB Foundation Exam Practice - 2
ISTQB / ISEB Foundation Exam Practice - 2
Yogindernath Gupta
 
Resume vivek istqb certified
Resume vivek istqb certifiedResume vivek istqb certified
Resume vivek istqb certified
Vivek Gowda.D
 
Software Testing - Part 1 (Techniques, Types, Levels, Methods, STLC, Bug Life...
Software Testing - Part 1 (Techniques, Types, Levels, Methods, STLC, Bug Life...Software Testing - Part 1 (Techniques, Types, Levels, Methods, STLC, Bug Life...
Software Testing - Part 1 (Techniques, Types, Levels, Methods, STLC, Bug Life...
Ankit Prajapati
 
Basic interview questions for manual testing
Basic interview questions for manual testingBasic interview questions for manual testing
Basic interview questions for manual testing
JYOTI RANJAN PAL
 
Manual testing interview questions and answers
Manual testing interview questions and answersManual testing interview questions and answers
Manual testing interview questions and answers
Testbytes
 
Test Automation
Test AutomationTest Automation
Test Automation
rockoder
 
Info manual testing questions
Info manual testing questionsInfo manual testing questions
Info manual testing questions
Sandeep
 
Manual testing real time questions by subbu
Manual testing real time questions by subbuManual testing real time questions by subbu
Manual testing real time questions by subbu
palla subrahmanyam
 
INTRODUCTION TO ISTQB FOUNDATION LEVEL - CTFL
INTRODUCTION TO ISTQB FOUNDATION LEVEL - CTFLINTRODUCTION TO ISTQB FOUNDATION LEVEL - CTFL
INTRODUCTION TO ISTQB FOUNDATION LEVEL - CTFL
Rahul R Pandya
 
Test Process
Test ProcessTest Process
Test Process
tokarthik
 
Software testing methods, levels and types
Software testing methods, levels and typesSoftware testing methods, levels and types
Software testing methods, levels and types
Confiz
 

Viewers also liked (14)

Interview questions and answers for quality assurance
Interview questions and answers for quality assuranceInterview questions and answers for quality assurance
Interview questions and answers for quality assurance
Garuda Trainings
 
132 qa interview questions and answers pdf
132 qa interview questions and answers pdf132 qa interview questions and answers pdf
132 qa interview questions and answers pdf
QualityManager88
 
Quality management in bpo
Quality management in bpoQuality management in bpo
Quality management in bpo
Grm Venkatesh
 
Quality management interview questions
Quality management interview questionsQuality management interview questions
Quality management interview questions
selinasimpson2301
 
Top 12 skills for career success
Top 12 skills for career successTop 12 skills for career success
Top 12 skills for career success
jobguide247
 
Top 16 ways to make money online forever
Top 16 ways to make money online foreverTop 16 ways to make money online forever
Top 16 ways to make money online forever
jobguide247
 
Top 10 qa interview questions with answers
Top 10 qa interview questions with answersTop 10 qa interview questions with answers
Top 10 qa interview questions with answers
gracemartinez012
 
Quality assurance-in-bpo
Quality assurance-in-bpoQuality assurance-in-bpo
Quality assurance-in-bpo
Puneet B
 
Importance of Quality
Importance of QualityImportance of Quality
Importance of Quality
jscover
 
Bpo presentation
Bpo presentationBpo presentation
Bpo presentation
soni_nasa123456789
 
Top 10 iso management representative interview questions and answers
Top 10 iso management representative interview questions and answersTop 10 iso management representative interview questions and answers
Top 10 iso management representative interview questions and answers
tonychoper4306
 
Top 9 mainframe testing interview questions answers
Top 9 mainframe testing interview questions answersTop 9 mainframe testing interview questions answers
Top 9 mainframe testing interview questions answers
jonhmart036
 
Interview questions and answers for welding inspector
Interview questions and answers for welding inspectorInterview questions and answers for welding inspector
Interview questions and answers for welding inspector
tonyron13
 
Sr. QA/QC Mechanical Engineer
Sr. QA/QC Mechanical EngineerSr. QA/QC Mechanical Engineer
Sr. QA/QC Mechanical Engineer
ahmedsgs
 
Interview questions and answers for quality assurance
Interview questions and answers for quality assuranceInterview questions and answers for quality assurance
Interview questions and answers for quality assurance
Garuda Trainings
 
132 qa interview questions and answers pdf
132 qa interview questions and answers pdf132 qa interview questions and answers pdf
132 qa interview questions and answers pdf
QualityManager88
 
Quality management in bpo
Quality management in bpoQuality management in bpo
Quality management in bpo
Grm Venkatesh
 
Quality management interview questions
Quality management interview questionsQuality management interview questions
Quality management interview questions
selinasimpson2301
 
Top 12 skills for career success
Top 12 skills for career successTop 12 skills for career success
Top 12 skills for career success
jobguide247
 
Top 16 ways to make money online forever
Top 16 ways to make money online foreverTop 16 ways to make money online forever
Top 16 ways to make money online forever
jobguide247
 
Top 10 qa interview questions with answers
Top 10 qa interview questions with answersTop 10 qa interview questions with answers
Top 10 qa interview questions with answers
gracemartinez012
 
Quality assurance-in-bpo
Quality assurance-in-bpoQuality assurance-in-bpo
Quality assurance-in-bpo
Puneet B
 
Importance of Quality
Importance of QualityImportance of Quality
Importance of Quality
jscover
 
Top 10 iso management representative interview questions and answers
Top 10 iso management representative interview questions and answersTop 10 iso management representative interview questions and answers
Top 10 iso management representative interview questions and answers
tonychoper4306
 
Top 9 mainframe testing interview questions answers
Top 9 mainframe testing interview questions answersTop 9 mainframe testing interview questions answers
Top 9 mainframe testing interview questions answers
jonhmart036
 
Interview questions and answers for welding inspector
Interview questions and answers for welding inspectorInterview questions and answers for welding inspector
Interview questions and answers for welding inspector
tonyron13
 
Sr. QA/QC Mechanical Engineer
Sr. QA/QC Mechanical EngineerSr. QA/QC Mechanical Engineer
Sr. QA/QC Mechanical Engineer
ahmedsgs
 
Ad

Similar to QA Interview Questions With Answers (20)

STLC & SDLC-ppt-1.pptx
STLC & SDLC-ppt-1.pptxSTLC & SDLC-ppt-1.pptx
STLC & SDLC-ppt-1.pptx
ssusere4c6aa
 
Qa analyst training
Qa analyst training Qa analyst training
Qa analyst training
Dinesh Pokhrel
 
Lesson 8...Question Part 2
Lesson 8...Question Part 2Lesson 8...Question Part 2
Lesson 8...Question Part 2
bhushan Nehete
 
Software Project Planning V
Software Project Planning VSoftware Project Planning V
Software Project Planning V
Gagan Deep
 
Software Quality Assurance training by QuontraSolutions
Software Quality Assurance training by QuontraSolutionsSoftware Quality Assurance training by QuontraSolutions
Software Quality Assurance training by QuontraSolutions
QUONTRASOLUTIONS
 
Software Testing Interview Questions For Experienced
Software Testing Interview Questions For ExperiencedSoftware Testing Interview Questions For Experienced
Software Testing Interview Questions For Experienced
zynofustechnology
 
Software verification &amp; validation
Software verification &amp; validationSoftware verification &amp; validation
Software verification &amp; validation
Hamza Khan
 
Cloud Testing Research
Cloud Testing ResearchCloud Testing Research
Cloud Testing Research
KRISHNA MARAMGANTI
 
Software Testing and Quality Assurance Assignment 3
Software Testing and Quality Assurance Assignment 3Software Testing and Quality Assurance Assignment 3
Software Testing and Quality Assurance Assignment 3
Gurpreet singh
 
Test funda
Test fundaTest funda
Test funda
Nihar Ranjan Paital
 
16346915.ppt
16346915.ppt16346915.ppt
16346915.ppt
PunitGupta71
 
Software Development Lifecycle Presentation
Software Development Lifecycle PresentationSoftware Development Lifecycle Presentation
Software Development Lifecycle Presentation
ssuser645e24
 
Manual testing testing master.pdf
Manual testing testing master.pdfManual testing testing master.pdf
Manual testing testing master.pdf
synamedia
 
ManualTestingMaterial.pdf
ManualTestingMaterial.pdfManualTestingMaterial.pdf
ManualTestingMaterial.pdf
SCMCpvt
 
functional testing
functional testing functional testing
functional testing
bharathanche
 
20MCE14_Software Testing and Quality Assurance Notes.pdf
20MCE14_Software Testing and Quality Assurance Notes.pdf20MCE14_Software Testing and Quality Assurance Notes.pdf
20MCE14_Software Testing and Quality Assurance Notes.pdf
DSIVABALASELVAMANIMC
 
ISTQB Advanced Study Guide - 2
ISTQB Advanced Study Guide - 2ISTQB Advanced Study Guide - 2
ISTQB Advanced Study Guide - 2
Yogindernath Gupta
 
Slides chapters 26-27
Slides chapters 26-27Slides chapters 26-27
Slides chapters 26-27
Priyanka Shetty
 
The Role of Verification and Validation in System Development Life Cycle
The Role of Verification and Validation in System Development Life CycleThe Role of Verification and Validation in System Development Life Cycle
The Role of Verification and Validation in System Development Life Cycle
IOSR Journals
 
Rhonda Software Quality Assurance Services
Rhonda Software Quality Assurance ServicesRhonda Software Quality Assurance Services
Rhonda Software Quality Assurance Services
Rhonda Software
 
STLC & SDLC-ppt-1.pptx
STLC & SDLC-ppt-1.pptxSTLC & SDLC-ppt-1.pptx
STLC & SDLC-ppt-1.pptx
ssusere4c6aa
 
Lesson 8...Question Part 2
Lesson 8...Question Part 2Lesson 8...Question Part 2
Lesson 8...Question Part 2
bhushan Nehete
 
Software Project Planning V
Software Project Planning VSoftware Project Planning V
Software Project Planning V
Gagan Deep
 
Software Quality Assurance training by QuontraSolutions
Software Quality Assurance training by QuontraSolutionsSoftware Quality Assurance training by QuontraSolutions
Software Quality Assurance training by QuontraSolutions
QUONTRASOLUTIONS
 
Software Testing Interview Questions For Experienced
Software Testing Interview Questions For ExperiencedSoftware Testing Interview Questions For Experienced
Software Testing Interview Questions For Experienced
zynofustechnology
 
Software verification &amp; validation
Software verification &amp; validationSoftware verification &amp; validation
Software verification &amp; validation
Hamza Khan
 
Software Testing and Quality Assurance Assignment 3
Software Testing and Quality Assurance Assignment 3Software Testing and Quality Assurance Assignment 3
Software Testing and Quality Assurance Assignment 3
Gurpreet singh
 
Software Development Lifecycle Presentation
Software Development Lifecycle PresentationSoftware Development Lifecycle Presentation
Software Development Lifecycle Presentation
ssuser645e24
 
Manual testing testing master.pdf
Manual testing testing master.pdfManual testing testing master.pdf
Manual testing testing master.pdf
synamedia
 
ManualTestingMaterial.pdf
ManualTestingMaterial.pdfManualTestingMaterial.pdf
ManualTestingMaterial.pdf
SCMCpvt
 
functional testing
functional testing functional testing
functional testing
bharathanche
 
20MCE14_Software Testing and Quality Assurance Notes.pdf
20MCE14_Software Testing and Quality Assurance Notes.pdf20MCE14_Software Testing and Quality Assurance Notes.pdf
20MCE14_Software Testing and Quality Assurance Notes.pdf
DSIVABALASELVAMANIMC
 
ISTQB Advanced Study Guide - 2
ISTQB Advanced Study Guide - 2ISTQB Advanced Study Guide - 2
ISTQB Advanced Study Guide - 2
Yogindernath Gupta
 
The Role of Verification and Validation in System Development Life Cycle
The Role of Verification and Validation in System Development Life CycleThe Role of Verification and Validation in System Development Life Cycle
The Role of Verification and Validation in System Development Life Cycle
IOSR Journals
 
Rhonda Software Quality Assurance Services
Rhonda Software Quality Assurance ServicesRhonda Software Quality Assurance Services
Rhonda Software Quality Assurance Services
Rhonda Software
 
Ad

More from H2Kinfosys (18)

Python Interview Questions And Answers
Python Interview Questions And AnswersPython Interview Questions And Answers
Python Interview Questions And Answers
H2Kinfosys
 
JIRA Introduction | JIRA Tutorial | Atlassian JIRA Training | H2kinfosys
JIRA Introduction | JIRA Tutorial | Atlassian JIRA Training | H2kinfosysJIRA Introduction | JIRA Tutorial | Atlassian JIRA Training | H2kinfosys
JIRA Introduction | JIRA Tutorial | Atlassian JIRA Training | H2kinfosys
H2Kinfosys
 
Mobile Apps Telecommunication Doc
Mobile Apps Telecommunication DocMobile Apps Telecommunication Doc
Mobile Apps Telecommunication Doc
H2Kinfosys
 
Mobile Apps Testing Tele communication Doc
Mobile Apps Testing Tele communication DocMobile Apps Testing Tele communication Doc
Mobile Apps Testing Tele communication Doc
H2Kinfosys
 
Health Care Project Overview from H2kInfosys LLC
Health Care Project Overview from H2kInfosys LLCHealth Care Project Overview from H2kInfosys LLC
Health Care Project Overview from H2kInfosys LLC
H2Kinfosys
 
Testcase cyclos excel document
Testcase cyclos excel documentTestcase cyclos excel document
Testcase cyclos excel document
H2Kinfosys
 
Test plan cyclos
Test plan cyclosTest plan cyclos
Test plan cyclos
H2Kinfosys
 
HealthCare Project Test Case writing guidelines
HealthCare Project Test Case writing guidelinesHealthCare Project Test Case writing guidelines
HealthCare Project Test Case writing guidelines
H2Kinfosys
 
Letters test cases
Letters test casesLetters test cases
Letters test cases
H2Kinfosys
 
Health Care Project Testing Process
Health Care Project Testing ProcessHealth Care Project Testing Process
Health Care Project Testing Process
H2Kinfosys
 
Test Plan Template
Test Plan TemplateTest Plan Template
Test Plan Template
H2Kinfosys
 
Test Plan Template
Test Plan TemplateTest Plan Template
Test Plan Template
H2Kinfosys
 
ETL Testing Interview Questions and Answers
ETL Testing Interview Questions and AnswersETL Testing Interview Questions and Answers
ETL Testing Interview Questions and Answers
H2Kinfosys
 
CRM Project - H2Kinfosys
CRM Project - H2KinfosysCRM Project - H2Kinfosys
CRM Project - H2Kinfosys
H2Kinfosys
 
Online Banking Business Requirement Document
Online Banking Business Requirement DocumentOnline Banking Business Requirement Document
Online Banking Business Requirement Document
H2Kinfosys
 
Online Shopping Cart Business Requirement Dcoument
Online Shopping Cart Business Requirement DcoumentOnline Shopping Cart Business Requirement Dcoument
Online Shopping Cart Business Requirement Dcoument
H2Kinfosys
 
Basic Interview Questions
Basic Interview QuestionsBasic Interview Questions
Basic Interview Questions
H2Kinfosys
 
SDLC software testing
SDLC software testingSDLC software testing
SDLC software testing
H2Kinfosys
 
Python Interview Questions And Answers
Python Interview Questions And AnswersPython Interview Questions And Answers
Python Interview Questions And Answers
H2Kinfosys
 
JIRA Introduction | JIRA Tutorial | Atlassian JIRA Training | H2kinfosys
JIRA Introduction | JIRA Tutorial | Atlassian JIRA Training | H2kinfosysJIRA Introduction | JIRA Tutorial | Atlassian JIRA Training | H2kinfosys
JIRA Introduction | JIRA Tutorial | Atlassian JIRA Training | H2kinfosys
H2Kinfosys
 
Mobile Apps Telecommunication Doc
Mobile Apps Telecommunication DocMobile Apps Telecommunication Doc
Mobile Apps Telecommunication Doc
H2Kinfosys
 
Mobile Apps Testing Tele communication Doc
Mobile Apps Testing Tele communication DocMobile Apps Testing Tele communication Doc
Mobile Apps Testing Tele communication Doc
H2Kinfosys
 
Health Care Project Overview from H2kInfosys LLC
Health Care Project Overview from H2kInfosys LLCHealth Care Project Overview from H2kInfosys LLC
Health Care Project Overview from H2kInfosys LLC
H2Kinfosys
 
Testcase cyclos excel document
Testcase cyclos excel documentTestcase cyclos excel document
Testcase cyclos excel document
H2Kinfosys
 
Test plan cyclos
Test plan cyclosTest plan cyclos
Test plan cyclos
H2Kinfosys
 
HealthCare Project Test Case writing guidelines
HealthCare Project Test Case writing guidelinesHealthCare Project Test Case writing guidelines
HealthCare Project Test Case writing guidelines
H2Kinfosys
 
Letters test cases
Letters test casesLetters test cases
Letters test cases
H2Kinfosys
 
Health Care Project Testing Process
Health Care Project Testing ProcessHealth Care Project Testing Process
Health Care Project Testing Process
H2Kinfosys
 
Test Plan Template
Test Plan TemplateTest Plan Template
Test Plan Template
H2Kinfosys
 
Test Plan Template
Test Plan TemplateTest Plan Template
Test Plan Template
H2Kinfosys
 
ETL Testing Interview Questions and Answers
ETL Testing Interview Questions and AnswersETL Testing Interview Questions and Answers
ETL Testing Interview Questions and Answers
H2Kinfosys
 
CRM Project - H2Kinfosys
CRM Project - H2KinfosysCRM Project - H2Kinfosys
CRM Project - H2Kinfosys
H2Kinfosys
 
Online Banking Business Requirement Document
Online Banking Business Requirement DocumentOnline Banking Business Requirement Document
Online Banking Business Requirement Document
H2Kinfosys
 
Online Shopping Cart Business Requirement Dcoument
Online Shopping Cart Business Requirement DcoumentOnline Shopping Cart Business Requirement Dcoument
Online Shopping Cart Business Requirement Dcoument
H2Kinfosys
 
Basic Interview Questions
Basic Interview QuestionsBasic Interview Questions
Basic Interview Questions
H2Kinfosys
 
SDLC software testing
SDLC software testingSDLC software testing
SDLC software testing
H2Kinfosys
 

Recently uploaded (20)

Cybersecurity Identity and Access Solutions using Azure AD
Cybersecurity Identity and Access Solutions using Azure ADCybersecurity Identity and Access Solutions using Azure AD
Cybersecurity Identity and Access Solutions using Azure AD
VICTOR MAESTRE RAMIREZ
 
Mastering Advance Window Functions in SQL.pdf
Mastering Advance Window Functions in SQL.pdfMastering Advance Window Functions in SQL.pdf
Mastering Advance Window Functions in SQL.pdf
Spiral Mantra
 
Heap, Types of Heap, Insertion and Deletion
Heap, Types of Heap, Insertion and DeletionHeap, Types of Heap, Insertion and Deletion
Heap, Types of Heap, Insertion and Deletion
Jaydeep Kale
 
Andrew Marnell: Transforming Business Strategy Through Data-Driven Insights
Andrew Marnell: Transforming Business Strategy Through Data-Driven InsightsAndrew Marnell: Transforming Business Strategy Through Data-Driven Insights
Andrew Marnell: Transforming Business Strategy Through Data-Driven Insights
Andrew Marnell
 
Noah Loul Shares 5 Steps to Implement AI Agents for Maximum Business Efficien...
Noah Loul Shares 5 Steps to Implement AI Agents for Maximum Business Efficien...Noah Loul Shares 5 Steps to Implement AI Agents for Maximum Business Efficien...
Noah Loul Shares 5 Steps to Implement AI Agents for Maximum Business Efficien...
Noah Loul
 
Web and Graphics Designing Training in Rajpura
Web and Graphics Designing Training in RajpuraWeb and Graphics Designing Training in Rajpura
Web and Graphics Designing Training in Rajpura
Erginous Technology
 
HCL Nomad Web – Best Practices und Verwaltung von Multiuser-Umgebungen
HCL Nomad Web – Best Practices und Verwaltung von Multiuser-UmgebungenHCL Nomad Web – Best Practices und Verwaltung von Multiuser-Umgebungen
HCL Nomad Web – Best Practices und Verwaltung von Multiuser-Umgebungen
panagenda
 
Dev Dives: Automate and orchestrate your processes with UiPath Maestro
Dev Dives: Automate and orchestrate your processes with UiPath MaestroDev Dives: Automate and orchestrate your processes with UiPath Maestro
Dev Dives: Automate and orchestrate your processes with UiPath Maestro
UiPathCommunity
 
Splunk Security Update | Public Sector Summit Germany 2025
Splunk Security Update | Public Sector Summit Germany 2025Splunk Security Update | Public Sector Summit Germany 2025
Splunk Security Update | Public Sector Summit Germany 2025
Splunk
 
Manifest Pre-Seed Update | A Humanoid OEM Deeptech In France
Manifest Pre-Seed Update | A Humanoid OEM Deeptech In FranceManifest Pre-Seed Update | A Humanoid OEM Deeptech In France
Manifest Pre-Seed Update | A Humanoid OEM Deeptech In France
chb3
 
ThousandEyes Partner Innovation Updates for May 2025
ThousandEyes Partner Innovation Updates for May 2025ThousandEyes Partner Innovation Updates for May 2025
ThousandEyes Partner Innovation Updates for May 2025
ThousandEyes
 
Transcript: #StandardsGoals for 2025: Standards & certification roundup - Tec...
Transcript: #StandardsGoals for 2025: Standards & certification roundup - Tec...Transcript: #StandardsGoals for 2025: Standards & certification roundup - Tec...
Transcript: #StandardsGoals for 2025: Standards & certification roundup - Tec...
BookNet Canada
 
Electronic_Mail_Attacks-1-35.pdf by xploit
Electronic_Mail_Attacks-1-35.pdf by xploitElectronic_Mail_Attacks-1-35.pdf by xploit
Electronic_Mail_Attacks-1-35.pdf by xploit
niftliyevhuseyn
 
Procurement Insights Cost To Value Guide.pptx
Procurement Insights Cost To Value Guide.pptxProcurement Insights Cost To Value Guide.pptx
Procurement Insights Cost To Value Guide.pptx
Jon Hansen
 
UiPath Community Berlin: Orchestrator API, Swagger, and Test Manager API
UiPath Community Berlin: Orchestrator API, Swagger, and Test Manager APIUiPath Community Berlin: Orchestrator API, Swagger, and Test Manager API
UiPath Community Berlin: Orchestrator API, Swagger, and Test Manager API
UiPathCommunity
 
Linux Professional Institute LPIC-1 Exam.pdf
Linux Professional Institute LPIC-1 Exam.pdfLinux Professional Institute LPIC-1 Exam.pdf
Linux Professional Institute LPIC-1 Exam.pdf
RHCSA Guru
 
TrsLabs Consultants - DeFi, WEb3, Token Listing
TrsLabs Consultants - DeFi, WEb3, Token ListingTrsLabs Consultants - DeFi, WEb3, Token Listing
TrsLabs Consultants - DeFi, WEb3, Token Listing
Trs Labs
 
Increasing Retail Store Efficiency How can Planograms Save Time and Money.pptx
Increasing Retail Store Efficiency How can Planograms Save Time and Money.pptxIncreasing Retail Store Efficiency How can Planograms Save Time and Money.pptx
Increasing Retail Store Efficiency How can Planograms Save Time and Money.pptx
Anoop Ashok
 
HCL Nomad Web – Best Practices and Managing Multiuser Environments
HCL Nomad Web – Best Practices and Managing Multiuser EnvironmentsHCL Nomad Web – Best Practices and Managing Multiuser Environments
HCL Nomad Web – Best Practices and Managing Multiuser Environments
panagenda
 
Quantum Computing Quick Research Guide by Arthur Morgan
Quantum Computing Quick Research Guide by Arthur MorganQuantum Computing Quick Research Guide by Arthur Morgan
Quantum Computing Quick Research Guide by Arthur Morgan
Arthur Morgan
 
Cybersecurity Identity and Access Solutions using Azure AD
Cybersecurity Identity and Access Solutions using Azure ADCybersecurity Identity and Access Solutions using Azure AD
Cybersecurity Identity and Access Solutions using Azure AD
VICTOR MAESTRE RAMIREZ
 
Mastering Advance Window Functions in SQL.pdf
Mastering Advance Window Functions in SQL.pdfMastering Advance Window Functions in SQL.pdf
Mastering Advance Window Functions in SQL.pdf
Spiral Mantra
 
Heap, Types of Heap, Insertion and Deletion
Heap, Types of Heap, Insertion and DeletionHeap, Types of Heap, Insertion and Deletion
Heap, Types of Heap, Insertion and Deletion
Jaydeep Kale
 
Andrew Marnell: Transforming Business Strategy Through Data-Driven Insights
Andrew Marnell: Transforming Business Strategy Through Data-Driven InsightsAndrew Marnell: Transforming Business Strategy Through Data-Driven Insights
Andrew Marnell: Transforming Business Strategy Through Data-Driven Insights
Andrew Marnell
 
Noah Loul Shares 5 Steps to Implement AI Agents for Maximum Business Efficien...
Noah Loul Shares 5 Steps to Implement AI Agents for Maximum Business Efficien...Noah Loul Shares 5 Steps to Implement AI Agents for Maximum Business Efficien...
Noah Loul Shares 5 Steps to Implement AI Agents for Maximum Business Efficien...
Noah Loul
 
Web and Graphics Designing Training in Rajpura
Web and Graphics Designing Training in RajpuraWeb and Graphics Designing Training in Rajpura
Web and Graphics Designing Training in Rajpura
Erginous Technology
 
HCL Nomad Web – Best Practices und Verwaltung von Multiuser-Umgebungen
HCL Nomad Web – Best Practices und Verwaltung von Multiuser-UmgebungenHCL Nomad Web – Best Practices und Verwaltung von Multiuser-Umgebungen
HCL Nomad Web – Best Practices und Verwaltung von Multiuser-Umgebungen
panagenda
 
Dev Dives: Automate and orchestrate your processes with UiPath Maestro
Dev Dives: Automate and orchestrate your processes with UiPath MaestroDev Dives: Automate and orchestrate your processes with UiPath Maestro
Dev Dives: Automate and orchestrate your processes with UiPath Maestro
UiPathCommunity
 
Splunk Security Update | Public Sector Summit Germany 2025
Splunk Security Update | Public Sector Summit Germany 2025Splunk Security Update | Public Sector Summit Germany 2025
Splunk Security Update | Public Sector Summit Germany 2025
Splunk
 
Manifest Pre-Seed Update | A Humanoid OEM Deeptech In France
Manifest Pre-Seed Update | A Humanoid OEM Deeptech In FranceManifest Pre-Seed Update | A Humanoid OEM Deeptech In France
Manifest Pre-Seed Update | A Humanoid OEM Deeptech In France
chb3
 
ThousandEyes Partner Innovation Updates for May 2025
ThousandEyes Partner Innovation Updates for May 2025ThousandEyes Partner Innovation Updates for May 2025
ThousandEyes Partner Innovation Updates for May 2025
ThousandEyes
 
Transcript: #StandardsGoals for 2025: Standards & certification roundup - Tec...
Transcript: #StandardsGoals for 2025: Standards & certification roundup - Tec...Transcript: #StandardsGoals for 2025: Standards & certification roundup - Tec...
Transcript: #StandardsGoals for 2025: Standards & certification roundup - Tec...
BookNet Canada
 
Electronic_Mail_Attacks-1-35.pdf by xploit
Electronic_Mail_Attacks-1-35.pdf by xploitElectronic_Mail_Attacks-1-35.pdf by xploit
Electronic_Mail_Attacks-1-35.pdf by xploit
niftliyevhuseyn
 
Procurement Insights Cost To Value Guide.pptx
Procurement Insights Cost To Value Guide.pptxProcurement Insights Cost To Value Guide.pptx
Procurement Insights Cost To Value Guide.pptx
Jon Hansen
 
UiPath Community Berlin: Orchestrator API, Swagger, and Test Manager API
UiPath Community Berlin: Orchestrator API, Swagger, and Test Manager APIUiPath Community Berlin: Orchestrator API, Swagger, and Test Manager API
UiPath Community Berlin: Orchestrator API, Swagger, and Test Manager API
UiPathCommunity
 
Linux Professional Institute LPIC-1 Exam.pdf
Linux Professional Institute LPIC-1 Exam.pdfLinux Professional Institute LPIC-1 Exam.pdf
Linux Professional Institute LPIC-1 Exam.pdf
RHCSA Guru
 
TrsLabs Consultants - DeFi, WEb3, Token Listing
TrsLabs Consultants - DeFi, WEb3, Token ListingTrsLabs Consultants - DeFi, WEb3, Token Listing
TrsLabs Consultants - DeFi, WEb3, Token Listing
Trs Labs
 
Increasing Retail Store Efficiency How can Planograms Save Time and Money.pptx
Increasing Retail Store Efficiency How can Planograms Save Time and Money.pptxIncreasing Retail Store Efficiency How can Planograms Save Time and Money.pptx
Increasing Retail Store Efficiency How can Planograms Save Time and Money.pptx
Anoop Ashok
 
HCL Nomad Web – Best Practices and Managing Multiuser Environments
HCL Nomad Web – Best Practices and Managing Multiuser EnvironmentsHCL Nomad Web – Best Practices and Managing Multiuser Environments
HCL Nomad Web – Best Practices and Managing Multiuser Environments
panagenda
 
Quantum Computing Quick Research Guide by Arthur Morgan
Quantum Computing Quick Research Guide by Arthur MorganQuantum Computing Quick Research Guide by Arthur Morgan
Quantum Computing Quick Research Guide by Arthur Morgan
Arthur Morgan
 

QA Interview Questions With Answers

  • 1. H2Kinfosys QA Interview Questions with Answers Q. 1: Why software needs to be tested? Every software product needs to be tested since, the development 'process' is unable to produce defect free software. Even if the development process is able to produce a defect free software, we will not be able to know unless & until we test it. Without testing it, we shall not be having enough confidence that it will work. Testing not only identifies and reports defect but also measures the quality of the product, which helps to decide whether to release the product, or not. <<<<<< =================== >>>>>> Q. 2: What is the reason that Software has Bugs? Following factors contribute to the presence of bugs in the software applications. 1) Software development tools like visual tools, class libraries, compilers, scripting tools, etc. usually introduce their own bugs in the system. 2) To err is human. Likewise programmers do make mistakes while programming. 3) In fast-changing business environments continuously modified requirements are becoming a fact of life. Such frequent changes requested by the customer leads to errors in the application already nearing completion. Last minute design changes leads to many chaos like redesign of the whole system, rescheduling of engineers, scrapping of the work already completed, fresh requirements of compatible hardware etc. 4) A quickly written but poorly documented code is bound to have bugs. It becomes difficult to maintain and modify such code that is badly written or poorly documented. - it's tough to maintain and modify code that is badly written or poorly documented; the result is bugs. In many organizations management provides no incentive for programmers to document their code or write clear, understandable, maintainable code. In fact, it's usually the opposite: they get points mostly for quickly turning out code, and there's job US: (770) 777 1269 | www.H2Kinfosys.com |Email: [email protected] | UK: (020) 3371 7615
  • 2. H2Kinfosys security if nobody else can understand it ('if it was hard to write, it should be hard to read'). 5) When project deadlines come too close & time pressures come, mistakes are bound to come. <<<<<< =================== >>>>>> Q. 3: What is the difference between QA and Testing? QA stands for "Quality Assurance", and focuses on "Prevention" of defects in the product being developed. It is associated with the "Process" and activities related to the Process Improvement. Quality Assurance measures the quality of the processes employed to create a quality product. Whereas "Testing" refers to "Quality Control", and focuses on Detection of Defect and removal thereafter. Or Quality Control measures the quality of a product. <<<<<< =================== >>>>>> Q. 4: What is the difference between Software Testing and Debugging? Testing is the process of locating or identifying the errors or bugs in a software system. Whereas Debugging is the process of Fixing the identified Bugs. It involves a process of analyzing and rectifying the syntax errors, logic errors and all other types of errors identified during the process of testing. <<<<<< =================== >>>>>> Q. 5: What is the difference between a Bug and a Defect? "Bug" is a problem or an error in the software code, which is found in the application during Testing. Bug is responsible for failure of the application to comply with the desired specifications. Whereas "Defect" is problem reported by the customer during usage of the software application. <<<<<< =================== >>>>>> Q. 6: What is the difference between a Bug and an Enhancement? "Bug" is a problem or an error in the software code, which is found in the application during US: (770) 777 1269 | www.H2Kinfosys.com |Email: [email protected] | UK: (020) 3371 7615
  • 3. H2Kinfosys Testing. Bug is responsible for failure of the application to comply with the desired specifications. Whereas "Enhancement" is the additional feature or functionality found and added to the application as desired by the end user / real word customer or tester during the testing process. <<<<<< =================== >>>>>> Q. 7: What is the difference between Requirements & Specifications? "Requirements" are statements given by the customer as to what needs to be achieved by the software system. Later on these requirements are converted into specifications which are nothing but feasible or implementable requirements. Whereas "Specifications" are feasible requirements derived from various statements given by the customer. These are the starting point for the product development team. <<<<<< =================== >>>>>> Q. 8: What is the sequence of succession in STLC - Software Testing Life Cycle? 1) Test Planning 2) Test Analysis 3) Test Design 4) Construction and verification 5) Testing Cycles 6) Final Testing and Implementation and Post Implementation. <<<<<< =================== >>>>>> Q. 9: What is the difference between Verification and Validation ? "Verification" involves reviews and meetings to evaluate documents, plans, code, requirements, and specifications to confirm whether items, processes, services, or documents conform to specified requirements or not. This can be done with the help of checklists, issues lists, walkthroughs, and inspection meetings. The purpose of verification is to determine whether the products of a given phase of the software development cycle fulfill the requirements established during the previous phase or not. US: (770) 777 1269 | www.H2Kinfosys.com |Email: [email protected] | UK: (020) 3371 7615
  • 4. H2Kinfosys Whereas "Validation" is the determination of the correctness of the final program or software product produced from a development project with respect to the user needs and requirements. This involves actual testing of the product and takes place after verifications are completed. "Software Verification" raises the question, "Are we building the Product Right?"; that is, does the software conform to its specification. "Software Validation" raises the question, "Are we building the Right Product?"; that is, is the software doing what the user really requires. <<<<<< =================== >>>>>> Q. 10: What is the difference between a Test Plan and a Use Case? "Test Plan" is a document describing an introduction to the client company, intended scope, overview of the application, test strategy, schedule of testing activities, roles and responsibilities, deliverables and milestones. It describes test items, features to be tested, testing tasks, details of the personnel performing each task and any risks requiring contingency planning. Whereas a "Use Case" describes the process as to how an end user uses a specific functionality in the application. It is a summary of user actions and system response to the user actions. It contains the flows like typical flow, alternate flow and exceptional flow. It also contains pre condition and post condition. <<<<<< =================== >>>>>> Q. 11: What is the difference between Bug Priority & Bug Severity? "Bug Priority" is the need on how urgently bug is needed to be fixed. It describes the importance of the bug. Bug priority may change according to the schedule of testing. Whereas "Bug Severity" is the quantum of danger as to how badly the bug can harm the system. It describes as to how bad the bug is. Severity is a feature of constant nature associated with the bug. <<<<<< =================== >>>>>> Q. 12: What is difference between Waterfall Model and V Model? "Waterfall Model" Is a sequential software development model (a process for the creation of US: (770) 777 1269 | www.H2Kinfosys.com |Email: [email protected] | UK: (020) 3371 7615
  • 5. H2Kinfosys software) in which development is seen as flowing steadily downwards (like a waterfall) through the phases of requirements analysis, design, implementation, testing (validation), integration, and maintenance. To follow the waterfall model, we proceed from one phase to the next in a purely sequential manner. In traditional waterfall model, testing comes at the fag end of the development process. Whereas "V Model" or "Life Cycle Testing" involves carrying out verification of consistency, completeness and correctness of software at every stage of the development life cycle. It aims at catching the defects as early as possible and thus reduces the cost of fixing them. It involves continuously testing the system during all stages of the development process rather than just limiting testing to the last stage. <<<<<< =================== >>>>>> Q. 13: What are Baseline Documents? Baseline documents are the documents, which have been approved by the customer and will not have any more changes. Baseline Documents cover all the details of the project and have undergone "walkthrough" process. Once a document is Base-lined it cannot be changed unless there is a change request duly approved by the customer. Service Level Agreement (SLA) & Business Requirement Documents (BRD) are the examples of Baseline Documents. <<<<<< =================== >>>>>> Q. 14: What is Defect Density? "Defect Density" Is a software metric defined as: Total number of defects per LOC (lines of code). Alternatively It can be: Total number of defects per Size of the Project. Here the measure of "Size of the Project" can be number of Function Points, Number of Feature Points, number of Use Cases or KLOC (Kilo Lines of Code) etc <<<<<< =================== >>>>>> US: (770) 777 1269 | www.H2Kinfosys.com |Email: [email protected] | UK: (020) 3371 7615
  • 6. H2Kinfosys Q. 15: What is Negative Testing? "Negative Testing" involves testing the application for failure like conditions. It involves testing the tool with improper inputs. For example entering the special characters in place of a phone number. <<<<<< =================== >>>>>> Q. 16: What is Incremental Integration Testing? "Incremental Integration Testing" Involves continuous testing of an application while new functionality is simultaneously added. It requires that various aspects of an application's functionality be independent enough to work separately before all parts of the program are completed. This testing is done either by programmers or by testers. <<<<<< =================== >>>>>> Q. 17: What is the difference between Unit Testing, Component Testing and Integration Testing? "Unit Testing" involves testing of individual programs, modules, or components to demonstrate that the program executes as per the specification and it validates the design and technical quality of the application. In Unit Testing, the Called Components (or Communicating Components) are replaced with Stubs, Simulators, or Trusted Components. Testing Stubs or Drivers are used to simulate the behavior of interfacing modules. "Component Testing" is like "Unit Testing" with the difference that all Stubs and Simulators are replaced with the real objects. Here a Unit is a component, and integration of one or more such components is also a Component. Whereas "Integration Testing" is the test process which begins after two or more programs components have been successfully unit tested. It is conducted by the development team to validate the interaction or communication/flow of information between the individual components that will be integrated. <<<<<< =================== >>>>>> Q. 18: What is the difference between Statement Coverage, Branch Coverage and US: (770) 777 1269 | www.H2Kinfosys.com |Email: [email protected] | UK: (020) 3371 7615
  • 7. H2Kinfosys Path Coverage? "Statement Coverage" is a type of "White-Box Testing" technique, involving execution of all statements at least once. Statement coverage is a simple metric to calculate & measure the number of statements in a method or class which have been executed. Its key benefit is its ability to identify which blocks of code have not been executed. "Branch Coverage" is an outcome of a decision, and measures the number of decision outcomes or branches, which have been tested. This takes a more in-depth view of the source code rather than a simple "Statement Coverage". A branch is an outcome of a decision. For example Boolean decisions like an "If - Statement", has two outcomes or branches (i.e. True and False). Whereas "Path Coverage" is a method of testing which satisfies the coverage criteria through which the program is tested across each logical path. Usually, paths through the program are grouped into a finite set of classes and one path out of every class is tested. In Path Coverage flow of execution takes place from the start of a method to its exit. Path Coverage ensures that we test all decision outcomes independently of one another. <<<<<< =================== >>>>>> Q. 19: What is the difference between Ad-hoc Testing, Monkey Testing and Exploratory Testing? "Ad-hoc Testing" is performed without any planning of process and without any documentation like Test Case or Test Scenarios. It involves test design and simultaneous test execution. For Ad-hoc testing the testers possess significant understanding of the software before testing it. "Monkey Testing" is done with no specific test in mind. Here the monkey is the producer of any input data (which can be either a file data or can be an input device data). It involves pressing some keys randomly and checking whether the software fails or not. Whereas "Exploratory Testing" involves simultaneous learning, test design and test US: (770) 777 1269 | www.H2Kinfosys.com |Email: [email protected] | UK: (020) 3371 7615
  • 8. H2Kinfosys execution. It is a type of "Ad-hoc Testing", but only difference is that in this case, the tester does not have much idea about the application & he explores the system in an attempt to learn the application and simultaneously test it. <<<<<< =================== >>>>>> Q. 20: What is the difference between System Testing and End-to-End Testing or E2E Testing? "System Testing" falls within the scope of Black-Box testing and the tester requires no knowledge of the inner design of the code or logic. It is conducted on a complete /combined part of a system to verify that all-functional, information, structural and quality requirements as per the specifications have been met. "End-to-End Testing" or "E2E Testing" is also quite similar to "System Testing". It involves testing of the application in a environment that simulates the real-world use, such as interacting with a database, using network communications, or interacting with other hardware, applications, or systems. <<<<<< =================== >>>>>> H2Kinfosys is E-Verified business based in Atlanta, Georgia – United States 100% Job Oriented Instructor Led Face2Face True Live online Software Training + Cloud Test Lab with Software Tools & Live Project work + Mock Interviews + Resume Prep & Review + Job Placement assistance = Best IT training Center Trusted by many students worldwide. H2K Infosys is business based in Atlanta, Georgia – United States Providing Online IT training services world wide. www.H2KINFOSYS.com USA - +1-(770)-777-1269, UK - (020) 3371 7615 [email protected] / [email protected] US: (770) 777 1269 | www.H2Kinfosys.com |Email: [email protected] | UK: (020) 3371 7615