Live Classes: Upskill your knowledge Now!

Chat Now

Certificate course in Software Testing - software testing course

Software testing course is more of job oriented training which is designed as per current industry standards. You can start IT industry with basic and advance skills. software testing course will be trained by top industry experts who have passion to train students and help them get job in IT industry or excel in IT industry.

Beginner 5(186 Ratings) 186 Students enrolled English
Created by Admin s
Last updated Tue, 19-Dec-2023
+ View more
Course overview

Who this course is for?

• This software testing course package is designed for any undergraduates or job seekers and laterals to enhance their technical knowledge with BE/ BTech, B.Sc, BCA, MCA, M.Tech/ ME, M.Sc and other technical graduations. 

• Manual testers, Non-programming aware testers interested in learning Automation
• Any Software engineer who are interested in Mobile Technologies
• Freshers/Graduates/ Software Testers

Why take this course?

• This software testing course  is blended with IT industry experience where even a fresher can start working on project in IT industry easily. 

• This software testing course package gives desired knowledge on testing which is the entry level criteria for any interview. 

• This software testing course package gives confidence to a fresher to start working on a testing project from the day of joining.

What you will learn?

• In this software testing course you will understand software testing from basics to advance level. 
• You will understand on how to test any application from the scratch. 
• You will also understand how agile works. 
• software testing course is also designed for automating any web application or project from scratch with in-depth knowledge in Java & Selenium tool.  
• You will understand the complete life cycle of software testing with 2 projects on manual, Database and automation. 
• Your performance will increase by activities like presentations, Assignments, Mock Interviews & mock tests which will run regularly. 
• ****** You need NOT have java coding experience to start this course. Even non Programming candidates can follow this course comfortably
• All Installation setup including Java knowledge is taken care as part of course
• 100% JOB ASSISTANCE after completion of course to make your Profile reach to Hundreds of Recruiters in our network. ******

Course Content

Manual Testing

Software Development Life Cycle
   • Waterfall Model
   • Spiral Model
   • Prototype Model
   • V & V Model
   • Hybrid Model

2.Software Testing
1. White Box Testing
      o    Path Testing
      o    Loop Testing
      o    Condition Testing
      o    White box Testing from Memory Point of View
      o    White box Testing from Performance Point of View

2. Grey Box Testing
3. Black Box Testing   
 
   • Functionality Testing/Component Testing
   • Integration Testing
   • System Testing
      o    Build
      o    Release
      o    Patch
      o    Test Cycle
      o    Continues Integration
      o    Incident Management
      o    Software Architecture and Testing
      o    Web Application
      o    Client Server Application
      o    Stand Alone Application
   • Acceptance Testing
      o    Alpha Testing
      o    Beta Testing
   • Smoke Testing/Sanity Testing/Dry Run
   •    Adhoc Testing
   •    Exploratory Testing
   •    Compatibility Testing
   •    Performance Testing
      o    Load Testing
      o    Stress Testing
      o    Volume Testing
      o    Soak Testing
   • Reliability Testing
   • Usability Testing
   • Accessibility Testing
   • Globalization Testing
      o    Internationalization testing
      o    Localization testing
   • Regression Testing

4. TEST CASE
   • Introduction to Test Case
   • Test Case Design Techniques
      o    Specification Based
      o    Experienced Based
   • Test Case Format
   • Functional Test Case
   • Integration Test Case
   • System Test Case
   • Procedure to Write and Execute Test Case
   • Test case Review Process

5. Software Test Life Cycle
   • Traceability Matrix
   • Test Execution Reports

6. Test Management Tool
   • QC
   • ALM
   • Jira

7. Test Plan
   • Sections of Test Plan
   • Test Metrices

8. Defect Tracking
   • Introduction to Defects
   • Defect Life Cycle
   • Status of Defects
   • Severity of a defect
   • Priority of a defect
   • Defect Report/Incident Report
   • Defect Tracking Tool: 
        o JIRA
        o MANTIS
        o QC

