Croma Campus - Software Testing Training Curriculum
Croma Campus - Software Testing Training Curriculum
Croma Campus - Software Testing Training Curriculum
Training Index
1. Manual Testing
2. Agile
3. ISTQB Certification
4. Database Testing
5. Mobile Application Testing
6. Core Java
7. Automation Testing (Seleniumv4.0)
8. Projects
Module 2: Seleniumv4.0
• What is Selenium
• Why Selenium? / Advantages
• What are its versions?
• What all OS, Browsers, and Programming Languages it Support?
Module 5: TestNG
• Fetching TestNG Report
• Batch Execution
• TestNG Flags and Annotations
• Assertion
• Grouping Execution
• Data Parameterisation
• Data driven through Data Provider
• Parallel Execution
• Distributed Parallel Execution
• Cross Browser Parallel Execution
Module 7: Hybrid Framework: Hybrid Driven Framework is a mix of both the Data-
Driven and Keyword Driven frameworks. In this case, the keywords as well as the test data, are
externalized. Keywords are stored in a separate Java class file and test data can be maintained in
a properties file or an Excel file
• Hybrid Framework Architecture
• Introduction to Maven, GitHub and Jenkins
• Test Data files
• TestCore class which loads Xls file, run selenium server through code and do other
initialization
• Object.Properties file to store Xpaths
• Configuration Files
• Skipping Test Cases
• Screenshot Capturing
• Emailing Test Results
• Generating Reports
• Generating Application and Selenium Logs
• Running Framework Automation through Maven