+880961-333-7448 / 01799-446655, 01762-002444 [email protected]
Graphic Design play-btn

Software Testing and Quality Assurance

The "Software Testing and Quality Assurance" training at PeopleNTech provides participants with comprehensive insights into the principles and practices of software testing. Covering a range of topics from testing methodologies to quality assurance processes, this course equips individuals with the skills needed to ensure the delivery of high-quality software products.

Course Features

icons

Tools, templates and book suggestions

icons

Recorded video

icons

Assessment and Certificate

icons

Job Placement Support

icons

Course duration is 3 months

icons

Total 72 Hours

icons

24+ Live Classes

৳ 18000 ৳ 30000

For details about the course

Call Now (0179-944-6655)

Course Features

Software Testing and Quality Assurance course is professionally designed with detailed discussions on web design and development, on-hand practice and income guidelines.

icons

Tools, templates and book suggestions

icons

Recorded video

icons

Assessment and Certificate

icons

Job Placement Support

icons

Course duration is 3 months

icons

Total 72 Hours

icons

24+ Live Classes

Course Modules

  • What is SDLC?
  • Phases of SDLC
  • Different SDLC models (Waterfall, Agile, )
  • Advantages and disadvantages of SDLC
  • Understanding requirement gathering
  • Types of requirements (Functional, Non-Functional, Business)
  • Analysis and design phase activities
  • Deliverables of this phase

Real Project and Tools:

  • Requirement Gathering: JIRA, Trello, Asana, Confluence, Miro etc
  • Design: Sketch, Figma, Adobe XD, Balsamiq etc

  • What is software testing?
  • Why do we need testing?
  • Types of software testing (Functional, Non-Functional, )
  • Acceptance testing
  • What is STLC?
  • STLC Phases
  • Entry and Exit Criteria
  • Deliverables of each phase

Real Project and Tools:

  • Test Management: Qase, PractiTest etc
  • Understanding test planning
  • Creating test plan
  • Test Strategy
  • Test effort estimation
  • Test plan deliverables

Black Box Testing:

  • What is black box testing?
  • Techniques for black box testing (equivalence partitioning, boundary value analysis, decision table testing, )
  • Writing test cases for black box testing
  • Understanding test design and execution
  • Types of test design techniques
  • Test data preparation
  • Test execution
  • Deliverables of this phase

Real Project and Tools:

  • Test Plan: TestRail, Zephyr etc
  • Understanding defect management
  • Defect life cycle
  • Types of defects
  • Defect tracking tools
  • Test closure activities
  • Deliverables of this phase

Real Project and Tools:

  • Defect Management: JIRA, TestRail, BugZilla etc
  • What is functional testing?
  • Types of functional testing (unit testing, integration testing, system testing, acceptance testing, )
  • Writing test cases for functional testing Non-Functional Testing:
  • What is non-functional testing?
  • Types of non-functional testing (performance testing, usability testing, security testing, )
  • Writing test cases for non-functional testing

Regression Testing:

  • What is regression testing?
  • Techniques for regression testing (retest-all, selective, )
  • Writing test cases for regression testing User Acceptance Testing:
  • What is user acceptance testing?
  • Techniques for user acceptance testing (alpha testing, beta testing, )
  • Writing test cases for user acceptance testing

Exploratory Testing:

  • What is exploratory testing?
  • Techniques for exploratory testing
  • Advantages and disadvantages of exploratory testing

Ad Hoc Testing:

  • What is ad hoc testing?
  • Techniques for ad hoc testing
  • Advantages and disadvantages of ad hoc testing
  • Localization and Internationalization Testing:
  • What is localization testing?
  • Techniques for localization testing
  • Writing test cases for localization testing

Accessibility Testing:

  • What is accessibility testing?
  • Techniques for accessibility testing
  • Writing test cases for accessibility testing
  • Real Project: Web Application Testing

  • Introduction to GitHub
  • Overview of version control and Git
  • Explanation of GitHub and its benefits
  • Setting up a GitHub account and basic profile information
  • Basic Git commands
  • Initializing a repository
  • Adding files to a repository
  • Committing changes
  • Checking status and history of commits
  • Pushing changes to a remote repository
  • GitHub workflow
  • Forking a repository
  • Cloning a repository
  • Creating a branch
  • Making and committing changes to a branch
  • Creating a pull request
  • Merging a pull request
  • GitHub features
  • Issues and milestones
  • Projects and boards
  • Best practices for using GitHub
  • Writing clear commit messages
  • Creating meaningful pull requests and issues
  • Organizing repositories and branches
  • Maintaining a healthy repository and avoiding common mistakes

Introduction to Python

  • Overview of Python and its features
  • Installing and setting up Python and an IDE (e.g. Anaconda, PyCharm)

Basics of Python Basic syntax and data types (e.g. variables, strings, integers)

  • Basic input/output (e.g. print, input)
  • Basic arithmetic and logical operations

Conditional Statements

  • If statement
  • If-else statement
  • Nested if-else statement

Loops (60 minutes)

  • For loop
  • While loop
  • Nested loops

Lists and Tuples

  • Definition and creation of lists and tuples
  • Indexing and slicing
  • Basic operations on lists and tuples

Dictionaries

  • Definition and creation of dictionaries
  • Accessing and modifying values in dictionaries
  • Basic operations on dictionaries

Sets

Definition and creation of sets

Basic operations on sets Functions

  • Definition and calling of functions
  • Parameters and arguments
  • Return statement

Modules

  • Importing modules
  • Built-in modules
  • Creating and importing custom modules

File Handling

  • Opening, reading, and writing to files
  • Closing files
  • File modes

Exceptions

  • Handling exceptions using try-except block
  • Multiple except blocks
  • Raising exceptions

  • Introduction to Selenium WebDriver
  • Overview of Selenium WebDriver and its features
  • Selenium WebDriver vs Selenium IDE vs Selenium Grid

Setting Up Selenium WebDriver Environment

  • Installing Selenium WebDriver
  • Configuring Selenium WebDriver with Python and an IDE (e.g. PyCharm)
  • Creating a basic Selenium WebDriver script

Locating Web Elements

  • Understanding HTML and CSS

Locating elements using XPath and CSS selectors

Locating elements using other methods (e.g. name, ID)

Interacting with Web Elements

  • Clicking buttons and links
  • Typing text into text fields
  • Handling checkboxes and radio buttons
  • Selecting values from dropdown menus

Navigating Through Web Pages

  • Navigating to a page
  • Refreshing a page
  • Navigating forward and backward
  • Handling alerts and pop-ups

Synchronization and Waits

  • Understanding synchronization and its importance in Selenium WebDriver
  • Implicit and explicit waits
  • sleep() and its drawbacks

Handling Frames and Windows

  • Switching between frames and windows
  • Interacting with elements inside frames and windows

Handling Cookies

  • Adding, deleting, and modifying cookies
  • Interacting with cookies

Taking Screenshots

  • Capturing screenshots using Selenium WebDriver
  • Saving screenshots to a file
  • Handling Multiple Windows and Tabs

Handling multiple windows and tabs in Selenium WebDriver

Best practices for handling multiple windows and tabs

Introduction to Test Automation

  • Overview of test automation
  • Advantages of test automation

Creating Test Suites

  • Creating a test suite
  • Grouping tests into a test suite
  • Running test suites

Test Reporting

  • Generating test reports
  • Interpreting test results

Test Automation Best Practices

  • Writing maintainable and readable code
  • Selecting good test cases for automation
  • Avoiding common pitfalls of test automation

Data Driven Testing

  • Overview of data-driven testing
  • Reading data from files (e.g. Excel, CSV)
  • Creating and running data-driven tests

Cross-Browser Testing with Selenium WebDriver

  • Introduction to Cross-Browser Testing
  • Overview of cross-browser testing
  • Advantages of cross-browser testing
  • Configuring Browsers for Testing
  • Setting up browsers for testing
  • Configuring browsers for testing
  • Cross-Browser Testing with Selenium WebDriver
  • Writing scripts for cross-browser testing
  • Running cross-browser tests
  • Handling Browser-specific Issues
  • Techniques for handling browser-specific issues
  • Best practices for cross-browser testing
  • Introduction to Frameworks
  • Overview of frameworks
  • Advantages of using frameworks
  • Page Object Model

Introduction to Database Testing

  • What is database testing?
  • Why is database testing important?
  • Types of database testing

Understanding Relational Databases

  • Basic concepts of a relational database
  • Tables, rows, columns, and relationships
  • Primary and foreign keys
  • Normalization

SQL Fundamentals

  • Basic SQL syntax
  • Common SQL statements (SELECT, INSERT, UPDATE, DELETE)
  • Writing SQL queries to test databases

Test Data Management

  • Strategies for managing test data
  • Creating test data
  • Maintaining test data in databases

  • Introduction to API testing: Definition, advantages, and why it
  • RESTful web services: Overview of RESTful architecture, HTTP methods (GET, POST, PUT, DELETE), and status
  • Tools and frameworks: Introduction to popular tools for API testing such as Postman, SoapUI, and frameworks like
  • Setting up the environment: Installing and configuring the required tools and
  • Making API requests: Understanding how to construct API requests, including headers, parameters, and request
  • Validating API responses: Checking for expected results, using assertions, and handling different response formats (JSON, XML).
  • Error handling: Dealing with unexpected errors and

POST-MAN

  • Why PostMan
  • CRUD Operation
  • POSTMAN Parameter
  • POSTMAN Console
  • POSTMAN Assertion

New-MAN

  • Export JSON Project
  • Generate API Test Report
  • Execute test suite in command line

  • What is
  • Build a Basic Test plan and
  • User defined
  • Increase the
  • JMeter
  • JMeter
  • JMeter Regular

Introduction to Security Testing

  • Definition of security testing
  • Importance of security testing
  • Types of security testing

Common Security Threats

  • Overview of common security threats such as SQL injection, cross-site scripting (XSS), and cross-site request forgery (CSRF)

OWASP Top Ten

  • Overview of the OWASP (Open Web Application Security Project) Top Ten vulnerabilities
  • Explanation of each vulnerability and how to detect them

Security Testing Tools

  • Overview of security testing tools, including open-source and commercial tools
  • Tools for automated and manual security testing

Vulnerability Scanning

  • Overview of vulnerability scanning
  • Using vulnerability scanners to detect security vulnerabilities in web applications

Penetration Testing

  • Overview of penetration testing
  • Types of penetration testing
  • Conducting a basic penetration test

Best Practices for Security Testing

  • Guidelines and best practices for effective security testing
  • Incorporating security testing into the development lifecycle

What you will learn

icons

Python

icons

Database Testing

icons

API Testing

icons

Performance Testing

icons

Security Testing

Details about the course

PeopleNTech provides Software Testing and quality assurance training in Bangladesh to create an expert workforce on this ground. Software Testing & quality assurance is a process that evaluates the functionality of a software application with an intent to find whether the developed software meets the specification or not and identify defects (known as bugs) using Manual Testing QuickTestPro/Automation Unified Functional Testing Automation. It's a step-by-step process of analyzing a software item to detect the differences between existing and required conditions (defects) and to evaluate the features of the software item.

Software Testing & Quality Assurance Training Software Testing & Quality Assurance Training.

Here in PeopleNTech, you will learn both the Manual Testing & Automation Testing process through the selenium automation testing framework the QuickTestPro/Unified Functional Testing Automation. The testing process includes verifying all the features specified in the requirements. All the process is done if the requirements are met & with the perspective of their end users in mind.

After completing software testing & quality assurance training, when a tester manually does the testing process by hand to learn more about the software, it's called the Manual Testing Process.

A Software Testing & quality assurance expert plays a vital role in the software development process. That's why the demand of a Software Testing & quality assurance engineer is rising high. It can be done using automation tools. When a software testing is done using an automation tool to find any defects, it's called automation testing process. Almost all IT firm uses a software testing & quality assurance engineer as an important member of the team. Without their approval, the software never get published.

After the Software Testing & quality assurance training course, an individual will be able to work as a software testing & quality assurance engineer in any IT organizations. Also, you can work as a freelancer and earn from your home. If you take Software Testing & quality assurance training, the opportunity of being a professional or freelancer software testing & quality assurance engineer will be open to you.

This Software Testing & quality assurance training course is designed specially to create trained individuals who will be able to perform this highly demanded job. This job requires hands-on training and latest modules. It will introduce you with complexities of software testing with selenium automation testing tool QuickTestPro/Unified functional testing automation through our experienced mentor, state of the art lab & world class course modules. During software testing & quality assurance training course you will get the chance to work on real-world case study. Like the real time work environment, you will encounter issues, decisions & testing experiences comparable to those in real software scenario. You will get discussion-based exercises, develop workable strategies & performance testing opportunities. You will learn the process of software analysis, tuning, debugging & tools associated with it.

After the Software Testing & quality assurance training course you will learn how a software testing & assurance process is carried out & how it should be manager.

Intended Audience: This course is intended for those who want to work as Software Test Analyst/QA Analyst/ QuickTestPro or Unified Functional Testing Automation Engineer.

Prerequisites: Students are required to have at least Associates degree along with a good knowledge of Microsoft Word, Excel, Access, PowerPoint, and Internet.

Course Certificate

Get Course Completion and Assessment Certificate at the end of the course

On successful completion of the course you will receive a certificate which will enable you to-

  • Can add to your CV
  • You can share directly on your LinkedIn profile
  • You can share on Facebook with one click

Frequently Asked Questions

এটা তো আসলে ব্যক্তিবিশেষে আলাদা – কারো কম সময় লাগবে, কারো বেশি সময় লাগবে! তবে আশা করা যায়ঃ প্রতি সপ্তাহে গড়ে ১০-১৫ ঘণ্টা করে সময় দিলে আপনি পুরো সিলেবাস শিখে ফেলতে পারবেন।

হ্যাঁ, অবশ্যই। কোর্স শেষে সার্টিফিকেট তো থাকছেই। তবে এজন্য ৬ মাসের ভেতর কোর্স শেষ করতে হবে। কারণ প্রজেক্ট রিভিউর মতো ব্যাপারগুলো এ ৬ মাস পর থাকবে না।

আপনি রেজিস্ট্রেশন করার সাথে সাথে কোর্সের সবগুলো ম্যাটেরিয়াল একসাথে আপনার অ্যাকাউন্টে চলে আসবে। ম্যাটেরিয়াল বলতে ভিডিও, কুইজ, অ্যাসাইনমেন্ট – সব চলে আসবে সাথে সাথেই। আপনার ইচ্ছামতো সেকশন দেখতে পারবেন। লাইভ ক্লাস না হওয়ায় এবং সব ম্যাটেরিয়াল একসাথে পেয়ে যাওয়ায় আপনি আপনার ফ্লেক্সিবিলিটি অনুযায়ী কোর্স করতে থাকবেন।

নির্দিষ্ট কোনো ডিগ্রি রিকোয়্যারমেন্ট নেই। তবে কমপক্ষে এইচএসসি বা সমমানের যোগ্যতা থাকা উচিত। এছাড়া, STEM (Science, Technology, Engineering, Mathematics) ব্যাকগ্রাউন্ডের শিক্ষার্থীদের জন্য এ কোর্স তুলনামূলকভাবে সহজ হবে। অবশ্য নন-টেকনিক্যাল (যেমন, কমার্স কিংবা আর্টস) ব্যাকগ্রাউন্ডের মানুষরাও এ কোর্স করতে পারবে। পাশাপাশি কয়েকটি বেসিক বিষয় জানতে হবে। যেমন, Basic Algebra সম্পর্কে ভাল ধারণা থাকা। আবার কম্পিউটার চালানো এবং ইন্টারনেট ব্রাউজার ব্যবহারে কমফোর্টেবল হতে হবে। এছাড়া, গুগলে সার্চ করে কোনো টপিক ঘেঁটে দেখার মতো অভ্যাস থাকা উচিত।

Any more query?

Call For Any Information Regarding The Course +880179-944-6655 (09 AM to 09 PM)

Beta Version