9. Static Testing
10. Dynamic Testing
11. Quality Assurance and Quality Control

3. Projects 
   • Web Application
   • Mobile Application
   • Compatibility Testing Project
4. ISTQB Foundation
5. Introduction to Mobile Application Testing

   • MSDLC
   • types of Mobile Applications
      o    Native Application
      o    Hybrid Application
      o    Progressive Application
      o    React Native Application
   • Mobile Emulators/Simulator
   • Introduction to ADB Commands
6. Resume Building
7. HR Classes

Database

1 - Introduction
   • What Is Database?
   • What is Database Management System (DBMS)?
   • What is Relational Model ?
   • Introduction to RDBMS .
   • Brief on E.F CODD . 

2 - Datatypes and Constraints 
   • What are Datatypes ?
   • Types and Examples .
   • How to use .
   • What are Constraints? 
   • Types and Examples.
   • How to use. 

3 - Statements in SQL 
   • Data Definition Language (DDL)
   • Data Manipulation Language (DML)
   • Transaction Control Language (TCL)
   • Data Control Language (DCL)
   • Data Query Language (DQL)

4- Software installation
   • Installing and set up of software
   • Working on Oracle 10g.

5- Data Query Language (DQL) 
   • Select 
   • From 
   • Where
   • Group By
   • Having 
   • Order By 

6 -Operators 
   • Types and Examples 

7- Functions in SQL 
   • Single Row Functions 
   • Multi Row Functions 
    Max ()
    Min ()
    Sum ()
    Avg ()
    Count ()

8-Sub Query 
   • Introduction to Sub Query 
   • Working of Sub Query 
   • Query Writing and Execution 
   • Types of Sub Query 
    1. Single Row Sub Query 
    2. Multi Row Sub Query        
   • Nested Sub Query.

10- Pseudo Columns 
   • Introduction on Pseudo Columns 
   • ROWID
   • ROWNUM
   • Working and Usage.

11- JOINS
   • What Is Join?
   • Types of Joins.
   • Cartesian Join
   • Inner Join 
   • Outer Join 
   • Self-Join 
   • Queries and Examples.

12- Co- Related Sub Query 
   • Working and Examples 

13- Data Definition Language (DDL)
   • Create 
   • Rename 
   • Alter 
   • Truncate 
   • Drop
 
14- Data Manipulation Language (DML)
   • Insert 
   • Update 
   • Delete
 
15- Transaction Control Language (TCL)
   • Commit
   • Save point
   • Rollback 

16- Data Control Language (DCL)
   • Grant 
   • Revoke 
17 - Normalization
   • Introduction to Normalization 
   • Types of Normal Forms 
   • Examples.

18- E R Diagrams 
   • Introduction to ERD
   • Examples.

 

Core Java

Section 1
• Introduction to programming
• Introduction to java
• JDK installation
• Keywords, Identifiers, variables
• Operators
• Method/Functions
• Flow Control Statements
• Arrays
• Strings
• Interactive programs in java using Scanner

Section 2

Object Oriented Programming System
   - Classes and Objects                  
   - Object creation
   - Reference variable
   - Global and local variables
   - Constructors
   - Aggregation
   - Composition
   - Inheritance ***
   - Method Overloading
   - Method Overriding
   - Abstract classes
   - Interfaces
   - Typecasting
   - JVM architecture
   - Polymorphism
   - Abstraction
   - Java packages
   - Access Specifies

Section 3 
Java Built-in packages and API

   * Overview of java API
   * Object class
   * String, String Buffer and String Builder
   * Exception Handling
   * Threads and multithreading
   * Wrapper Classes
   * Data Structures
   * JAVA COLLECTION FRAMEWORKS***
   * File Handling
   * Serialization
   * Garbage Collector
- Encapsulation

 

Selenium

•  Automation Testing
   o What is Automation Testing?
   o When we Switch to Automation Testing?
   o Why Automation testing?/Advantages
   o Disadvantages 
   o Automation Testing Tools

