SlideShare a Scribd company logo
1 of 5
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 01 | Jan 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1700
Faces of Testing Strategies: Why &When?
Sanjana1,Yashveer Singh2, Sagar Choudhary3
1,3Assistant professor, Dept of Computer Science and Engineering, Roorkee College of Engineering, Roorkee
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract: Software Testing is an activity that focuses accessing the capability of a program and dictates that it truly meets the
quality results. Software Testing has been consideredasthemostsignificantstageofsoftwaredevelopment. Software Testing isthe
process of quality checking about the software system, conduct the software testing engineer and stakeholders withtestingabout
the quality of software product. About 60%ofthe resources and money are cast-off for the testing of software. Wheneverwethink
of developing software, we always concentrate on making the software bug free and reliable. In that case, Testing plays an vital
role and the quality of software is assured by testing the software development application and its progression [1].This paper
includes the need of testing, when it is required and how it will be done during software development process.
1. INTRODUCTION
Testing is an essential activity in software engineering. In the simplest terms, it amounts to observing the execution of a
software system to validate whether it behaves as intended and identify potential malfunctions. Testing is widely used in
industry for quality assurance, indeed, by directly scrutinizing the software in execution, it provides a realistic feedback of its
behavior and as such it remains the inescapable complement to other analysis techniques.
Software testing is a technique aimed at evaluating an attribute orcapability of a programorproductanddeterminingthatit
meets its quality [2]. Software testing is also used to test the software forother software quality factors likereliability,usability,
integrity, security, capability, efficiency, portability, maintainability, compatibility etc. According to Dale Emery and Elisabeth
Hendrickson, Testing is defined as “It is a process of gathering information bymaking observations and comparing them to the
expectations”[3].
Why Testing?
For any company developing software, at some point pressure to reach the deadline in order to release the product on time
will comeinto play. Additional pressurefrom project stakeholders, such as ‘Marketing’will notwanttodelaythereleasedateas
significant effort and money may have already been spent on an expected release date.
Fig 1: Testing process to find bug
Quiteoften, planned timeto test the software will becomereduced soas not to impactthereleasedate.Fromapurebusiness
perspective, this can beseen asa positive step as the product is reaching the intended customers ontime. Carefulconsideration
should be taken though as to the overall impact of a customer finding a ‘bug’ in the released product. Maybe the bug is buried
deep within a very obscurefunctional area of the softwareproduct,andastheimpactonlyresultsinatypowithinaseldom-used
report, the level of impact is very low.
In thiscase, the effect on the business for this softwarecompanywouldprobablybeinsignificant.Butwhatifthebugresulted
in the program crashing and losing data? Maybe this software product is used within an air traffic control system? As you can
imagine, the impact of this type of bug could be incredibly high and may result in loss of life and destroying the entire company
responsible. So basically, the level of risk of a bug being found and what is the effect of the bug prove to be critical in how much
software testing is performed prior to a products release.
Software testing and or Quality Assurance is still a kind of art, mainly due to a limited understanding of the complexities of
modern software. Recent years has seen the development ofsoftware testing certification suchas ISEB and ISTQB. This is good
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 01 | Jan 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1701
news forthe software industry as a whole, as the more experienced a software tester is then the level of quality of the software
they are testing can onlyincrease[4].
2. Defining Done
2.1 Finding Defects
Testing is very unlikely to find certain typesof defects. Eventhecombinationofseveraldifferentstylesoftestingisunlikelyto
find more than 75% ofthe total defects. Each individual typeof testing, evenwhencarefully executed witha highdegreeofskill,
is unlikely to find more than 50% ofthe defects. Testing isrelativelyinefficientatfindingdefects,evenassumingwecouldfindall
of them. We will potentially spend a very, very long time trying to find all the defects, especially the last few.We have no way of
knowing in advance if all the defects have been found, or whether more remain in the system.
So in practice we need to abandon the idea of finding all the defects and use a different approach. Instead, evaluate the
likelihood of finding more defects based onthe effort you havealreadyputinandbasedontheresultswehaveobtained[5].Ifthis
likelihood is too low then weare done testing, additionallytesting wouldnot provide a sufficient return oninvestmentinterms
of new defects found compared to the effort expended. Some points to consider when making this evaluation:
 If defect is just found, this is a signal to keep testing. It may seem counter-intuitive, but in general the more
defects we find, the more likely it is that there are additionaldefects.
 If we have only exercised a small portion of the overall functionality and already found defects, then this is a
signal to continue testing.
 If wehave beentesting a particular piece offunctionality for a while and arenotfinding newdefects,thenthisisa
signal to stop testing.
 If we are struggling to come up with new tests that are meaningful, then this is a signal that testing is done.
Another sign of this is when the defects that are found to have low relevance to users and the decision is made
not to fix them.
 If the tests weare performing are becoming more and more complicatedandtakingsignificantlymore effort, but
