ccsa - sevenmentor

8
SOFTWARE TESTING SOFTWARE TESTING www.sevenmentor.com

Upload: others

Post on 09-Dec-2021

14 views

Category:

Documents


0 download

TRANSCRIPT

CCSACheckpoint

CCSA Checkpoint

www.sevenmentor.com

SOFTWARE TESTINGSOFTWARE TESTING

www.sevenmentor.com

www.sevenmentor.com

MANUAL TESTING SYLLABUS

1. INTRODUCTION OF SOFTWARE TESTING

What is software testing?Why is testing necessary?Testing PrinciplesBest Practices in TestingSkills for TestingVarious Task Involved In TestingDifference between Verication & ValidationDifference between QA &QC 2. DEVELOPMENT OF SOFTWARE APPLICATION

Introduction of Software ProcessPhases in SDLCWaterfall ModelPhases of Waterfall ModelAdvantages & DisadvantagesSpiral ModelPhases of Spiral ModelSpiral Model Strengths & WeaknessesWhen should you use Spiral ModelPrototype ModelPhasesAdvantages & DisadvantagesAgile ModelScrum methodologySprints in ScrumScrum RolesScrum Artifacts & CeremoniesV-shaped ModelSteps in the V-shaped ModelV-shaped Strengths & WeaknessesChallenges Regarding To Each Development Phases

www.sevenmentor.com

3. LEVELS OF SOFTWARE TESTING

Unit TestingIntegration TestingVarious Approaches Of Integration TestingSystem TestingAcceptance Testing 4. TESTING METHODOLOGIES

Black Box TestingAdvantages & DisadvantagesWhite Box TestingStatement CoverageDecision Coverage 5. TYPES OF NON FUNCTIONAL TESTS

Security TestingRecovery TestingConguration testingCompatibility TestingInstallation TestingPerformance TestingParallel TestingVolume TestingInternationalization TestingLocalization Testing 6. TYPES OF FUNCTONAL TESTS

Other Types Of Testing 7. PROCESS OF TESTING

Test PlanningTest AnalysisTest DesignConstruction and vericationTesting CyclesFinal Testing and ImplementationPost Implementation

www.sevenmentor.com

8. TEST DESIGN FOR FUNCTIONAL TESTING

Introduction To Test DesignInputs For Test Design ActivityTest scenariosTest CasesTest Case ManagementBest Practices Of Test CasesTest DataBlack Box Test TechniqueRequirement Traceability Matrix(RTM) 9. TEST EXECUTION

Test Execution CycleEntry Criteria For Test ExecutionSmoke /Sanity TestingTest ExecutionRetesting And Regression TestingEnding The Test Execution ActivityTest Closure Activities 10. DEFECT MANAGEMENT

Defect /BugCauses For DefectDefect ReportingDefect AttributesSeverity And PriorityDefect Life CycleAdvantages Of Defect Tracking 10. DEFECT MANAGEMENT

Defect /BugCauses For DefectDefect ReportingDefect AttributesSeverity And PriorityDefect Life CycleAdvantages Of Defect Tracking

www.sevenmentor.com

11. QUALITY AND PROCESS IMPROVEMENT

Dene What Is QualityApplication Of Concept Of Quality To Software ApplicationQuality AssuranceQuality ControlTesters Contribution To Quality Of Software ApplicationSoftware Testing Metrics 12. GETTING EQUIPPED TO START

Challenges In TestingBest Practices In TestSkills Required For A TesterCareer Path Of A TesterHow To Keep Updated 13. CASE STUDY 14. INTERVIEW PREPARATION.

www.sevenmentor.com

AUTOMATION TESTING SYLLABUS

1. Benets Of Automation Testing2. What And When To Automate3. Introduction To Automation Tools4. Comparison with other tools like QTP/ UFT , RFT

1. Introduction Of Selenium

Explanation of selenium and its advantagesDifferences between selenium and QTP

SELENIUM

2. Components Of Selenium

Selenium IDESelenium RCSelenium GridSelenium WebDriver 3. Selenium JAVA language

IntroductionData typesJAVA VariablesJAVA Modier. Comments in JAVAJAVA BasisExecution of JAVA 4. Introduction Of Selenium IDE

Main Features of Selenium IDEInstalling Selenium IDETest with Selenium IDE

www.sevenmentor.com

5. Selenium Webdriver

Introduction to selenium webdriverSetting up eclipseDownloading and conguring webdriver in eclipse 6. Selenium WebDriver Commands

Get CommandsNavigate CommandsElement Visibility CommandsOther Commands 7. Locators Of Selenium (Webdriver)

Tools to identify elements and objectGoogle Chrome Developer ToolsLocating elements by ID, Name, LinkText, ClassName etc.XPath , Types in X-path 8. Advanced Features IN Selenium

Handling Pop Up / Alert WindowDrop Down OperationScroll Down/upRight Click Operation 9. Concept of framework

Introduction to frameworkUse of frameworkDifferent types of frameworkDifferent types of packages in framework 10. TestNG Framework

Introduction to TestNGSetting up eclipseDownloading and conguring TestNG in webdriverFunctionality provided by TestNGParallel Testing Report Generation

www.sevenmentor.com

11. Data Driven Framework

Data driven testingApache poi library and installationAdvantages of using Data Driven Framework