• Selenium
   o What is Selenium
   o Why Selenium? / Advantages
   o What are its versions?
   o What all OS, Browsers, and Programming Languages it Support?

• Java-Selenium Architecture
• WebDriver Architecture
• Basic Selenium Program to Open and close Browser
• Runtime Polymorphism Program in Selenium
• WebDriver abstract methods
• Locators
• Xpath, its Types and cases
   o Handling Multiple Elements
   o Handling Synchronisation issue by using implicitlyWait and Explicitly Wait
   o Handling Dropdown (static and dynamic)
   o Handling Keyboard and Mouse Actions
   o Taking Screenshot
   o Handling Disabled Element
   o Performing Scroll down Action
   o WebElement Interface Methods
   o Handling Popups (web-based and Window-based)
   o Handling Frames
   o Handling New Windows/New Tabs

•  AUTOMATION FRAMEWORK
   o Stages and Types of Framework
   o Explanation of Hybrid Framework with a combination of

• Data-Driven
• Keyword-Driven 
• Method-Driven
    o POM (Page Object Model)
• TestNG
    o Fetching TestNG Report
    o Batch Execution 
    o TestNG Flags and Annotations
    o Assertion
    o Grouping Execution
    o Data Parameterisation
    o Data driven through DataProvider
    o Parallel Execution
    o Distributed Parallel Execution
    o Cross Browser Parallel Execution
        
• Modular Frameworks
• Hybrid Framework

    o Hybrid Framework Architecture
    o Introduction to Maven, GitHub and Jenkins

Agile methodology

• Agile Methodology
    o Agile Scrum
    o Agile Kanban

What will i learn?

  • Basic Concepts of Software Testing
  • How to use Application Lifecycle Management Tool (JIRA)
  • Black-Box Test Techniques. White-Box Test Techniques
  • API Testing using Postman
  • Different certificates in Software Testing Field and how to apply on them
  • Basics of Agile methodologies & Agile Testing
  • Basics of API Testing
  • Basics of Performance Testing using Jmeter
  • How to prepare for a QA Interview
Requirements
  • No prior knowledge about the field is required
  • Basic computer & mobile using skills (you need to be able to use them as an end user)
  • Good knowledge of English Language
Curriculum for this course
0 Lessons 00:00:00 Hours
Introduction
0 Lessons 00:00:00 Hours
Agile methodology
0 Lessons 00:00:00 Hours
Modular Frameworks
0 Lessons 00:00:00 Hours
Selenium
0 Lessons 00:00:00 Hours
Automation Testing
0 Lessons 00:00:00 Hours
Java Built-in packages and API
0 Lessons 00:00:00 Hours
Object Oriented Programming System
0 Lessons 00:00:00 Hours
0 Lessons 00:00:00 Hours
Introduction to programming = java
0 Lessons 00:00:00 Hours
Software Development Life Cycle
0 Lessons 00:00:00 Hours
Data Query Language (DQL)
0 Lessons 00:00:00 Hours
Software installation
0 Lessons 00:00:00 Hours
0 Lessons 00:00:00 Hours
Statements in SQL
0 Lessons 00:00:00 Hours
Database - Datatypes and Constraints
0 Lessons 00:00:00 Hours
Test Management Tool • QC • ALM • Jira
0 Lessons 00:00:00 Hours
4. TEST CASE
0 Lessons 00:00:00 Hours
Software Testing-1. White Box Testing 2. Grey Box Testing 3. Black Box Testing
0 Lessons 00:00:00 Hours
+ View more
Other related courses
00:00:00 Hours
5 357 35000₹ 25000₹
00:00:00 Hours
5 308 30000₹ 25000₹
About instructor

Admin s

5429 Reviews | 1881 Students | 41 Courses
Student feedback
5
186 Reviews
  • (1)
  • (3)
  • (5)
  • (89)
  • (88)

