SlideShare ist ein Scribd-Unternehmen logo
1 von 9
Downloaden Sie, um offline zu lesen
QA Interview
Questions and
Answers

By:
Garuda Trainings
www.garudatrainings.com

Ph: +1-508-841-6144

QA Interview Questions and Answers

Q1. What is difference between QA, QC and Software Testing?
Quality Assurance (QA): QA refers to the planned and systematic way of monitoring the quality of
process which is followed to produce a quality product. QA tracks the outcomes and adjusts the process
to meet the expectation.

Quality Control (QC): Concern with the quality of the product. QC finds the defects and suggests
improvements. The process set by QA is implemented by QC. The QC is the responsibility of the tester.

Software Testing: is the process of ensuring that product which is developed by the developer meets the
user requirement. The motive to perform testing is to find the bugs and make sure that they get fixed.
Q2. When to start QA in a project?
A good time to start the QA is from the beginning of the project startup. This will lead to plan the process
which will make sure that product coming out meets the customer quality expectation. QA also plays a
major role in the communication between teams. It gives time to step up the testing environment. The
testing phase starts after the test plans are written, reviewed and approved.
Q3. What are verification and validation?
Verification: process of evaluating steps which is followed up to development phase to determine
whether they meet the specified requirements for that stage.

Validation: process of evaluating product during or at the end of the development process to determine
whether product meets specified requirements.
Q4. Difference between Verification and Validation?






Verification is Static Testing where as Validations is Dynamic Testing.
Verification takes place before validation.
Verification evaluates plans, documents, requirements and specifications, where as Validation
evaluates product.
Verification inputs are checklist, issues list, walkthroughs and inspection, where as in Validation
testing of actual product.
Verification output is set of documents, plans, specifications and requirement documents where
as in Validation actual product is output.

Ph: +1-508-841-6144
www.garudatrainings.com

Ph: +1-508-841-6144

QA Interview Questions and Answers
Q5. What is difference between Smoke testing and Sanity Testing?
The difference between smoke and sanity testing is described below:





Sanity testing is performed when new build is released after fixing bugs where as smoke testing
is performed to check the major functionalities of the application.
Sanity is performed by the tester or the developer but smoke testing can be performed by the
tester or developer.
Smoke testing is performed earlier where as sanity is performed after the smoke testing.
Sanity testing is narrow and deep approach of testing and smoke testing is focused testing based
on major functionalities.

Q6. What is destructive testing, and what are its benefits?
Destructive testing includes methods where material is broken down to evaluate the mechanical
properties, such as strength, toughness and hardness.For example, finding the quality of a weld is good
enough to withstand extreme pressure and also to verify the properties of a material.
Benefits of Destructive Testing (DT)





Verifies properties of a material
Determines quality of welds
Helps you to reduce failures, accidents and costs
Ensures compliance with regulations

Q7. What is Testware?
The testware is:




The subset of software which helps in performing the testing of application.
Testware are required to plan, design, and execute tests. It contains documents, scripts, inputs,
expected results, set-up and additional software or utilities used in testing.
Testware is term given to combination of all utilities and application software that required for
testing a software package.
Testware is special because it has:

1. Different purpose
2. Different metrics for quality and
3. Different users

Ph: +1-508-841-6144
www.garudatrainings.com

Ph: +1-508-841-6144

QA Interview Questions and Answers
Q8. What is difference between Retesting and Regression testing?
The difference between Retesting and Regression testing are below:





Retesting is done to verify defects fixes where as regression is perform to check if the defect fix
have not impacted other functionality that was working fine before doing changes in the code.
Retesting is planned testing based on the defect fixes listed where as regression is not be always
specific to any defect fix. Also regression can be executed for some modules or all modules.
Retesting concern with executing those test cases that are failed earlier whereas regression
concern with executing test cases that was passed in earlier builds.
Retesting has higher priority over regression, but in some case retesting and regression testing
are carried out in parallel.

Q9. Explain bug life cycle.
Bug Life Cycle:









When a tester finds a bug .The bug is assigned with NEW or OPEN status.
The bug is assigned to development project manager who will analyze the bug .He will check
whether it is a valid defect. If it is not valid bug is rejected, now status is REJECTED.
If not, next the defect is checked whether it is in scope. When bug is not part of the current
release .Such defects are POSTPONED
Now, Tester checks whether similar defect was raised earlier. If yes defect is assigned a status
DUPLICATE
When bug is assigned to developer. During this stage bug is assigned a status IN-PROGRESS
Once code is fixed. Defect is assigned with FIXED status.
Next the tester will re-test the code. In case the test case passes the defect is CLOSED
If the test case fails again the bug is RE-OPENED and assigned to the developer. That‟s all to
Bug Life Cycle.

Q10. What is severity and priority of bug? Give some example.
Priority: concern with application from the business point of view.
It answers: How quickly we need to fix the bug? Or How soon the bug should get fixed?
Severity: concern with functionality of application. It deals with the impact of the bug on the application.
How much the bug is affecting the functionality of the application?





High Priority and Low Severity:
Company logo is not properly displayed on their website.
High Priority and High Severity:
Suppose you are doing online shopping and filled payment information, but after submitting the
form, you get a message like "Order has been cancelled."
Low Priority and High Severity:
If we have a typical scenario in which the application get crashed, but that scenario exists rarely.
Low Priority and Low Severity:
There is a mistake like "You have registered success" instead of successfully, success is written.

Ph: +1-508-841-6144
www.garudatrainings.com

Ph: +1-508-841-6144

QA Interview Questions and Answers
Q11. What are the common problems with software automation?
Software problem are listed below:
1. Purchasing the license of tool (QTP, selenium, QC, LR)
2. Lack of skilled Tester to run the tool
3. Expectation that automated tests will find a lot of new defects
4. Maintenance of automated tests
5. Technical problems of tools
Q12. What is the role of QA in a project development?
QA stands for QUALITY ASSURANCE. QA team assures the quality by monitor the whole development
process. QA tracks the outcomes and adjusting process to meet the expectation.
The role of Quality Assurance is discussed below:






QA team is responsible for monitoring the process to be carried out for development.
Responsibilities of QA team are planning testing execution process.
QA Lead creates the time tables and agrees on a Quality Assurance plan for the product.
QA team communicated QA process to the team members.
QA team ensures traceability of test cases to requirements.