if we are only occasionally finding defects, then this is a signal tostop.
 When testing a larger set of functionality like an entire application, the question of whether to stop testing can
and should beapplied at the level of individual features or components. One reason forthisisthatdefectstendto
cluster. This commonly leads to a system having a few error-prone componentsthataccountforupto80%ofthe
total number of defects, while other components can be significantly higher quality. Once you have identified a
component that appears error-prone, focusing additional testing on it is quite likely to find more defects.
2.2 Assessing readiness
If your goal in testing is to assess whether the software is ready to be promoted to the next level of testing or released into
production, then youare done testing once youhave obtained a sufficiently high level of confidence in yourassessment. If your
assessment isa 'no-go' - do not proceed with the promotion / release - thenitislikelythatissuesyoufoundwillneedtofixedand
trigger additional testing in order to obtain your 'go' recommendation.
Factors to consider in performing this assessment are:
 What level of quality is required? Is the system life-critical, mission-critical, oronlyfor casual personal use?This
quality level relates directly to the level of confidence you need to have that the system is ready.
 It is far easier to determine that the system is not ready. Finding a critical defect or finding even a few serious
defects in critical functionality is usually sufficient to warrant a no-go assessment. In contrast, achieving
sufficient confidence that the system is good for release usually takes more work.
 How much of the system's functionality have you tested? If there are significant features that are mostly or
entirely not tested, then youlikely will not be prepared to recommend it is good to go. So frequently you should
favor testing critical functionality broadly across the entire application versus focusing in detail on a single
component.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 01 | Jan 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1702
 This conflicts to some degree with the approach suggested for the prior goal of finding defects where youmight
choose to focus your testing on an error-prone module.
 False confidence is a very real danger. This is especially true for developers - I have seen or heard of many who
have an unrealistically high level of confidence that their code works, in some cases without any testing
whatsoever. For Example, I have heard developers state that if their code compiles, it is good enough to be
promoted to acceptance testing.This is one reason to have on development teams one or more testers with a
testing mindset who will ensure for themselves that the system will work rather than assume it.
 Testing should be designed as much as possible to find defects of the highest severity and highest relevance to
users, as these are the kinds ofdefects most likely to warrant a no-go assessment.Youmightbeabletofindlots of
cosmetic defects like spelling mistakes in the application's help documentation, but this does not really
contribute much towards an assessment ofreadiness.
3. Faces of Testing?
Testing embraces a variety of activities, techniques and actors, and poses many complex challenges. Indeed, with the
complexity, pervasivenessandcriticalityofsoftwaregrowingceaselessly,ensuringthatitbehavesaccordingtothedesiredlevels
of quality and dependability becomes more crucial, and increasingly difficult and expensive. It is estimated that testing can
consume fifty percent, orevenmore, ofthe development costs [6],andarecentdetailedsurveyintheUnitedStates[7]quantifies
the high economic impacts of an inadequate software testing infrastructure.
Fig 2: Software Testing Research: Challenges and Achievements
Correspondingly, novel research challengesarise, suchas forinstancehow to conciliatemodel-basedderivation oftestcases
with modern dynamically evolving systems, or how to effectively select and use runtime data collected from real usage after
deployment. These newly emergingchallenges go to augment longstanding openproblems, such as how to qualifyandevaluate
the effectiveness of testing criteria, or how to minimize the amount of retesting after the software is modified.
Starting from this very generalview,wecanthenconcretizedifferentinstances,bydistinguishingthespecificaspectsthatcan
characterize the sample of observations:
3.1 Challenges in Software Testing
WHY:why is it that wemake the observations? This question concerns the test objective, e.g.: are welooking for faults? or,do
we need to decide whether the product can be released? orrather do we need to evaluate the usability of the UserInterface?
HOW:which sample do weobserve, and how do we choose it? This is the problemoftestselection,whichcanbedoneadhoc,at
random, or in systematic wayby applying some algorithmic or statistical technique. It has inspired much research, which is
understandable not only because it is intellectually attractive, but also because how the test cases are selected -the test
criterion- greatly influences test efficacy.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 01 | Jan 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1703
HOW MUCH: how big of a sample? Dual to the ques- tion of how do we pick the sample observations (test se- lection), is that
of how many of them do we take (test ad- equacy, or stopping rule). Coverage analysis or reliability measures constitute two
“classical” approaches to answer such question.
WHAT: what is it that we execute? Given the system under test, we can observe its execution either taking it as a whole, or
focusing only on a part of it, which can be more or less big , more or less defined, this aspect gives rise to the various levels of
testing, and to the necessary scaffolding to permit test execution of a part of a larger system.
WHERE: where do we perform the observation? Strictly related to what dowe execute, is the questionwhetherthisisdonein
house, in a simulated environment orin the target final context. This questionassumesthehighestrelevancewhenitcomesto
the testing of embedded systems.
WHEN: when is it in the product lifecycle that we perform the observations? The conventional argument is thatthe earliest,
the most convenient, since the cost of fault removal increases as the lifecycle proceeds. But, some observations, in particular
those that depend on the surrounding context cannot always be anticipated in the laboratory, and we cannot carry on any
meaningful observation until the system is deployed and inoperation.
3.2 Achievements
Testingprocess: Indeed, much research in the earlyyears has matured into techniques and tools which help make such “test-
design thinking” more systematic and in- corporate it within the development process. Several test process models have been
proposed for industrial adoption, among which probably the “V model” is the most popular. All of its many variants share the
distinction of at least the Unit, Integration and System levels for testing.
More recently, the V model implication ofa phased andformally documented test process has beenargued bysomeasbeing
inefficient and unnecessarily bureaucratic, and in contrast more agile processes have been advocated. Concerning testing in
particular, a different model gaining attentionis test-driven development[8],oneofthecoreextremeprogrammingpractices.The
establishment of a suitable process for testing waslisted in FOSE2000 among the fundamental research topics and indeed this
remains an active research today.
Testcriteria. Extremely rich is the set oftest criteria devisedby past research tohelpthesystematicidentificationoftestcases.
Traditionally these have been distinguished between white-box and black-box,dependingonwhetherornotthesourcecodeis
exploited in driving the testing. A more refined classification can be laid according to the source from which the test cases are
derived [8], and many textbooks and survey articles exist that provide comprehensive descriptions of existing criteria. Indeed,
so many criteria among which to choose now exist, that the real challenge becomes the capability to makea justified choice,or
rather to under- stand how they can be most efficiently combined. In recent years the greatest attention has been turned to
model-based testing.
Comparison among test criteria. In parallel with the investigation of criteria for test selection and for test adequacy, lot of
research has addressed the evaluation of the relative effectiveness of the various test criteria, and especially of the factors
which make one technique better than another at fault finding. Past studies have included several analytical comparisons
between different techniques [9]). This have permitted to establish a hierarchy of relative thoroughness betweencomparable
criteria, and to understand the factors influencing the probability of finding faults, focusing more in particular on comparing
partition (i.e., systematic) against randomtesting.“Demonstratingeffectivenessoftestingtechniques” wasinfactidentifiedasa
fundamental research challenge in FOSE2000, and still today this objective calls for further research,wherebytheemphasisis
now on empirical assessment.
4. Conclusion
Software testing is and will continue to be afundamentalactivityofsoftwareengineering:notwithstandingtherevolutionary
advances in the way it is built and employed, the software will always need to be eventually tried and monitored. A necessary
concluding remark concerns the many fruitful relations between software testing and other research areas. By focusing on the
specific problems of software testing, wehave in fact overlooked many interesting opportunities arising at the border between
testing and other disciplines.
Software testing, synonymous with Quality Assurance itself can have many different purposes like quality assurance,
validation, performance etc.This is a key decision when planningtheQA/softwaretesting,asnottestingenoughortesting inthe
wrong areas will inevitably result in missed bugs.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 01 | Jan 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1704
5. References
[1] Syedroohullahjan, Syedtauhidullah shah, Yasinshah,Fazlullahkham “Department ofComputer Science”, Aninnovativeto
Investigate Various Software Testing Techniques and Strategies.
[2] http://selab.netlab.uky.edu/homepage/sw-test-roadmap-bertolino.pdf
[3] Himanshi Babbar “Software Testing Techniques and test cases” Chandigarh Group of Colleges, International Journals of
research in computer applications and Robotics,ISSN 2320-7345
[4] https://www.testingexcellence.com/why-do-we-need-software-testing/
[5] http://www.basilv.com/psd/blog/2011/when-is-testing-done
[6] B. Beizer. Software Testing Techniques (2nd ed.). VanNos- trand Reinhold Co., New York, NY,USA, 1990.
[7] NIST, The economic impacts of inadequate infrastructure for software testing, May 2002.
[8] D. Janzen, H. Saiedian, and L. Simex. Test-driven develop- ment concepts, taxonomy, and future direction.Computer,
38(9):43–50, Sept. 2005.
[9]P. Frankl and E. Weyuker. Provable improvements on branch testing. IEEE Trans. Softw. Eng., 19(10):962–975, 1993.

More Related Content

What's hot

Practical Application Of Risk Based Testing Methods
Practical Application Of Risk Based Testing MethodsPractical Application Of Risk Based Testing Methods
Practical Application Of Risk Based Testing Methods
Reuben Korngold
 
Developing software analyzers tool using software reliability growth model
Developing software analyzers tool using software reliability growth modelDeveloping software analyzers tool using software reliability growth model
Developing software analyzers tool using software reliability growth model
IAEME Publication
 
Software Quality Analysis Using Mutation Testing Scheme
Software Quality Analysis Using Mutation Testing SchemeSoftware Quality Analysis Using Mutation Testing Scheme
Software Quality Analysis Using Mutation Testing Scheme
Editor IJMTER
 

What's hot (19)

Avc beh 201207_en
Avc beh 201207_enAvc beh 201207_en
Avc beh 201207_en
 
Risk-Based Testing - Designing & managing the test process (2002)
Risk-Based Testing - Designing & managing the test process (2002)Risk-Based Testing - Designing & managing the test process (2002)
Risk-Based Testing - Designing & managing the test process (2002)
 
Fundamentals of Risk-based Testing
Fundamentals of Risk-based TestingFundamentals of Risk-based Testing
Fundamentals of Risk-based Testing
 
Predict Software Reliability Before the Code is Written
Predict Software Reliability Before the Code is WrittenPredict Software Reliability Before the Code is Written
Predict Software Reliability Before the Code is Written
 
Fundamentals of testing
Fundamentals of testingFundamentals of testing
Fundamentals of testing
 
Practical Application Of Risk Based Testing Methods
Practical Application Of Risk Based Testing MethodsPractical Application Of Risk Based Testing Methods
Practical Application Of Risk Based Testing Methods
 
7 testing principles
7 testing principles7 testing principles
7 testing principles
 
Case studies of Test Driven Development
Case studies of Test Driven DevelopmentCase studies of Test Driven Development
Case studies of Test Driven Development
 
Developing software analyzers tool using software reliability growth model
Developing software analyzers tool using software reliability growth modelDeveloping software analyzers tool using software reliability growth model
Developing software analyzers tool using software reliability growth model
 
Testing fundamentals in a changing world
Testing fundamentals in a changing worldTesting fundamentals in a changing world
Testing fundamentals in a changing world
 
SRGM Analyzers Tool of SDLC for Software Improving Quality
SRGM Analyzers Tool of SDLC for Software Improving QualitySRGM Analyzers Tool of SDLC for Software Improving Quality
SRGM Analyzers Tool of SDLC for Software Improving Quality
 
Software Quality Analysis Using Mutation Testing Scheme
Software Quality Analysis Using Mutation Testing SchemeSoftware Quality Analysis Using Mutation Testing Scheme
Software Quality Analysis Using Mutation Testing Scheme
 
Software FMEA and Software FTA – An Effective Tool for Embedded Software Qual...
Software FMEA and Software FTA – An Effective Tool for Embedded Software Qual...Software FMEA and Software FTA – An Effective Tool for Embedded Software Qual...
Software FMEA and Software FTA – An Effective Tool for Embedded Software Qual...
 
Types of Software Testing: Definition, Objectives and Advantages
Types of Software Testing: Definition, Objectives and AdvantagesTypes of Software Testing: Definition, Objectives and Advantages
Types of Software Testing: Definition, Objectives and Advantages
 
Regression testing framework
Regression testing frameworkRegression testing framework
Regression testing framework
 
Top Ten things that have been proven to effect software reliability
Top Ten things that have been proven to effect software reliabilityTop Ten things that have been proven to effect software reliability
Top Ten things that have been proven to effect software reliability
 
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
 
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)
 
Software testing principles
Software testing principlesSoftware testing principles
Software testing principles
 

Similar to IRJET- Faces of Testing Strategies: Why &When?

What is Software Testing?
What is Software Testing?What is Software Testing?
What is Software Testing?
QAI Global
 

Similar to IRJET- Faces of Testing Strategies: Why &When? (20)

EFFECTIVE TEST CASE DESING: A REVIEW
EFFECTIVE TEST CASE DESING: A REVIEWEFFECTIVE TEST CASE DESING: A REVIEW
EFFECTIVE TEST CASE DESING: A REVIEW
 
Principles and Goals of Software Testing
Principles and Goals of Software Testing Principles and Goals of Software Testing
Principles and Goals of Software Testing
 
Examining test coverage in software testing (1)
Examining test coverage in software testing (1)Examining test coverage in software testing (1)
Examining test coverage in software testing (1)
 
Fundamentals of testing
Fundamentals of testingFundamentals of testing
Fundamentals of testing
 
Software testing & Quality Assurance
Software testing & Quality Assurance Software testing & Quality Assurance
Software testing & Quality Assurance
 
Bab 1
Bab 1Bab 1
Bab 1
 
Lesson 7...Question Part 1
Lesson 7...Question Part 1Lesson 7...Question Part 1
Lesson 7...Question Part 1
 
Qa Faqs
Qa FaqsQa Faqs
Qa Faqs
 
Software_testing Unit 1 bca V.pdf
Software_testing Unit 1 bca V.pdfSoftware_testing Unit 1 bca V.pdf
Software_testing Unit 1 bca V.pdf
 
Why Software Testing is Crucial in Software Development_.pdf
Why Software Testing is Crucial in Software Development_.pdfWhy Software Testing is Crucial in Software Development_.pdf
Why Software Testing is Crucial in Software Development_.pdf
 
Risk Based Testing: Deferring the Right Bugs
Risk Based Testing: Deferring the Right BugsRisk Based Testing: Deferring the Right Bugs
Risk Based Testing: Deferring the Right Bugs
 
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
 
Fundamentals of Testing - Andika Dwi Ary Candra
Fundamentals of Testing - Andika Dwi Ary CandraFundamentals of Testing - Andika Dwi Ary Candra
Fundamentals of Testing - Andika Dwi Ary Candra
 
CTFL Module 01
CTFL Module 01CTFL Module 01
CTFL Module 01
 
Fundamentals of testing 2
Fundamentals of testing 2Fundamentals of testing 2
Fundamentals of testing 2
 
What is Software Testing?
What is Software Testing?What is Software Testing?
What is Software Testing?
 
IRJET- Technique of Finding the Defect in Software Testing
IRJET- Technique of Finding the Defect in Software TestingIRJET- Technique of Finding the Defect in Software Testing
IRJET- Technique of Finding the Defect in Software Testing
 
Why is it important to hire an independent testing team for your development ...
Why is it important to hire an independent testing team for your development ...Why is it important to hire an independent testing team for your development ...
Why is it important to hire an independent testing team for your development ...
 
A RELIABLE AND AN EFFICIENT WEB TESTING SYSTEM
A RELIABLE AND AN EFFICIENT WEB TESTING SYSTEMA RELIABLE AND AN EFFICIENT WEB TESTING SYSTEM
A RELIABLE AND AN EFFICIENT WEB TESTING SYSTEM
 
A RELIABLE AND AN EFFICIENT WEB TESTING SYSTEM
A RELIABLE AND AN EFFICIENT WEB TESTING SYSTEMA RELIABLE AND AN EFFICIENT WEB TESTING SYSTEM
A RELIABLE AND AN EFFICIENT WEB TESTING SYSTEM
 

More from IRJET Journal

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

Hospital management system project report.pdf
Hospital management system project report.pdfHospital management system project report.pdf
Hospital management system project report.pdf
Kamal Acharya
 
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
HenryBriggs2
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
ssuser89054b
 
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
AldoGarca30
 
Introduction to Robotics in Mechanical Engineering.pptx
Introduction to Robotics in Mechanical Engineering.pptxIntroduction to Robotics in Mechanical Engineering.pptx
Introduction to Robotics in Mechanical Engineering.pptx
hublikarsn
 

Recently uploaded (20)

Hospital management system project report.pdf
Hospital management system project report.pdfHospital management system project report.pdf
Hospital management system project report.pdf
 
Introduction to Artificial Intelligence ( AI)
Introduction to Artificial Intelligence ( AI)Introduction to Artificial Intelligence ( AI)
Introduction to Artificial Intelligence ( AI)
 
Introduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaIntroduction to Serverless with AWS Lambda
Introduction to Serverless with AWS Lambda
 