Reviews

  • ASHOK
    This is a perfect work at your own pace program, I am going to develop futher into my love for computer programing, and see where this takes me.
  • Pawan Sanjay
    Thank you Mercury Mentors and thank you Duke!!!!
  • Chennur Akhila
    The course was really practical and fun! It was a really new approach to getting into programming from what I am used to. I would recommend it to anyone starting their journey in coding.
  • GANDEKATHERA KRANTHI
    The course material and presentation well prepared and easy to follow. I benefited a lot in very short of time. Thanks a lot and would suggest it to anyone interested in the topic.
  • Pravin Subhash
    This course was excellent. The instructors were very good and the material was very well presented. Once you complete the course, you will realize that you have learned a lot.
  • Patlolla swapna
    The course is good structured and easily perceived. The teachers are qualified. I hope the skills acquired on this course will be useful for the solving of practical issues.
  • Bhushankumar Sunil
    Very educational and exciting. Love it, easy to understand an keep up. Would recommend to anyone who has no clue how programming works and who is interested of learning some.
  • K Jagadeeswara
    Excelent course material, just make the code more available or use less of it. Sometimes it becomes cumbersome and quite time-consuming to "get there".
  • Mujeeba Syed
    I really love the program because of the fact that we have a lot of practical exercises combining with a very precise presentation of every concept behind the programing exercises.
  • Nelam Lalitha
    This was really useful course and I've gained a lot of skills I'm grateful to everyone who had worked on this course and I'm aiming to take the other courses of this specialization
  • Chandrika
    Challenging and difficult thus rewarding experience . I think the great thing about this course is the freedom they give to make certain programs with whatever way you want to use.
  • Murugesan
    The course is really good for beginners who want to kick start their career in software development.Even people with no prior knowledge in coding can excel this course at ease.
  • Neduri Chinna
    The course seemed a piece of cake at the beginning, but as the weeks passed, it became more and more challenging. I'm glad and satisfied to achieve this certificate, thank you!
  • Monashraj.S
    This course was excellent. The instructors were very good and the material was very well presented. Once you complete the course, you will realize that you have learned a lot.
  • Nikita shinde
    The course is good structured and easily perceived. The teachers are qualified. I hope the skills acquired on this course will be useful for the solving of practical issues.
  • Durga Venkata
    Very educational and exciting. Love it, easy to understand an keep up. Would recommend to anyone who has no clue how programming works and who is interested of learning some.
  • Priyanka Gupta
    - high pace, not overtalked,
  • Maurya Nikhil
    begginer friendly, examples and pace in course may be
  • Santosh Kumar
    helped to build larger project to build,
  • VenkataLikhitha
    Its easy to follow while giving in-depth explanations of the topic being covered. The updates to the course material are also nice.
  • Shreyas K
    friendly and caring instructor - she has good energy. I'm not too far into tshe course yet, but I can imagine that she has tshe sort of delivery that will keep dry material lively.
  • Yaganti. Naga
    Hats Off for this wonderfully curated in-depth course.
  • Pollampally Manasa
    Thank you so much for this course! It was amazing experience! All the best for you!
  • Sai Manasa
    Quite fun. I have already got experience in these fields through hobby and trying to get certifications but for a beginner this is very good layout and information! Recommended definitely!
  • Uttej Srinivas
    This course was incredibly insightful. Information was presented in such a way that it was clear but not spoon-feeding you everything, and I thoroughly enjoyed the challenges and projects.
  • CHANDAN SARKAR
    the teachers were fantastic at explaining the material, it was a breeze to go through it.
  • Veeresh M
  • Kati.sathish
  • Rachakonda Shilpa
  • Narasimha
  • Lokesh
  • Juhi Omkar
  • Gummadi Joysee
  • Aditi Shukla
  • Preethi k
  • Ganga Darshan
  • Dr.Nusfia Niamath
  • Pranaya Ravali
  • Md sagar
  • Aswani Reddem
  • Amar Naresh
  • Banthou sripoojitha
  • Neha Samreen
  • Ellendula Bhavya
  • Harshitha Reddy
  • Sindhuja Eega
  • Nancy verma
  • Pasham naga
  • Utkarsh Mishra
  • Vinitha s
  • Yashoda Lalsing
  • Sushma Badiger
  • Gudi Lakshmi
  • Prudhivi Siva
  • Krutanjali Nikumbh
  • Shivani jain
  • Rushikesh Sanjay
  • Aniket Wadaskar
  • Balasaheb vitthal
  • Konduru Somanadh
  • Rahul Pandurang
  • Nusfia Niamath
  • Shubham Manohar
  • M.Jayalakshmi
  • patan muheer
  • Saganamyna arun
  • K Sravan
  • Laxmi Pulujkar
  • Kavileswarapu Sai
  • K.Maheswara
  • Santosh Kumar
  • Rahul
  • Sushant Dilip
  • Bachhav Purvesh
  • Gudi Lakshmi
  • Akash V
  • Tejaswani baineni
  • N Ravi
  • THULASI PRAVEEN
  • Vishal
  • Ram Rudra
  • Sanket Sunil
  • Priyanka Shashikant
  • Deepak Gangadhar
  • Abhineet Saurabh
  • VENKATA KRISHNAN
  • Shweta Mokal
  • dabhadesachin75@gmail.com
  • G.Vivek
  • Dr. Anamika
  • Lankadasari Divyashree
  • raghupatruni.udaykiran
  • Priyanka Shashikant
  • Siva Bhavani
  • Umme Arshiya
  • T S
  • Sireesha
  • N sai
  • Pranayasheela
  • Chandu Reddy
  • Anshul Harnawa
  • Navaneeth Maskalwar
  • Kota amadala
  • Mayuri Bajirao
  • Devika Reddy
  • Vishal Kumar
  • MANUKONDA REETHU
  • Sushma Badiger
  • Dova Manasa
  • Minal Vinayak
  • Swetha reddy
  • Umme Arshiya
  • Nasreen Begum
  • BHULAKSHMI KRISHNA
  • Sudeepthi
  • Paladugu pavankumar
  • Palle Naga
  • Anjali Guruvugari
  • Nikita shinde
  • Sayed Imran
  • Vijayalashmi A
  • Bindu Sahu
  • Rohan Rajendra
  • Purva Chaudhary
  • SURAJ PATNAIK
  • Tushar Madhukar
  • Karpagakani Thangapandi
  • Prinkal B
  • Lavanya Bhaskar
  • Kiran kumar
  • Ankita patil
  • SONALI DHIR
  • Inamke Samrudhi
  • Mrunali Gajbhiye
  • Apurva Subhash
  • Rutuja Jaychand
  • V.Niteesh kumar
  • shabarish
  • Himanshu joshi
  • NAGARAJU SHAMANTHULA
  • Neeraja reddy
  • Preety kumari
  • Vidhya
  • Bhakti kulkarni
  • S Fathima
  • Gotla Anand
  • Snehi
  • Pranaya Ravali
  • Pooja Samrut
  • Aman Gupta
  • Harshada Atkar
  • Shiv Prasad
  • Jagathi Neralla
  • Shivani
  • Vishal Patil
  • Harsha N
  • Reddy Tejaswi
  • Chintapalli Esther
  • Krishna Shivprasad
  • Anisha Nandy
  • Ankit kumar
  • Maria Shalini
  • Anju George
  • Krishna kishore
  • Attar Abubakar
  • V Sravanthi
  • JNANESH N
  • Akshay Sadanand
  • Manideep
  • Niteesh kumar
  • Darvin S
  • Vangala jayalakshmi
  • DEVI VADDEMPUTI
  • Vaibhav Patil
  • K Roopesh
  • RANGU VIKAS
  • Mansi Mohan
  • Priya sharma
  • Rahul Devakate
  • Suman Kumar
  • Shubham Pandey
  • Rucha Divekar
  • Meenu Devi
  • Nagesh N
  • kotte sindhu
  • Aman Singh
25000₹ 20000₹
Includes: