H 2 K I N F O S Y S 100% Job Oriented Instructor Led Face2Face True

34 Slides715.71 KB

H 2 K I N F O S Y S 100% Job Oriented Instructor Led Face2Face True Live online Cloud Test Lab Better than on site training Trusted by many students world wide. Attend Classes from Any part of the world Attend Classes from Any part of the world North America South America - Europe - Africa - Asia North America - SouthAustralia America - Europe - Africa - Asia - Australia www.H2KINFOSYS.com USA - 1-(770)-777-1269 , UK - (020) 3371 7615 [email protected] / [email protected] S O F T W A R E T R A I N I N G

QA :: AGENDA Testing Levels Static Testing Dynamic Testing Unit testing Integration testing System Testing UAT testing : Alpha & Beta Testing www.H2KINFOSYS.com , USA 1-(770)-777-1269

QA :: AGENDA Types of Testing: Black box testing White box testing Functional testing, Regression Test, Exploratory testing www.H2KINFOSYS.com , USA 1-(770)-777-1269

QA :: AGENDA Types of Testing: Smoke Testing, Sanity Testing Browser compatibility Testing, External Interface Testing Security Testing, Cross browser testing, www.H2KINFOSYS.com , USA 1-(770)-777-1269

QA :: AGENDA Types of Testing: Manual Testing, Automation Testing Performance Testing. www.H2KINFOSYS.com , USA 1-(770)-777-1269

Software Testing Levels Software Testing Levels: Static Informal review, Inspection, Walkthrough Dynamic Unit, Integration, System, UAT www.H2KINFOSYS.com , USA 1-(770)-777-1269

STATIC TESTING Code is not executed Manual review of code, documents to find the errors. Requirements specifications, design specifications, code, test plans, test specifications, test cases, test scripts, user guides or web pages Static techniques find causes of failures (defects) www.H2KINFOSYS.com , USA 1-(770)-777-1269

STATIC TESTING Benefits: Early defect detection and correction, Development productivity Improvements, Reduced development timescales, Reduced testing cost and time, lifetime cost Reductions, fewer defects and improved communication. Detect Omissions www.H2KINFOSYS.com , USA 1-(770)-777-1269

STATIC TESTING Types: Informal Inspection Walkthroug h No formal process May take the form of pair programming or a technical lead reviewing designs and code Results may be documented Varies in usefulness depending on the reviewers Main purpose: inexpensive way to get some benefit www.H2KINFOSYS.com , USA 1-(770)-777-1269

STATIC TESTING Types: Informal Inspection Walkthroug h Led by trained moderator (not the author) Usually conducted as a peer examination Defined roles Includes metrics gathering Formal process based on rules and checklists Specified entry and exit criteria for acceptance of the software product Pre-meeting preparation Inspection report including list of findings Formal follow-up process Optional process improvement components Optional reader Main purpose: finding defects www.H2KINFOSYS.com , USA 1-(770)-777-1269

STATIC TESTING Types: Informal Inspection Walkthroug h Meeting led by author May take the form of scenarios, dry runs, peer group participation Open-ended sessions Optional pre-meeting preparation of reviewers Optional preparation of a review report including list of findings Optional scribe (who is not the author) May vary in practice from quite informal to very formal Main purposes: learning, gaining understanding, finding defects www.H2KINFOSYS.com , USA 1-(770)-777-1269

DYNAMIC TESTING Code is executed Code is compiled & run with different inputs and output is checked. Levels: Unit testing Integration testing System testing UAT www.H2KINFOSYS.com , USA 1-(770)-777-1269

UNIT TESTING Unit: Smallest testable unit of code By programmers/developers www.H2KINFOSYS.com , USA 1-(770)-777-1269

INTEGRATION TESTING The testing done on a group formed by combining individual software modules (units). Integration testing takes as its input modules that have been unit tested, groups them in larger aggregates applies tests defined in an integration test plan to those aggregates, and delivers as its output the integrated system ready for system testing. Integration testing follows unit testing and precedes system testing. www.H2KINFOSYS.com , USA 1-(770)-777-1269