Q13. What is the difference between build and release?
BUILD: is a number given to installable software that is given to testing team for testing by the
development team. Build number assigned are incremental and sequential.
RELEASE: is a number given to installable software that is handed over to customer by the developer or
tester.
The information of build, release and version are displayed in software help page. Using this build and
release customer can let the customer team know which release version build thet are using.
eg "9.4.123.2" (Release Number.Version Number.Build Number.Patch Number)
Q14. What are the key challenges of software testing?
Following are some challenges of software testing
1. Application should be stable enough to be tested.
2. Testing always under time constraint
3. Understanding requirements, Domain knowledge and business user perspective understanding
4. W hich tests to execute first?
5. Testing the Complete Application
6. Regression testing
7. Lack of skilled testers.

Ph: +1-508-841-6144
www.garudatrainings.com

Ph: +1-508-841-6144

QA Interview Questions and Answers
8. Changing requirements
9. Lack of resources, tools and training
Q15.Why you choose automated testing over manual testing?
The reasons for choosing automation testing over manual testing are following:
1. Frequency of use of test case
2. Time Comparison (automated script run much faster than manual execution.)
3. Reusability of Automation Script
4. Adaptability of test case for automation.
5. Exploitation of automation tool.
Q16. What is the basis for choosing the SDLC model for development of software?
The choice of SDLC depends on the various factors, how stable are the requirements:




When the requirements are very clearly know, documented and not subject to change then we
can follow the waterfall model.
Most of the companies follow the V mode for the development because this model includes both
verification and validation activities and testing is involved in earlier phase.
Iterative model can be used to build application where requirement changes after a period of
times or application features or added on with smaller release. W hen the client is ready for the
delivery of the product in parts or phases.

Q17. Explain bug leakage and bug release.
Bug Leakage: W hen customer or end user discovered a bug which can be detected by the testing team.
Or when a bug is detected which can be detected in pervious build then this is called as Bug Leakage.
Bug release: is when a build is handed to testing team with knowing that defect is present in the release.
The priority and severity of bug is low. It is done when customer want the application on the time.
Customer can tolerate the bug in the released then the delay in getting the application and the cost
involved in removing that bug. These bugs are mentioned in the Release Notes handed to client for the
future improvement chances.
Q18. What is regression testing?
Regression Testing: When changes in the code of the software are made to fix the previous bug. Then
testing needs to be perform to ensure that it will not generate a new bug in the application and it works as
specified and that it has not negatively impacted any functionality that it offered previously. Regression
Testing is important because of following reason:




That the application works even after the alteration in the code were made.
The original functionality continues to work as specified even after doing changes in the software
application.
The alteration to the software application has not introduced any new bugs.

Ph: +1-508-841-6144
www.garudatrainings.com

Ph: +1-508-841-6144

QA Interview Questions and Answers

Q19.What is data driven testing?
Data Driven is an automation testing part in which test input or output values, these values are read from
data files. It is performed when the values are changing by the time. The different data files may include
data pools, csv files, Excel files. The data is then loaded into variables in recorded or manually coded
scripts. For data driven testing we use Parameterzing and Regular expression Technique.
Ex: To evaluate login functionality, we use different user name and password combinations, variables are
used to access different username and password. The list of username and password are stored in a
data table or excel sheet.
Q20. What is alpha and beta testing?
Alpha testing: is performed by the IN-House developers. After alpha testing the software is handed over
to software QA team, for additional testing in an environment that is similar to the client environment.
Beta testing: It is performed by end user. So that they can make sure that the product is bug free or
working as per the requirement. IN-house developers and software QA team perform alpha testing. The
public, a few select prospective customers or the general public performs beta testing.
Q21. What is ‘Software Quality Assurance’?
-SQA is monitoring and improving the process of software development.
-It ensures the standards and procedures which are agreed-upon, are met.
-Identifies the problems / bugs and ensures to resolve them.
-It prevents unnecessary functionalities in software products.
-It ensures the software requirements are met, and sometimes even crossing the levels of satisfaction.
Q22. What is Software Testing?
-Software testing is a process under controlled conditions and evaluating the expected results.
-Testing involves intentional attempt to make things go wrong, for the purpose of determining the things to
happen when they should not.
-Testing is oriented to „detection‟.
-Testing at times, a combined responsibility of one group which includes testers.
-The overall QA will be monitored by project managers.
-Nearly 25% of testing is the responsibility of development team including project manager.

Ph: +1-508-841-6144
www.garudatrainings.com

Ph: +1-508-841-6144

QA Interview Questions and Answers
Q23. Why does software have bugs?
Software bugs may occur due to:
a) Miscommunication or no communication
1. The exact need / requirements may not be properly communicated.
2. This causes development of software as per the perception of the developers.
b) Software Complexity
1. The complexity of the current software applications are difficult to understand for development team.
2. Multi-tiered architecture, sheer size of various applications, distributed computing etc., contributes to
the software complexity growth potential.
c) Programming errors
1. Errors in the programming as per the perception of the developers / team members
d) Time Pressures / Deadlines
e) Software projects scheduling is difficult.
f) Poorly documented code
1. Code modification and maintenance is tough.
2. Badly written or poor documentation causes the code comprehension difficult.
Q24: 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.

Q25: 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
Q26: Why a 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. W ithout 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.

Ph: +1-508-841-6144
www.garudatrainings.com

Ph: +1-508-841-6144

QA Interview Questions and Answers

Q27. Suggest 5 common solutions to software development problems.
1. Solid Requirements : The requirements of a software should be clear, complete, attainable and need
to be agreed by all the players of them.
2. Realistic Schedules : Adequate time for planning, designing, developing, testing, fixing the bugs and
re-testing, documentation should be allowed.
3. Adequate Testing : Start the testing immediately after one or more modules development. Re-test
after making changes.
4. Spend adequate time for testing, identifying and bug-fixing.
5. Adhere to initial requirements. Prepare to defend against changes.
6. Use rapid prototyping during design phase, so that the customers can find what to expect.
7. Communication: W alkthroughs and inspections are required when appropriate. Inculcate extensive
use of group communication tools, such as email, groupware.