8th International Conference on Soft Computing, Mathematics and Control (SMC ...
8th International Conference on Soft Computing, Mathematics and Control (SMC ...8th International Conference on Soft Computing, Mathematics and Control (SMC ...
8th International Conference on Soft Computing, Mathematics and Control (SMC ...
 
fitting shop and tools used in fitting shop .ppt
fitting shop and tools used in fitting shop .pptfitting shop and tools used in fitting shop .ppt
fitting shop and tools used in fitting shop .ppt
 
Computer Networks Basics of Network Devices
Computer Networks  Basics of Network DevicesComputer Networks  Basics of Network Devices
Computer Networks Basics of Network Devices
 
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
 
Convergence of Robotics and Gen AI offers excellent opportunities for Entrepr...
Convergence of Robotics and Gen AI offers excellent opportunities for Entrepr...Convergence of Robotics and Gen AI offers excellent opportunities for Entrepr...
Convergence of Robotics and Gen AI offers excellent opportunities for Entrepr...
 
Worksharing and 3D Modeling with Revit.pptx
Worksharing and 3D Modeling with Revit.pptxWorksharing and 3D Modeling with Revit.pptx
Worksharing and 3D Modeling with Revit.pptx
 
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
 
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptxHOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
Introduction to Data Visualization,Matplotlib.pdf
Introduction to Data Visualization,Matplotlib.pdfIntroduction to Data Visualization,Matplotlib.pdf
Introduction to Data Visualization,Matplotlib.pdf
 
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
 
Online electricity billing project report..pdf
Online electricity billing project report..pdfOnline electricity billing project report..pdf
Online electricity billing project report..pdf
 
Signal Processing and Linear System Analysis
Signal Processing and Linear System AnalysisSignal Processing and Linear System Analysis
Signal Processing and Linear System Analysis
 
Introduction to Robotics in Mechanical Engineering.pptx
Introduction to Robotics in Mechanical Engineering.pptxIntroduction to Robotics in Mechanical Engineering.pptx
Introduction to Robotics in Mechanical Engineering.pptx
 
UNIT 4 PTRP final Convergence in probability.pptx
UNIT 4 PTRP final Convergence in probability.pptxUNIT 4 PTRP final Convergence in probability.pptx
UNIT 4 PTRP final Convergence in probability.pptx
 
Path loss model, OKUMURA Model, Hata Model
Path loss model, OKUMURA Model, Hata ModelPath loss model, OKUMURA Model, Hata Model
Path loss model, OKUMURA Model, Hata Model
 
Hostel management system project report..pdf
Hostel management system project report..pdfHostel management system project report..pdf
Hostel management system project report..pdf
 

IRJET- Faces of Testing Strategies: Why &When?

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 01 | Jan 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1700 Faces of Testing Strategies: Why &When? Sanjana1,Yashveer Singh2, Sagar Choudhary3 1,3Assistant professor, Dept of Computer Science and Engineering, Roorkee College of Engineering, Roorkee ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract: Software Testing is an activity that focuses accessing the capability of a program and dictates that it truly meets the quality results. Software Testing has been consideredasthemostsignificantstageofsoftwaredevelopment. Software Testing isthe process of quality checking about the software system, conduct the software testing engineer and stakeholders withtestingabout the quality of software product. About 60%ofthe resources and money are cast-off for the testing of software. Wheneverwethink of developing software, we always concentrate on making the software bug free and reliable. In that case, Testing plays an vital role and the quality of software is assured by testing the software development application and its progression [1].This paper includes the need of testing, when it is required and how it will be done during software development process. 1. INTRODUCTION Testing is an essential activity in software engineering. In the simplest terms, it amounts to observing the execution of a software system to validate whether it behaves as intended and identify potential malfunctions. Testing is widely used in industry for quality assurance, indeed, by directly scrutinizing the software in execution, it provides a realistic feedback of its behavior and as such it remains the inescapable complement to other analysis techniques. Software testing is a technique aimed at evaluating an attribute orcapability of a programorproductanddeterminingthatit meets its quality [2]. Software testing is also used to test the software forother software quality factors likereliability,usability, integrity, security, capability, efficiency, portability, maintainability, compatibility etc. According to Dale Emery and Elisabeth Hendrickson, Testing is defined as “It is a process of gathering information bymaking observations and comparing them to the expectations”[3]. Why Testing? For any company developing software, at some point pressure to reach the deadline in order to release the product on time will comeinto play. Additional pressurefrom project stakeholders, such as ‘Marketing’will notwanttodelaythereleasedateas significant effort and money may have already been spent on an expected release date. Fig 1: Testing process to find bug Quiteoften, planned timeto test the software will becomereduced soas not to impactthereleasedate.Fromapurebusiness perspective, this can beseen asa positive step as the product is reaching the intended customers ontime. Carefulconsideration should be taken though as to the overall impact of a customer finding a ‘bug’ in the released product. Maybe the bug is buried deep within a very obscurefunctional area of the softwareproduct,andastheimpactonlyresultsinatypowithinaseldom-used report, the level of impact is very low. In thiscase, the effect on the business for this softwarecompanywouldprobablybeinsignificant.Butwhatifthebugresulted in the program crashing and losing data? Maybe this software product is used within an air traffic control system? As you can imagine, the impact of this type of bug could be incredibly high and may result in loss of life and destroying the entire company responsible. So basically, the level of risk of a bug being found and what is the effect of the bug prove to be critical in how much software testing is performed prior to a products release. Software testing and or Quality Assurance is still a kind of art, mainly due to a limited understanding of the complexities of modern software. Recent years has seen the development ofsoftware testing certification suchas ISEB and ISTQB. This is good
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 01 | Jan 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1701 news forthe software industry as a whole, as the more experienced a software tester is then the level of quality of the software they are testing can onlyincrease[4]. 2. Defining Done 2.1 Finding Defects Testing is very unlikely to find certain typesof defects. Eventhecombinationofseveraldifferentstylesoftestingisunlikelyto find more than 75% ofthe total defects. Each individual typeof testing, evenwhencarefully executed witha highdegreeofskill, is unlikely to find more than 50% ofthe defects. Testing isrelativelyinefficientatfindingdefects,evenassumingwecouldfindall of them. We will potentially spend a very, very long time trying to find all the defects, especially the last few.We have no way of knowing in advance if all the defects have been found, or whether more remain in the system. So in practice we need to abandon the idea of finding all the defects and use a different approach. Instead, evaluate the likelihood of finding more defects based onthe effort you havealreadyputinandbasedontheresultswehaveobtained[5].Ifthis likelihood is too low then weare done testing, additionallytesting wouldnot provide a sufficient return oninvestmentinterms of new defects found compared to the effort expended. Some points to consider when making this evaluation:  If defect is just found, this is a signal to keep testing. It may seem counter-intuitive, but in general the more defects we find, the more likely it is that there are additionaldefects.  If we have only exercised a small portion of the overall functionality and already found defects, then this is a signal to continue testing.  If wehave beentesting a particular piece offunctionality for a while and arenotfinding newdefects,thenthisisa signal to stop testing.  If we are struggling to come up with new tests that are meaningful, then this is a signal that testing is done. Another sign of this is when the defects that are found to have low relevance to users and the decision is made not to fix them.  If the tests weare performing are becoming more and more complicatedandtakingsignificantlymore effort, but if we are only occasionally finding defects, then this is a signal tostop.  When testing a larger set of functionality like an entire application, the question of whether to stop testing can and should beapplied at the level of individual features or components. One reason forthisisthatdefectstendto cluster. This commonly leads to a system having a few error-prone componentsthataccountforupto80%ofthe total number of defects, while other components can be significantly higher quality. Once you have identified a component that appears error-prone, focusing additional testing on it is quite likely to find more defects. 2.2 Assessing readiness If your goal in testing is to assess whether the software is ready to be promoted to the next level of testing or released into production, then youare done testing once youhave obtained a sufficiently high level of confidence in yourassessment. If your assessment isa 'no-go' - do not proceed with the promotion / release - thenitislikelythatissuesyoufoundwillneedtofixedand trigger additional testing in order to obtain your 'go' recommendation. Factors to consider in performing this assessment are:  What level of quality is required? Is the system life-critical, mission-critical, oronlyfor casual personal use?This quality level relates directly to the level of confidence you need to have that the system is ready.  It is far easier to determine that the system is not ready. Finding a critical defect or finding even a few serious defects in critical functionality is usually sufficient to warrant a no-go assessment. In contrast, achieving sufficient confidence that the system is good for release usually takes more work.  How much of the system's functionality have you tested? If there are significant features that are mostly or entirely not tested, then youlikely will not be prepared to recommend it is good to go. So frequently you should favor testing critical functionality broadly across the entire application versus focusing in detail on a single component.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 01 | Jan 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1702  This conflicts to some degree with the approach suggested for the prior goal of finding defects where youmight choose to focus your testing on an error-prone module.  False confidence is a very real danger. This is especially true for developers - I have seen or heard of many who have an unrealistically high level of confidence that their code works, in some cases without any testing whatsoever. For Example, I have heard developers state that if their code compiles, it is good enough to be promoted to acceptance testing.This is one reason to have on development teams one or more testers with a testing mindset who will ensure for themselves that the system will work rather than assume it.  Testing should be designed as much as possible to find defects of the highest severity and highest relevance to users, as these are the kinds ofdefects most likely to warrant a no-go assessment.Youmightbeabletofindlots of cosmetic defects like spelling mistakes in the application's help documentation, but this does not really contribute much towards an assessment ofreadiness. 3. Faces of Testing? Testing embraces a variety of activities, techniques and actors, and poses many complex challenges. Indeed, with the complexity, pervasivenessandcriticalityofsoftwaregrowingceaselessly,ensuringthatitbehavesaccordingtothedesiredlevels of quality and dependability becomes more crucial, and increasingly difficult and expensive. It is estimated that testing can consume fifty percent, orevenmore, ofthe development costs [6],andarecentdetailedsurveyintheUnitedStates[7]quantifies the high economic impacts of an inadequate software testing infrastructure. Fig 2: Software Testing Research: Challenges and Achievements Correspondingly, novel research challengesarise, suchas forinstancehow to conciliatemodel-basedderivation oftestcases with modern dynamically evolving systems, or how to effectively select and use runtime data collected from real usage after deployment. These newly emergingchallenges go to augment longstanding openproblems, such as how to qualifyandevaluate the effectiveness of testing criteria, or how to minimize the amount of retesting after the software is modified. Starting from this very generalview,wecanthenconcretizedifferentinstances,bydistinguishingthespecificaspectsthatcan characterize the sample of observations: 3.1 Challenges in Software Testing WHY:why is it that wemake the observations? This question concerns the test objective, e.g.: are welooking for faults? or,do we need to decide whether the product can be released? orrather do we need to evaluate the usability of the UserInterface? HOW:which sample do weobserve, and how do we choose it? This is the problemoftestselection,whichcanbedoneadhoc,at random, or in systematic wayby applying some algorithmic or statistical technique. It has inspired much research, which is understandable not only because it is intellectually attractive, but also because how the test cases are selected -the test criterion- greatly influences test efficacy.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 01 | Jan 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1703 HOW MUCH: how big of a sample? Dual to the ques- tion of how do we pick the sample observations (test se- lection), is that of how many of them do we take (test ad- equacy, or stopping rule). Coverage analysis or reliability measures constitute two “classical” approaches to answer such question. WHAT: what is it that we execute? Given the system under test, we can observe its execution either taking it as a whole, or focusing only on a part of it, which can be more or less big , more or less defined, this aspect gives rise to the various levels of testing, and to the necessary scaffolding to permit test execution of a part of a larger system. WHERE: where do we perform the observation? Strictly related to what dowe execute, is the questionwhetherthisisdonein house, in a simulated environment orin the target final context. This questionassumesthehighestrelevancewhenitcomesto the testing of embedded systems. WHEN: when is it in the product lifecycle that we perform the observations? The conventional argument is thatthe earliest, the most convenient, since the cost of fault removal increases as the lifecycle proceeds. But, some observations, in particular those that depend on the surrounding context cannot always be anticipated in the laboratory, and we cannot carry on any meaningful observation until the system is deployed and inoperation. 3.2 Achievements Testingprocess: Indeed, much research in the earlyyears has matured into techniques and tools which help make such “test- design thinking” more systematic and in- corporate it within the development process. Several test process models have been proposed for industrial adoption, among which probably the “V model” is the most popular. All of its many variants share the distinction of at least the Unit, Integration and System levels for testing. More recently, the V model implication ofa phased andformally documented test process has beenargued bysomeasbeing inefficient and unnecessarily bureaucratic, and in contrast more agile processes have been advocated. Concerning testing in particular, a different model gaining attentionis test-driven development[8],oneofthecoreextremeprogrammingpractices.The establishment of a suitable process for testing waslisted in FOSE2000 among the fundamental research topics and indeed this remains an active research today. Testcriteria. Extremely rich is the set oftest criteria devisedby past research tohelpthesystematicidentificationoftestcases. Traditionally these have been distinguished between white-box and black-box,dependingonwhetherornotthesourcecodeis exploited in driving the testing. A more refined classification can be laid according to the source from which the test cases are derived [8], and many textbooks and survey articles exist that provide comprehensive descriptions of existing criteria. Indeed, so many criteria among which to choose now exist, that the real challenge becomes the capability to makea justified choice,or rather to under- stand how they can be most efficiently combined. In recent years the greatest attention has been turned to model-based testing. Comparison among test criteria. In parallel with the investigation of criteria for test selection and for test adequacy, lot of research has addressed the evaluation of the relative effectiveness of the various test criteria, and especially of the factors which make one technique better than another at fault finding. Past studies have included several analytical comparisons between different techniques [9]). This have permitted to establish a hierarchy of relative thoroughness betweencomparable criteria, and to understand the factors influencing the probability of finding faults, focusing more in particular on comparing partition (i.e., systematic) against randomtesting.“Demonstratingeffectivenessoftestingtechniques” wasinfactidentifiedasa fundamental research challenge in FOSE2000, and still today this objective calls for further research,wherebytheemphasisis now on empirical assessment. 4. Conclusion Software testing is and will continue to be afundamentalactivityofsoftwareengineering:notwithstandingtherevolutionary advances in the way it is built and employed, the software will always need to be eventually tried and monitored. A necessary concluding remark concerns the many fruitful relations between software testing and other research areas. By focusing on the specific problems of software testing, wehave in fact overlooked many interesting opportunities arising at the border between testing and other disciplines. Software testing, synonymous with Quality Assurance itself can have many different purposes like quality assurance, validation, performance etc.This is a key decision when planningtheQA/softwaretesting,asnottestingenoughortesting inthe wrong areas will inevitably result in missed bugs.
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 01 | Jan 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1704 5. References [1] Syedroohullahjan, Syedtauhidullah shah, Yasinshah,Fazlullahkham “Department ofComputer Science”, Aninnovativeto Investigate Various Software Testing Techniques and Strategies. [2] http://selab.netlab.uky.edu/homepage/sw-test-roadmap-bertolino.pdf [3] Himanshi Babbar “Software Testing Techniques and test cases” Chandigarh Group of Colleges, International Journals of research in computer applications and Robotics,ISSN 2320-7345 [4] https://www.testingexcellence.com/why-do-we-need-software-testing/ [5] http://www.basilv.com/psd/blog/2011/when-is-testing-done [6] B. Beizer. Software Testing Techniques (2nd ed.). VanNos- trand Reinhold Co., New York, NY,USA, 1990. [7] NIST, The economic impacts of inadequate infrastructure for software testing, May 2002. [8] D. Janzen, H. Saiedian, and L. Simex. Test-driven develop- ment concepts, taxonomy, and future direction.Computer, 38(9):43–50, Sept. 2005. [9]P. Frankl and E. Weyuker. Provable improvements on branch testing. IEEE Trans. Softw. Eng., 19(10):962–975, 1993.