INTEGRATION TESTING There are different types of Integration Testing, few are listed below: Big Bang: In this approach, all or most of the developed modules are coupled together to form a complete software system or major part of the system and then used for integration testing. The Big Bang method is very effective for saving time in the integration testing process. Bottoms Up: An approach to integration testing where the lowest level components are tested first, then used to facilitate the testing of higher level components. The process is repeated until the component at the top of the hierarchy is tested. The main advantage of the Bottom up is easy to find bugs. Top-Down: It is the procedure where the top integrated modules are tested and the branch of the module is testing step by step till end of the related module. In Top down it is easy to find the missing branch link. www.H2KINFOSYS.com , USA 1-(770)-777-1269

SYSTEM TESTING Definition: It is the testing which is performed on the entire system in context to the functional requirements and particularly satisfies all the business workflows and processes of the Application from one end (GUI) of the application to another (db/GUI). In the production support scenario of an application, most of the testing validation are end-toend testing which is performed to assure the change/defect which are fixed are working as expected. Benefits: Assurance of complete testing of the application in the manner it is to be used. www.H2KINFOSYS.com , USA 1-(770)-777-1269

UAT What is UAT? UAT is always a final step before rolling out the application. Usually the end users who will be using the applications test the application before accepting’ the application Usually the end users who will be using the applications test the application before ‘accepting’ the application. This type of testing gives the end users the confidence that the application being delivered to them meets their requirements. Type of black box testing. Focus is on functionality and the usability of application rather than technical aspects. it is useful if the User acceptance Testing is carried out in an environment that closely resembles the real world or production environment www.H2KINFOSYS.com , USA 1-(770)-777-1269

UAT Prerequisites User Acceptance testing can be done the application is fully developed Various levels of testing (Unit, Integration and System) are already completed before UAT As various levels of testing have been completed most of the technical bugs have already been fixed before UAT What to Test To ensure an effective User Acceptance Testing Test cases are created. These Test cases can be created using various use cases identified during the Requirements definition stage. The Test cases ensure proper coverage of all the scenarios during testing www.H2KINFOSYS.com , USA 1-(770)-777-1269

UAT Done by users by referring to requirement document. Alpha Testing Performed by customers or potential customers at developing organization’s site Beta Testing Beta testing, or field-testing, is performed by customers or potential customers at their own locations. www.H2KINFOSYS.com , USA 1-(770)-777-1269

WHITE BOX & BLACK BOX TESTING White box testing Black box testing By Developers(Programmers) By testing team & users Programming skills are required Development skills are not This process is also called as structural testing or glass box testing This process is also called as behavioral testing or closed Eg.Unit testing and Integration testing required box testing Eg: System testing and Acceptance testing www.H2KINFOSYS.com , USA 1-(770)-777-1269

FUNCTIONAL TESTING It is testing the actual logic of the application is meant for. Functional testing covers how well the system executes the functions it is supposed to execute—including user commands, data manipulation, searches and business processes, user screens, and integrations. Functional testing covers the obvious surface type of functions, as well as the back-end operations (such as security and how upgrades affect the system). www.H2KINFOSYS.com , USA 1-(770)-777-1269

FUNCTIONAL TESTING Benefits: Cost saving in terms of minimizing/nullifying post production defects and malfunctioning of the application. Reduces the risk of low quality product. Testing is the only way to determine whether the application will work properly before it is deployed. Challenges: Required business domain knowledge. Definition of scope to be tested. Defined Acceptance Criteria for signoff of functional testing. Definition of Test Coverage Entry Criteria: Defects identified during Unit and Integration phases are fixed and closed System test case documents Test Coverage matrix System test environment and System test data in place It happens after smoke testing Exit Criteria: Filled up Traceability Matrix www.H2KINFOSYS.com , USA 1-(770)-777-1269

RE-TESTING & REGRESSION TESTING Re- testing : After a defect is detected and fixed, the software should be re-tested to confirm that the original defect has been successfully removed. This is called confirmation. Regression testing: is the repeated testing of an already tested program, after modification, to discover any defects introduced or uncovered as a result of the change(s). These defects may be either in the software being tested, or in another related or unrelated software component. It is performed when the software, www.H2KINFOSYS.com or its environment, is changed. , USA 1-(770)-777-1269