Q28. What makes a good test engineer?
A good test engineer has a 'test to break' attitude, an ability to take the point of view of the customer, a
strong desire for quality, and an attention to detail. Tact and diplomacy are useful in maintaining a
cooperative relationship with developers, and an ability to communicate with both technical (developers)
and non-technical (customers, management) people is useful. Previous software development experience
can be helpful as it provides a deeper understanding of the software development process, gives the
tester an appreciation for the developers' point of view, and reduce the learning curve in automated test
tool programming. Judgment skills are needed to assess high-risk areas of an application on which to
focus testing efforts when time is limited.

Ph: +1-508-841-6144

Weitere Àhnliche Inhalte

Was ist angesagt?

Testing a GPS application | Testbytes
Testing a GPS application | TestbytesTesting a GPS application | Testbytes
Testing a GPS application | TestbytesTestbytes
 
Testing softvamp techno solutions technical interview questions freshers (1)
Testing softvamp techno solutions technical interview questions freshers (1)Testing softvamp techno solutions technical interview questions freshers (1)
Testing softvamp techno solutions technical interview questions freshers (1)SoftvampTechnoSoluti
 
Manual testing interview questions and answers
Manual testing interview questions and answersManual testing interview questions and answers
Manual testing interview questions and answersTestbytes
 
Fundamentals of testing 2
Fundamentals of testing 2Fundamentals of testing 2
Fundamentals of testing 2seli purnianda
 
FADHILLA ELITA Ppt Chapter 1
FADHILLA ELITA Ppt Chapter 1FADHILLA ELITA Ppt Chapter 1
FADHILLA ELITA Ppt Chapter 1fadhilla elita
 
Fundamentals of testing what is testing (reference graham et.al (2006))
Fundamentals of testing   what is testing (reference graham et.al (2006))Fundamentals of testing   what is testing (reference graham et.al (2006))
Fundamentals of testing what is testing (reference graham et.al (2006))Alfarizi ,S.Kom
 
Istqb intro with question answer for exam preparation
Istqb intro with question answer for exam preparationIstqb intro with question answer for exam preparation
Istqb intro with question answer for exam preparationKevalkumar Shah
 
Fundamental of testing (what is testing)
Fundamental of testing (what is testing)Fundamental of testing (what is testing)
Fundamental of testing (what is testing)helfa safitri
 
What is Software Testing | Edureka
What is Software Testing | EdurekaWhat is Software Testing | Edureka
What is Software Testing | EdurekaEdureka!
 
Basics of Software Testing
Basics of Software TestingBasics of Software Testing
Basics of Software TestingShakal Shukla
 
Basics in software testing
Basics in software testingBasics in software testing
Basics in software testingTOPS Technologies
 
Stlc 12 Steps Ppt
Stlc 12 Steps PptStlc 12 Steps Ppt
Stlc 12 Steps PptSalil Kishore
 
Manual testing interview questions and answers
Manual testing interview questions and answersManual testing interview questions and answers
Manual testing interview questions and answerskaranmca
 
TESTING LIFE CYCLE PPT
TESTING LIFE CYCLE PPTTESTING LIFE CYCLE PPT
TESTING LIFE CYCLE PPTsuhasreddy1
 
fundamentals of testing (Fundamental of testing what)
fundamentals of testing (Fundamental of testing what)fundamentals of testing (Fundamental of testing what)
fundamentals of testing (Fundamental of testing what)diana fitri, S.Kom
 
An Overview of User Acceptance Testing (UAT)
An Overview of User Acceptance Testing (UAT)An Overview of User Acceptance Testing (UAT)
An Overview of User Acceptance Testing (UAT)Usersnap
 
General technical interview questions
General technical interview questionsGeneral technical interview questions
General technical interview questionsKevalkumar Shah
 
Software testing life cycle
Software testing life cycleSoftware testing life cycle
Software testing life cycleNikhil Sharma
 

Was ist angesagt? (19)

Testing a GPS application | Testbytes
Testing a GPS application | TestbytesTesting a GPS application | Testbytes
Testing a GPS application | Testbytes
 
Testing softvamp techno solutions technical interview questions freshers (1)
Testing softvamp techno solutions technical interview questions freshers (1)Testing softvamp techno solutions technical interview questions freshers (1)
Testing softvamp techno solutions technical interview questions freshers (1)
 
Manual testing interview questions and answers
Manual testing interview questions and answersManual testing interview questions and answers
Manual testing interview questions and answers
 
Fundamentals of testing 2
Fundamentals of testing 2Fundamentals of testing 2
Fundamentals of testing 2
 
FADHILLA ELITA Ppt Chapter 1
FADHILLA ELITA Ppt Chapter 1FADHILLA ELITA Ppt Chapter 1
FADHILLA ELITA Ppt Chapter 1
 
Fundamentals of testing what is testing (reference graham et.al (2006))
Fundamentals of testing   what is testing (reference graham et.al (2006))Fundamentals of testing   what is testing (reference graham et.al (2006))
Fundamentals of testing what is testing (reference graham et.al (2006))
 
Istqb intro with question answer for exam preparation
Istqb intro with question answer for exam preparationIstqb intro with question answer for exam preparation
Istqb intro with question answer for exam preparation
 
Fundamental of testing (what is testing)
Fundamental of testing (what is testing)Fundamental of testing (what is testing)
Fundamental of testing (what is testing)
 
What is Software Testing | Edureka
What is Software Testing | EdurekaWhat is Software Testing | Edureka
What is Software Testing | Edureka
 
Basics of Software Testing
Basics of Software TestingBasics of Software Testing
Basics of Software Testing
 
Basics in software testing
Basics in software testingBasics in software testing
Basics in software testing
 
Stlc 12 Steps Ppt
Stlc 12 Steps PptStlc 12 Steps Ppt
Stlc 12 Steps Ppt
 
Manual testing interview questions and answers
Manual testing interview questions and answersManual testing interview questions and answers
Manual testing interview questions and answers
 
TESTING LIFE CYCLE PPT
TESTING LIFE CYCLE PPTTESTING LIFE CYCLE PPT
TESTING LIFE CYCLE PPT
 
fundamentals of testing (Fundamental of testing what)
fundamentals of testing (Fundamental of testing what)fundamentals of testing (Fundamental of testing what)
fundamentals of testing (Fundamental of testing what)
 
Stlc ppt
Stlc pptStlc ppt
Stlc ppt
 
An Overview of User Acceptance Testing (UAT)
An Overview of User Acceptance Testing (UAT)An Overview of User Acceptance Testing (UAT)
An Overview of User Acceptance Testing (UAT)
 
General technical interview questions
General technical interview questionsGeneral technical interview questions
General technical interview questions
 
