Software Testing and Quality Assurance Course Syllabus
Have Queries? Ask our Experts
+91 89256 88858
Quick Enquiry
Learn about software testing and QA architecture with SLA Institute, the top institute for Software Testing and Quality Assurance Training in Chennai. Our course covers essential topics to help you ensure software reliability and performance. You’ll learn both manual and automated testing methods, how to plan and execute tests effectively, and use tools like Selenium and JIRA for managing tests and tracking issues. Gain practical experience creating test cases, conducting regression tests, and applying QA best practices. SLA Institute offers excellent training and career support to prepare you for roles where ensuring software quality is crucial. Join our Software Testing and Quality Assurance Course with 100% Placement Support to gain essential skills, build confidence, and find great job opportunities in this important field. Start your path to a successful career in software testing and Quality Assurance with SLA Institute.
Course Syllabus
Download SyllabusINTRODUCTION ABOUT JAVA AND COLLECTION
- What is java, features of java
- JDK and Eclipse installation
- What is mean by Collection framework
- List and its classes
- Set and its classes
- Map and its classes
ARRAY
- Explain about Array concept
- Disadvantages of array
- Find duplicates in array
CONTROL STATEMENT
- Conditional statement
- (if, if else, ladder if, nested if)
- Looping statement
- (While,do while,for for each)
- Jumping statement
- (Break and continue)
OOPS
- Introduction about OOPS
- Explain Class ,method and object
- Create a simple oops program using class, method and object
- Create a program in same package different class
- Different package and different class
OOPS PRINCIPLES
- Inheritance and its types with real time examples
- ( Single,multiple,multi level,hybrid,hierarchal)
- Abstraction and its types with real time examples
- (Partial and fully abstraction)
- Polymorphism and its types with real time examples
- (Method overloading and method riding
POJO
- Explain what is meant by POJO class
- Access using getter and setter methods
STRING
- Explain what is mean by string
- And its methods like
- Length(),toUppercase(),toLowerCase
- String types like literal and non literal
EXCEPTION HANDLING
- What is mean by exception
- Types of exception
- Try,catch ,finally explanation
- Throw and throws
MYSQL DATABASE TESTING
- DDL
- DML
- DCL
- TCL
- Joins