PRESENATATION ON AUTOMATED SOFTWARE TESTING ADVANCED SOFTWARE ENGINEERING

  • Slides: 13
Download presentation
PRESENATATION ON AUTOMATED SOFTWARE TESTING ADVANCED SOFTWARE ENGINEERING CSC 532 Presented by VISHAL D

PRESENATATION ON AUTOMATED SOFTWARE TESTING ADVANCED SOFTWARE ENGINEERING CSC 532 Presented by VISHAL D RAMPURE

INTRODUCTION Software testing is analyzing a system or a component by providing defined inputs

INTRODUCTION Software testing is analyzing a system or a component by providing defined inputs and comparing them with the desired outputs to check the discrepancies between the desired and actual outputs and correct them

TEST TYPES Software testing can be divided into two categories. n Manual testing n

TEST TYPES Software testing can be divided into two categories. n Manual testing n Automated software testing

AUTOMATED SOFTWARE TESTING n n n Automated testing programs will not miss a test

AUTOMATED SOFTWARE TESTING n n n Automated testing programs will not miss a test by mistake. The automated test program will also provide a means of storing the results of the tests accurately. The results can be automatically fed into a database and can be used to provide useful statistics on how the software development process is progressing.

REQUIREMENTS FOR AUTOMATED SOFTWARE TESTING n n n Can the test sequence of actions

REQUIREMENTS FOR AUTOMATED SOFTWARE TESTING n n n Can the test sequence of actions be defined? Is it necessary to repeat the sequence of actions many times? Is it possible to automate the sequence of actions? Is the behavior of the software under test the same with automation as without? Do you need to run the same tests on multiple hardware configurations?

HOW IS AUTOMATION OF SOFTWARE TESTING DONE? n n Finalization of test automation and

HOW IS AUTOMATION OF SOFTWARE TESTING DONE? n n Finalization of test automation and making a test plan Selection of tool and customization Development and testing scripts Testing using automated test scripts

TOOLS FOR AUTOMATED SOFTWARE TESTING The following general categories categorize the tests and tools

TOOLS FOR AUTOMATED SOFTWARE TESTING The following general categories categorize the tests and tools which makes it easy to choose n Developer oriented tools n Functional testing tools n Load testing tools n Performance monitoring and maintenance tools

PRACTICAL FEATURES n n n Run all day and night in unattended mode System

PRACTICAL FEATURES n n n Run all day and night in unattended mode System continues running even if a test case fails Quickly add scripts and modules to the system for new features Easy to update reusable modules Written in an English-like language easy to understand Write out meaningful logs

PROS n n n Tests can be run faster. As compared to manual testing

PROS n n n Tests can be run faster. As compared to manual testing they take lesser time Automated test are consistent. Tests can be run over and over again with less overhead. As more automated tests are added to the test suite more tests can be run each time thereafter. Manual testing never goes away, The efforts that were used for manual testing can now be focused on more rigorous tests.

CONS n n n Costs of test automation include personnel to support test automation

CONS n n n Costs of test automation include personnel to support test automation for the long term. A dedicated test environment is needed The cost for the purchase of development and maintenance of tools. If contractors are used to help build or champion the test automation effort because of their experience, there is the risk that much of the experience and skills will not be there when the contractor leaves. If there is going to be a product change then long term automation is a waste It is very expensive to maintain automated testing environment.

CONCLUSION n n n Automation of software testing is not an easy process. It

CONCLUSION n n n Automation of software testing is not an easy process. It involves a lot effort. Automation is also a expensive process in terms of direct finance and the people required for. We can conclude that if automation is dine in very definitive manner and with all aspects considered it can be asset to the company.

REFERENCES n http: //www. origsoft. com/Issues 3 -buscase-4 save. htm n http: //www. origsoft.

REFERENCES n http: //www. origsoft. com/Issues 3 -buscase-4 save. htm n http: //www. origsoft. com/Issues 2 -comptest-1 cov. htm n http: //www. cssttechnologies. com/Test%20 Requirements %20 for%20 automated%20 Testing. htm n http: //www. stsc. hill. af. mil/crosstalk/2002/05/rice. pdf n http: //www. stickyminds. com/sitewide. asp? Object. Id=358 3&Function=DETAILBROWSE&Object. Type=ART n http: //www. mactech. com/articles/mactech/Vol. 13/13. 10/ Software. Test. Automation

THANK YOU QUESTIONS PLEASE?

THANK YOU QUESTIONS PLEASE?