Software testing life cycle
Software testing life cycleSoftware testing life cycle
Software testing life cycle
 

Andere mochten auch

General fitness training
General fitness trainingGeneral fitness training
General fitness trainingMohamadSofiudin
 
Create generic delta
Create generic deltaCreate generic delta
Create generic deltaGaruda Trainings
 
Dolphin Watch App instructions
Dolphin Watch App instructionsDolphin Watch App instructions
Dolphin Watch App instructionsRiverGuardians
 
2013 pengumuman cpns_kendal
2013 pengumuman cpns_kendal2013 pengumuman cpns_kendal
2013 pengumuman cpns_kendalSuryatno Sadar
 
Canto di natale petra, alessio, christian, isabella, mohamed
Canto di natale petra, alessio, christian, isabella, mohamedCanto di natale petra, alessio, christian, isabella, mohamed
Canto di natale petra, alessio, christian, isabella, mohamedgiambroneros
 

Andere mochten auch (8)

MY FAMILY
MY FAMILY MY FAMILY
MY FAMILY
 
General fitness training
General fitness trainingGeneral fitness training
General fitness training
 
Create generic delta
Create generic deltaCreate generic delta
Create generic delta
 
Dolphin Watch App instructions
Dolphin Watch App instructionsDolphin Watch App instructions
Dolphin Watch App instructions
 
Exception handling
Exception handlingException handling
Exception handling
 
2013 pengumuman cpns_kendal
2013 pengumuman cpns_kendal2013 pengumuman cpns_kendal
2013 pengumuman cpns_kendal
 
Canto di natale petra, alessio, christian, isabella, mohamed
Canto di natale petra, alessio, christian, isabella, mohamedCanto di natale petra, alessio, christian, isabella, mohamed
Canto di natale petra, alessio, christian, isabella, mohamed
 
The field 6
The field 6The field 6
The field 6
 

Ähnlich wie Qa interview questions and answers for placements

Qa interview questions and answers
Qa interview questions and answersQa interview questions and answers
Qa interview questions and answersGaruda Trainings
 
Qa interview questions and answers
Qa interview questions and answersQa interview questions and answers
Qa interview questions and answerssjayasankar2k8
 
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 assuranceGaruda Trainings
 
Software Quality Assurance training by QuontraSolutions
Software Quality Assurance training by QuontraSolutionsSoftware Quality Assurance training by QuontraSolutions
Software Quality Assurance training by QuontraSolutionsQUONTRASOLUTIONS
 
Quality assurance by Sadquain
Quality assurance by Sadquain Quality assurance by Sadquain
Quality assurance by Sadquain Xad Kuain
 
QA interview questions and answers
QA interview questions and answersQA interview questions and answers
QA interview questions and answersMehul Chauhan
 
Software Testing Interview Questions For Experienced
Software Testing Interview Questions For ExperiencedSoftware Testing Interview Questions For Experienced
Software Testing Interview Questions For Experiencedzynofustechnology
 
Software testing & Quality Assurance
Software testing & Quality Assurance Software testing & Quality Assurance
Software testing & Quality Assurance Webtech Learning
 
Software testing q as collection by ravi
Software testing q as   collection by raviSoftware testing q as   collection by ravi
Software testing q as collection by raviRavindranath Tagore
 
Software testing pdf
Software testing pdfSoftware testing pdf
Software testing pdfMounikaCh26
 
Software testing pdf
Software testing pdfSoftware testing pdf
Software testing pdfGaurav Nigam
 
Software testing
Software testingSoftware testing
Software testingankityadav.ec
 
Software testing(1)
Software testing(1)Software testing(1)
Software testing(1)ramvyata123
 
software_testing pdf.pdf
software_testing pdf.pdfsoftware_testing pdf.pdf
software_testing pdf.pdfGaurav Nigam
 
Software testing pdf
Software testing pdfSoftware testing pdf
Software testing pdfHappy500
 
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.pdfDSIVABALASELVAMANIMC
 

Ähnlich wie Qa interview questions and answers for placements (20)

Qa interview questions and answers
Qa interview questions and answersQa interview questions and answers
Qa interview questions and answers
 
Qa interview questions and answers
Qa interview questions and answersQa interview questions and answers
Qa interview questions and answers
 
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
 
Software Quality Assurance training by QuontraSolutions
Software Quality Assurance training by QuontraSolutionsSoftware Quality Assurance training by QuontraSolutions
Software Quality Assurance training by QuontraSolutions
 
Quality assurance by Sadquain
Quality assurance by Sadquain Quality assurance by Sadquain
Quality assurance by Sadquain
 
QA interview questions and answers
QA interview questions and answersQA interview questions and answers
QA interview questions and answers
 
Software Testing Interview Questions For Experienced
Software Testing Interview Questions For ExperiencedSoftware Testing Interview Questions For Experienced
Software Testing Interview Questions For Experienced
 
Software testing & Quality Assurance
Software testing & Quality Assurance Software testing & Quality Assurance
Software testing & Quality Assurance
 
Testing Software
Testing SoftwareTesting Software
Testing Software
 
Software Testing
Software TestingSoftware Testing
Software Testing
 
Software testing q as collection by ravi
Software testing q as   collection by raviSoftware testing q as   collection by ravi
Software testing q as collection by ravi
 
Software testing pdf
Software testing pdfSoftware testing pdf
Software testing pdf
 
Software testing pdf
Software testing pdfSoftware testing pdf
Software testing pdf
 
Software testing
Software testingSoftware testing
Software testing
 
Software testing
Software testingSoftware testing
Software testing
 
Software testing(1)
Software testing(1)Software testing(1)
Software testing(1)
 
Software testing
Software testingSoftware testing
Software testing
 
software_testing pdf.pdf
software_testing pdf.pdfsoftware_testing pdf.pdf
software_testing pdf.pdf
 
Software testing pdf
Software testing pdfSoftware testing pdf
Software testing pdf
 
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
 

KĂŒrzlich hochgeladen

Call Girls Jayanagar Just Call 👗 9155563397 👗 Top Class Call Girl Service Ban...
Call Girls Jayanagar Just Call 👗 9155563397 👗 Top Class Call Girl Service Ban...Call Girls Jayanagar Just Call 👗 9155563397 👗 Top Class Call Girl Service Ban...
Call Girls Jayanagar Just Call 👗 9155563397 👗 Top Class Call Girl Service Ban...only4webmaster01
 