REGRESSION TESTING Benefits: Regression testing forms a critical part of software test plan, since it assures that the existing functionality of the application is working as expected even after the introduction of the new functionality. Challenges: Choosing the right set of regression test cases. Understand and quantify the changes being made to the system/application Entry Criteria: Unit / Integration test summary report System Test Report for the cycles executed Defect report (logged during system testing) Regression test cases Exit Criteria: Test execution report Regression review checklist www.H2KINFOSYS.com , USA 1-(770)-777-1269

EXPLORATORY TESTING Testing done by tester to understand the software. Usually without documentation Helps in test design www.H2KINFOSYS.com , USA 1-(770)-777-1269

INITIAL LEVEL TESTING Smoke testing Sanity testing www.H2KINFOSYS.com , USA 1-(770)-777-1269

SMOKE TESTING Smoke testing is shallow and wide approach for all areas of application without going in deep. It is a term used to refer the first testing made to provide some assurance that the system/application will not fail. Smoke test is also referred as ‘‘Build Verification Test’’. The tester "touches" all areas of the application without getting too deep, looking for answers to basic questions like, "Can I launch the test item at all?", "Does it open to a window?", "Do the buttons on the window do things?“ www.H2KINFOSYS.com , USA 1-(770)-777-1269

SMOKE TESTING Benefits: The most cost effective method for identifying and fixing defects in software. Most of the critical and show stopper defects could be found with this testing. Ensuring a pretty stable product is available for further testing. Reduces the risk of low quality product. Improves morale. Effective Approach: Identify the critical business processes and workflow in the application which if broken, tests cannot proceed further. Collate all tests corresponding to the above point which should also include screen navigation Steps: Prioritize them based on the complexity of the functionality or business process. Run the above identified tests based on the schedule provided for smoke testing. Entry Criteria: In daily build before handing over application to functional testing. Exit Criteria: If core functionality of application get through in smoke testing www.H2KINFOSYS.com , USA 1-(770)-777-1269

SANITY TESTING A sanity test is a narrow regression test that focuses on one or a few areas of functionality. Sanity testing is usually narrow and deep. A sanity test is usually unscripted. Sanity testing is a cursory testing; it is performed whenever a cursory testing is sufficient to prove the application is functioning according to specifications. This level of testing is a subset of regression testing. www.H2KINFOSYS.com , USA 1-(770)-777-1269

MANUAL & AUTOMATION TESTING Testing the application with human observation is called Manual Testing. Testing the application using tools is called Automation Testing. www.H2KINFOSYS.com , USA 1-(770)-777-1269

PERFORMANCE TESTING Load – users – testing the performance with diff number of users Stress – resources – testing the performance with diff number of resources Volume – data – testing the performance with diff amount of data Soak – duration – testing the performance with varying users, resources & data under the sustained usage of software www.H2KINFOSYS.com , USA 1-(770)-777-1269

TESTING Browser compatibility Testing Cross browser testing External Interface Testing/ Inter-system Testing Security Testing High Availability testing(application supported by multiple/back-up server) www.H2KINFOSYS.com , USA 1-(770)-777-1269

H2K INFOSYS ---------------------WORLD CLASS SOFTWARE TRAINING FOR EVERYONE - WORLD WIDE -----------------------------ATTEND CLASSES FROM ANY PART OF THE WORLD -------------------------------------------------SOFTWARE TRAINING – DEVELOPMENT – TECHNICAL STAFFING SOLUTIONS www.H2KINFOSYS.com , USA 1-(770)-777-1269

Thank You www.H2KInfosys.com Attend classes from any part of the world Project Work & Job Placement Assistance Visit H2kinfosys Forums, Jobs and blogs True Live online with Face2Face Cloud Test Lab Better than on site training trusted by many of students world wide. Instructor Led – Face2Face – True Live online Software Training classes with Cloud Technology USA - 1-(770)-777-1269 , UK - (020) 3371 7615 [email protected] www.H2KINFOSYS.com , USA 1-(770)-777-1269

Back to top button