Call Girls Bommanahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service ...
Call Girls Bommanahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service ...Call Girls Bommanahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service ...
Call Girls Bommanahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service ...amitlee9823
 
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Sa...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Sa...Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Sa...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Sa...Pooja Nehwal
 
Call Girls Devanahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Devanahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service B...Call Girls Devanahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Devanahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service B...amitlee9823
 
âž„đŸ” 7737669865 đŸ”â–» Nandyal Call-girls in Women Seeking Men 🔝Nandyal🔝 Escorts...
âž„đŸ” 7737669865 đŸ”â–» Nandyal Call-girls in Women Seeking Men  🔝Nandyal🔝   Escorts...âž„đŸ” 7737669865 đŸ”â–» Nandyal Call-girls in Women Seeking Men  🔝Nandyal🔝   Escorts...
âž„đŸ” 7737669865 đŸ”â–» Nandyal Call-girls in Women Seeking Men 🔝Nandyal🔝 Escorts...amitlee9823
 
Call Girls Alandi Road Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Alandi Road Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Alandi Road Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Alandi Road Call Me 7737669865 Budget Friendly No Advance Bookingroncy bisnoi
 
âž„đŸ” 7737669865 đŸ”â–» Pallavaram Call-girls in Women Seeking Men 🔝Pallavaram🔝 E...
âž„đŸ” 7737669865 đŸ”â–» Pallavaram Call-girls in Women Seeking Men  🔝Pallavaram🔝   E...âž„đŸ” 7737669865 đŸ”â–» Pallavaram Call-girls in Women Seeking Men  🔝Pallavaram🔝   E...
âž„đŸ” 7737669865 đŸ”â–» Pallavaram Call-girls in Women Seeking Men 🔝Pallavaram🔝 E...amitlee9823
 
Kannada Call Girls Mira Bhayandar WhatsApp +91-9930687706, Best Service
Kannada Call Girls Mira Bhayandar WhatsApp +91-9930687706, Best ServiceKannada Call Girls Mira Bhayandar WhatsApp +91-9930687706, Best Service
Kannada Call Girls Mira Bhayandar WhatsApp +91-9930687706, Best Servicemeghakumariji156
 
Just Call Vip call girls Jammu Escorts ☎9352988975 Two shot with one girl (J...
Just Call Vip call girls Jammu Escorts ☎9352988975 Two shot with one girl (J...Just Call Vip call girls Jammu Escorts ☎9352988975 Two shot with one girl (J...
Just Call Vip call girls Jammu Escorts ☎9352988975 Two shot with one girl (J...gajnagarg
 
Call Girls Hoodi Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Hoodi Just Call 👗 7737669865 👗 Top Class Call Girl Service BangaloreCall Girls Hoodi Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Hoodi Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangaloreamitlee9823
 
Call Girls In Kengeri Satellite Town ☎ 7737669865 đŸ„” Book Your One night Stand
Call Girls In Kengeri Satellite Town ☎ 7737669865 đŸ„” Book Your One night StandCall Girls In Kengeri Satellite Town ☎ 7737669865 đŸ„” Book Your One night Stand
Call Girls In Kengeri Satellite Town ☎ 7737669865 đŸ„” Book Your One night Standamitlee9823
 
Call Girls Bidadi Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Bidadi Just Call 👗 7737669865 👗 Top Class Call Girl Service BangaloreCall Girls Bidadi Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Bidadi Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangaloreamitlee9823
 
Call Girls In Chandapura ☎ 7737669865 đŸ„” Book Your One night Stand
Call Girls In Chandapura ☎ 7737669865 đŸ„” Book Your One night StandCall Girls In Chandapura ☎ 7737669865 đŸ„” Book Your One night Stand
Call Girls In Chandapura ☎ 7737669865 đŸ„” Book Your One night Standamitlee9823
 
Brand Analysis for reggaeton artist Jahzel.
Brand Analysis for reggaeton artist Jahzel.Brand Analysis for reggaeton artist Jahzel.
Brand Analysis for reggaeton artist Jahzel.GabrielaMiletti
 
Call Girls In Sarjapur Road ☎ 7737669865 đŸ„” Book Your One night Stand
Call Girls In Sarjapur Road ☎ 7737669865 đŸ„” Book Your One night StandCall Girls In Sarjapur Road ☎ 7737669865 đŸ„” Book Your One night Stand
Call Girls In Sarjapur Road ☎ 7737669865 đŸ„” Book Your One night Standamitlee9823
 
Personal Brand Exploration ppt.- Ronnie Jones
Personal Brand  Exploration ppt.- Ronnie JonesPersonal Brand  Exploration ppt.- Ronnie Jones
Personal Brand Exploration ppt.- Ronnie Jonesjonesyde302
 
<DUBAI>Abortion pills IN UAE {{+971561686603*^Mifepristone & Misoprostol in D...
<DUBAI>Abortion pills IN UAE {{+971561686603*^Mifepristone & Misoprostol in D...<DUBAI>Abortion pills IN UAE {{+971561686603*^Mifepristone & Misoprostol in D...
<DUBAI>Abortion pills IN UAE {{+971561686603*^Mifepristone & Misoprostol in D...gynedubai
 
Chintamani Call Girls Service: ☎ 7737669865 ☎ High Profile Model Escorts | Ba...
Chintamani Call Girls Service: ☎ 7737669865 ☎ High Profile Model Escorts | Ba...Chintamani Call Girls Service: ☎ 7737669865 ☎ High Profile Model Escorts | Ba...
Chintamani Call Girls Service: ☎ 7737669865 ☎ High Profile Model Escorts | Ba...amitlee9823
 
âž„đŸ” 7737669865 đŸ”â–» bharuch Call-girls in Women Seeking Men 🔝bharuch🔝 Escorts...
âž„đŸ” 7737669865 đŸ”â–» bharuch Call-girls in Women Seeking Men  🔝bharuch🔝   Escorts...âž„đŸ” 7737669865 đŸ”â–» bharuch Call-girls in Women Seeking Men  🔝bharuch🔝   Escorts...
âž„đŸ” 7737669865 đŸ”â–» bharuch Call-girls in Women Seeking Men 🔝bharuch🔝 Escorts...amitlee9823
 

KĂŒrzlich hochgeladen (20)

Call Girls Jayanagar Just Call 👗 9155563397 👗 Top Class Call Girl Service Ban...
Call Girls Jayanagar Just Call 👗 9155563397 👗 Top Class Call Girl Service Ban...Call Girls Jayanagar Just Call 👗 9155563397 👗 Top Class Call Girl Service Ban...
Call Girls Jayanagar Just Call 👗 9155563397 👗 Top Class Call Girl Service Ban...
 
Call Girls Bommanahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service ...
Call Girls Bommanahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service ...Call Girls Bommanahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service ...
Call Girls Bommanahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service ...
 
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Sa...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Sa...Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Sa...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Sa...
 
Call Girls Devanahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Devanahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service B...Call Girls Devanahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Devanahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
 
âž„đŸ” 7737669865 đŸ”â–» Nandyal Call-girls in Women Seeking Men 🔝Nandyal🔝 Escorts...
âž„đŸ” 7737669865 đŸ”â–» Nandyal Call-girls in Women Seeking Men  🔝Nandyal🔝   Escorts...âž„đŸ” 7737669865 đŸ”â–» Nandyal Call-girls in Women Seeking Men  🔝Nandyal🔝   Escorts...
âž„đŸ” 7737669865 đŸ”â–» Nandyal Call-girls in Women Seeking Men 🔝Nandyal🔝 Escorts...
 
Call Girls Alandi Road Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Alandi Road Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Alandi Road Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Alandi Road Call Me 7737669865 Budget Friendly No Advance Booking
 
âž„đŸ” 7737669865 đŸ”â–» Pallavaram Call-girls in Women Seeking Men 🔝Pallavaram🔝 E...
âž„đŸ” 7737669865 đŸ”â–» Pallavaram Call-girls in Women Seeking Men  🔝Pallavaram🔝   E...âž„đŸ” 7737669865 đŸ”â–» Pallavaram Call-girls in Women Seeking Men  🔝Pallavaram🔝   E...
âž„đŸ” 7737669865 đŸ”â–» Pallavaram Call-girls in Women Seeking Men 🔝Pallavaram🔝 E...
 
Kannada Call Girls Mira Bhayandar WhatsApp +91-9930687706, Best Service
Kannada Call Girls Mira Bhayandar WhatsApp +91-9930687706, Best ServiceKannada Call Girls Mira Bhayandar WhatsApp +91-9930687706, Best Service
Kannada Call Girls Mira Bhayandar WhatsApp +91-9930687706, Best Service
 
Just Call Vip call girls Jammu Escorts ☎9352988975 Two shot with one girl (J...
Just Call Vip call girls Jammu Escorts ☎9352988975 Two shot with one girl (J...Just Call Vip call girls Jammu Escorts ☎9352988975 Two shot with one girl (J...
Just Call Vip call girls Jammu Escorts ☎9352988975 Two shot with one girl (J...
 
Call Girls Hoodi Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Hoodi Just Call 👗 7737669865 👗 Top Class Call Girl Service BangaloreCall Girls Hoodi Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Hoodi Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
 
Cara Gugurkan Kandungan Awal Kehamilan 1 bulan (087776558899)
Cara Gugurkan Kandungan Awal Kehamilan 1 bulan (087776558899)Cara Gugurkan Kandungan Awal Kehamilan 1 bulan (087776558899)
Cara Gugurkan Kandungan Awal Kehamilan 1 bulan (087776558899)
 
Call Girls In Kengeri Satellite Town ☎ 7737669865 đŸ„” Book Your One night Stand
Call Girls In Kengeri Satellite Town ☎ 7737669865 đŸ„” Book Your One night StandCall Girls In Kengeri Satellite Town ☎ 7737669865 đŸ„” Book Your One night Stand
Call Girls In Kengeri Satellite Town ☎ 7737669865 đŸ„” Book Your One night Stand
 
Call Girls Bidadi Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Bidadi Just Call 👗 7737669865 👗 Top Class Call Girl Service BangaloreCall Girls Bidadi Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Bidadi Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
 
Call Girls In Chandapura ☎ 7737669865 đŸ„” Book Your One night Stand
Call Girls In Chandapura ☎ 7737669865 đŸ„” Book Your One night StandCall Girls In Chandapura ☎ 7737669865 đŸ„” Book Your One night Stand
Call Girls In Chandapura ☎ 7737669865 đŸ„” Book Your One night Stand
 
Brand Analysis for reggaeton artist Jahzel.
Brand Analysis for reggaeton artist Jahzel.Brand Analysis for reggaeton artist Jahzel.
Brand Analysis for reggaeton artist Jahzel.
 
Call Girls In Sarjapur Road ☎ 7737669865 đŸ„” Book Your One night Stand
Call Girls In Sarjapur Road ☎ 7737669865 đŸ„” Book Your One night StandCall Girls In Sarjapur Road ☎ 7737669865 đŸ„” Book Your One night Stand
Call Girls In Sarjapur Road ☎ 7737669865 đŸ„” Book Your One night Stand
 
Personal Brand Exploration ppt.- Ronnie Jones
Personal Brand  Exploration ppt.- Ronnie JonesPersonal Brand  Exploration ppt.- Ronnie Jones
Personal Brand Exploration ppt.- Ronnie Jones
 
<DUBAI>Abortion pills IN UAE {{+971561686603*^Mifepristone & Misoprostol in D...
<DUBAI>Abortion pills IN UAE {{+971561686603*^Mifepristone & Misoprostol in D...<DUBAI>Abortion pills IN UAE {{+971561686603*^Mifepristone & Misoprostol in D...
<DUBAI>Abortion pills IN UAE {{+971561686603*^Mifepristone & Misoprostol in D...
 
Chintamani Call Girls Service: ☎ 7737669865 ☎ High Profile Model Escorts | Ba...
Chintamani Call Girls Service: ☎ 7737669865 ☎ High Profile Model Escorts | Ba...Chintamani Call Girls Service: ☎ 7737669865 ☎ High Profile Model Escorts | Ba...
Chintamani Call Girls Service: ☎ 7737669865 ☎ High Profile Model Escorts | Ba...
 
âž„đŸ” 7737669865 đŸ”â–» bharuch Call-girls in Women Seeking Men 🔝bharuch🔝 Escorts...
âž„đŸ” 7737669865 đŸ”â–» bharuch Call-girls in Women Seeking Men  🔝bharuch🔝   Escorts...âž„đŸ” 7737669865 đŸ”â–» bharuch Call-girls in Women Seeking Men  🔝bharuch🔝   Escorts...
âž„đŸ” 7737669865 đŸ”â–» bharuch Call-girls in Women Seeking Men 🔝bharuch🔝 Escorts...
 

Qa interview questions and answers for placements

  • 2. www.garudatrainings.com Ph: +1-508-841-6144 QA Interview Questions and Answers Q1. What is difference between QA, QC and Software Testing? Quality Assurance (QA): QA refers to the planned and systematic way of monitoring the quality of process which is followed to produce a quality product. QA tracks the outcomes and adjusts the process to meet the expectation. Quality Control (QC): Concern with the quality of the product. QC finds the defects and suggests improvements. The process set by QA is implemented by QC. The QC is the responsibility of the tester. Software Testing: is the process of ensuring that product which is developed by the developer meets the user requirement. The motive to perform testing is to find the bugs and make sure that they get fixed. Q2. When to start QA in a project? A good time to start the QA is from the beginning of the project startup. This will lead to plan the process which will make sure that product coming out meets the customer quality expectation. QA also plays a major role in the communication between teams. It gives time to step up the testing environment. The testing phase starts after the test plans are written, reviewed and approved. Q3. What are verification and validation? Verification: process of evaluating steps which is followed up to development phase to determine whether they meet the specified requirements for that stage. Validation: process of evaluating product during or at the end of the development process to determine whether product meets specified requirements. Q4. Difference between Verification and Validation?      Verification is Static Testing where as Validations is Dynamic Testing. Verification takes place before validation. Verification evaluates plans, documents, requirements and specifications, where as Validation evaluates product. Verification inputs are checklist, issues list, walkthroughs and inspection, where as in Validation testing of actual product. Verification output is set of documents, plans, specifications and requirement documents where as in Validation actual product is output. Ph: +1-508-841-6144
  • 3. www.garudatrainings.com Ph: +1-508-841-6144 QA Interview Questions and Answers Q5. What is difference between Smoke testing and Sanity Testing? The difference between smoke and sanity testing is described below:     Sanity testing is performed when new build is released after fixing bugs where as smoke testing is performed to check the major functionalities of the application. Sanity is performed by the tester or the developer but smoke testing can be performed by the tester or developer. Smoke testing is performed earlier where as sanity is performed after the smoke testing. Sanity testing is narrow and deep approach of testing and smoke testing is focused testing based on major functionalities. Q6. What is destructive testing, and what are its benefits? Destructive testing includes methods where material is broken down to evaluate the mechanical properties, such as strength, toughness and hardness.For example, finding the quality of a weld is good enough to withstand extreme pressure and also to verify the properties of a material. Benefits of Destructive Testing (DT)     Verifies properties of a material Determines quality of welds Helps you to reduce failures, accidents and costs Ensures compliance with regulations Q7. What is Testware? The testware is:    The subset of software which helps in performing the testing of application. Testware are required to plan, design, and execute tests. It contains documents, scripts, inputs, expected results, set-up and additional software or utilities used in testing. Testware is term given to combination of all utilities and application software that required for testing a software package. Testware is special because it has: 1. Different purpose 2. Different metrics for quality and 3. Different users Ph: +1-508-841-6144
  • 4. www.garudatrainings.com Ph: +1-508-841-6144 QA Interview Questions and Answers Q8. What is difference between Retesting and Regression testing? The difference between Retesting and Regression testing are below:     Retesting is done to verify defects fixes where as regression is perform to check if the defect fix have not impacted other functionality that was working fine before doing changes in the code. Retesting is planned testing based on the defect fixes listed where as regression is not be always specific to any defect fix. Also regression can be executed for some modules or all modules. Retesting concern with executing those test cases that are failed earlier whereas regression concern with executing test cases that was passed in earlier builds. Retesting has higher priority over regression, but in some case retesting and regression testing are carried out in parallel. Q9. Explain bug life cycle. Bug Life Cycle:         When a tester finds a bug .The bug is assigned with NEW or OPEN status. The bug is assigned to development project manager who will analyze the bug .He will check whether it is a valid defect. If it is not valid bug is rejected, now status is REJECTED. If not, next the defect is checked whether it is in scope. When bug is not part of the current release .Such defects are POSTPONED Now, Tester checks whether similar defect was raised earlier. If yes defect is assigned a status DUPLICATE When bug is assigned to developer. During this stage bug is assigned a status IN-PROGRESS Once code is fixed. Defect is assigned with FIXED status. Next the tester will re-test the code. In case the test case passes the defect is CLOSED If the test case fails again the bug is RE-OPENED and assigned to the developer. That‟s all to Bug Life Cycle. Q10. What is severity and priority of bug? Give some example. Priority: concern with application from the business point of view. It answers: How quickly we need to fix the bug? Or How soon the bug should get fixed? Severity: concern with functionality of application. It deals with the impact of the bug on the application. How much the bug is affecting the functionality of the application?     High Priority and Low Severity: Company logo is not properly displayed on their website. High Priority and High Severity: Suppose you are doing online shopping and filled payment information, but after submitting the form, you get a message like "Order has been cancelled." Low Priority and High Severity: If we have a typical scenario in which the application get crashed, but that scenario exists rarely. Low Priority and Low Severity: There is a mistake like "You have registered success" instead of successfully, success is written. Ph: +1-508-841-6144
  • 5. www.garudatrainings.com Ph: +1-508-841-6144 QA Interview Questions and Answers Q11. What are the common problems with software automation? Software problem are listed below: 1. Purchasing the license of tool (QTP, selenium, QC, LR) 2. Lack of skilled Tester to run the tool 3. Expectation that automated tests will find a lot of new defects 4. Maintenance of automated tests 5. Technical problems of tools Q12. What is the role of QA in a project development? QA stands for QUALITY ASSURANCE. QA team assures the quality by monitor the whole development process. QA tracks the outcomes and adjusting process to meet the expectation. The role of Quality Assurance is discussed below:      QA team is responsible for monitoring the process to be carried out for development. Responsibilities of QA team are planning testing execution process. QA Lead creates the time tables and agrees on a Quality Assurance plan for the product. QA team communicated QA process to the team members. QA team ensures traceability of test cases to requirements. Q13. What is the difference between build and release? BUILD: is a number given to installable software that is given to testing team for testing by the development team. Build number assigned are incremental and sequential. RELEASE: is a number given to installable software that is handed over to customer by the developer or tester. The information of build, release and version are displayed in software help page. Using this build and release customer can let the customer team know which release version build thet are using. eg "9.4.123.2" (Release Number.Version Number.Build Number.Patch Number) Q14. What are the key challenges of software testing? Following are some challenges of software testing 1. Application should be stable enough to be tested. 2. Testing always under time constraint 3. Understanding requirements, Domain knowledge and business user perspective understanding 4. W hich tests to execute first? 5. Testing the Complete Application 6. Regression testing 7. Lack of skilled testers. Ph: +1-508-841-6144
  • 6. www.garudatrainings.com Ph: +1-508-841-6144 QA Interview Questions and Answers 8. Changing requirements 9. Lack of resources, tools and training Q15.Why you choose automated testing over manual testing? The reasons for choosing automation testing over manual testing are following: 1. Frequency of use of test case 2. Time Comparison (automated script run much faster than manual execution.) 3. Reusability of Automation Script 4. Adaptability of test case for automation. 5. Exploitation of automation tool. Q16. What is the basis for choosing the SDLC model for development of software? The choice of SDLC depends on the various factors, how stable are the requirements:    When the requirements are very clearly know, documented and not subject to change then we can follow the waterfall model. Most of the companies follow the V mode for the development because this model includes both verification and validation activities and testing is involved in earlier phase. Iterative model can be used to build application where requirement changes after a period of times or application features or added on with smaller release. W hen the client is ready for the delivery of the product in parts or phases. Q17. Explain bug leakage and bug release. Bug Leakage: W hen customer or end user discovered a bug which can be detected by the testing team. Or when a bug is detected which can be detected in pervious build then this is called as Bug Leakage. Bug release: is when a build is handed to testing team with knowing that defect is present in the release. The priority and severity of bug is low. It is done when customer want the application on the time. Customer can tolerate the bug in the released then the delay in getting the application and the cost involved in removing that bug. These bugs are mentioned in the Release Notes handed to client for the future improvement chances. Q18. What is regression testing? Regression Testing: When changes in the code of the software are made to fix the previous bug. Then testing needs to be perform to ensure that it will not generate a new bug in the application and it works as specified and that it has not negatively impacted any functionality that it offered previously. Regression Testing is important because of following reason:    That the application works even after the alteration in the code were made. The original functionality continues to work as specified even after doing changes in the software application. The alteration to the software application has not introduced any new bugs. Ph: +1-508-841-6144
  • 7. www.garudatrainings.com Ph: +1-508-841-6144 QA Interview Questions and Answers Q19.What is data driven testing? Data Driven is an automation testing part in which test input or output values, these values are read from data files. It is performed when the values are changing by the time. The different data files may include data pools, csv files, Excel files. The data is then loaded into variables in recorded or manually coded scripts. For data driven testing we use Parameterzing and Regular expression Technique. Ex: To evaluate login functionality, we use different user name and password combinations, variables are used to access different username and password. The list of username and password are stored in a data table or excel sheet. Q20. What is alpha and beta testing? Alpha testing: is performed by the IN-House developers. After alpha testing the software is handed over to software QA team, for additional testing in an environment that is similar to the client environment. Beta testing: It is performed by end user. So that they can make sure that the product is bug free or working as per the requirement. IN-house developers and software QA team perform alpha testing. The public, a few select prospective customers or the general public performs beta testing. Q21. What is ‘Software Quality Assurance’? -SQA is monitoring and improving the process of software development. -It ensures the standards and procedures which are agreed-upon, are met. -Identifies the problems / bugs and ensures to resolve them. -It prevents unnecessary functionalities in software products. -It ensures the software requirements are met, and sometimes even crossing the levels of satisfaction. Q22. What is Software Testing? -Software testing is a process under controlled conditions and evaluating the expected results. -Testing involves intentional attempt to make things go wrong, for the purpose of determining the things to happen when they should not. -Testing is oriented to „detection‟. -Testing at times, a combined responsibility of one group which includes testers. -The overall QA will be monitored by project managers. -Nearly 25% of testing is the responsibility of development team including project manager. Ph: +1-508-841-6144
  • 8. www.garudatrainings.com Ph: +1-508-841-6144 QA Interview Questions and Answers Q23. Why does software have bugs? Software bugs may occur due to: a) Miscommunication or no communication 1. The exact need / requirements may not be properly communicated. 2. This causes development of software as per the perception of the developers. b) Software Complexity 1. The complexity of the current software applications are difficult to understand for development team. 2. Multi-tiered architecture, sheer size of various applications, distributed computing etc., contributes to the software complexity growth potential. c) Programming errors 1. Errors in the programming as per the perception of the developers / team members d) Time Pressures / Deadlines e) Software projects scheduling is difficult. f) Poorly documented code 1. Code modification and maintenance is tough. 2. Badly written or poor documentation causes the code comprehension difficult. Q24: 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. Q25: 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 Q26: Why a 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. W ithout 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. Ph: +1-508-841-6144
  • 9. www.garudatrainings.com Ph: +1-508-841-6144 QA Interview Questions and Answers Q27. Suggest 5 common solutions to software development problems. 1. Solid Requirements : The requirements of a software should be clear, complete, attainable and need to be agreed by all the players of them. 2. Realistic Schedules : Adequate time for planning, designing, developing, testing, fixing the bugs and re-testing, documentation should be allowed. 3. Adequate Testing : Start the testing immediately after one or more modules development. Re-test after making changes. 4. Spend adequate time for testing, identifying and bug-fixing. 5. Adhere to initial requirements. Prepare to defend against changes. 6. Use rapid prototyping during design phase, so that the customers can find what to expect. 7. Communication: W alkthroughs and inspections are required when appropriate. Inculcate extensive use of group communication tools, such as email, groupware. Q28. What makes a good test engineer? A good test engineer has a 'test to break' attitude, an ability to take the point of view of the customer, a strong desire for quality, and an attention to detail. Tact and diplomacy are useful in maintaining a cooperative relationship with developers, and an ability to communicate with both technical (developers) and non-technical (customers, management) people is useful. Previous software development experience can be helpful as it provides a deeper understanding of the software development process, gives the tester an appreciation for the developers' point of view, and reduce the learning curve in automated test tool programming. Judgment skills are needed to assess high-risk areas of an application on which to focus testing efforts when time is limited. Ph: +1-508-841-6144