TESTING TOOLS

TESTING TOOLS TRAINING

Welcome to the Testing tools course in Vcube. Where you’ll learn to supercharge your
software quality. Our course is all about practical tools and hands-on skills that will make
your testing process smoother and more effective.
Manual testing : It is the process of checking software by hand, without using automated tools, to ensure it works as intended.
Automation Testing : It is using computer programs to test software and find issues automatically.
Testing Using AI : Testing using AI means using artificial intelligence to make software testing faster, smarter, and more efficient by finding problems and checking how well the
software works.

Best Testing Tools Training Institutes in Hyderabad

Curriculum for the Testing Tools

Manual Testing Content :
Week_1 :
1. Introduction to Testing Tools
2. Types of Software Testing
3. What is meant by Manual Testing?
4. Procedure in Manual Testing
5. Test basis
6. Test case specification
7. Test scenario, Test cases
Week_2 :
8. STLC – Software Testing Life Cycle
9. STLC – Phases

  •  Requirement gathering
  •  Test Planning
  •  Test Design
  •  Execution
  •  Test Close Activity

10. Entry and exit criteria
11. RTM – Requirement Tracability Matrix
Week_3 :
12. SDLC – Software Development Life Cycle
13. SDLC – Phases

  •  System Planning
  •  System Defining/Analysis
  •  System Design
  •  System Implementation
  •  System Testing
  •  System Maintenance

14. SDLC – Types

  •  Waterfall Model
  •  V Model
  •  Iterative or Incremental Model
  •  Spiral Model
  •  Bigbang Model
  •  Agile Model

Week_4:
15. Testing Levels

  •  Functional Level Testing
  •  Non-Functional level Testing.

16. Types of functional level Testing

  •  Unit Testing
  •  Integration Testing-Types
  •  System Testing
  •  System Integration Testing
  •  UAT – Types
  •  E2E Testing
  •  Smoke Testing
  •  Sanity Testing
  •  Regression Testing
  •  Retesting

17. Testing Methods – Types

  •  White Box Method
  • Block Box Method
  •  Gray Box Method

18. Test Design Techniques – Types

  •  Equivalence Partitioning
  • Boundary value analysis
  • Decision Table
  • Orthogonal Array

Week_5 :
19. Defect Management
20. Defect Life Cycle
21. Priority
22. Severity
23. Error vs. defect vs. Failure
24. Defect Different Names
25. Defect Analysis – DCD & DD
Real Time Project Steps:
1. Assigning Requirement Documents.
2. Discussion on Requirement Documents.
3. Identification of Test Scenarios and Test Cases from the Requirement.
4. Design Test Scenarios and Test Cases in Management Tools – JIRA.
5. Do the Requirement Traceability Matrix with respect to Requirements and Test Cases.
6. Discussion on different navigations in the Management Tool.
7. Testing the application as per the Requirement Discussion.
8. Test Execution of Test Cases with respect to Results.
9. Test Execution with respect to PASSED and FAILED Test cases.
10. Raising Defects.
11. Reporting Defects to Dev team.
12. Defect Life Cycle.

Automation Testing Content

Week_1 :
Phase 1 – Basic Java
1. Introduction to Software Testing
2. Packages – Objects – Classes
3. Data Types
4. Types of Data Types.
5. Data Type Rules.
6. Variables in Java
7. Variable Types with Examples
8. Methods in Java
9. Types of Methods
10. Conditions with Parameters/Return with and without.
Week_2 :
11. Flow Control Statements

  •  If-Ifelse-NestedIF
  •  Switch Statment
  •  For loop – Nested For Loop
  •  Transfer Statements

12. Access Modifiers
13. Types of Access Modifiers.

  •  Public
  •  Private
  •  Default
  •  Protected

14. Constructors
15. Types of Constructors
16. This Key word in different phases
Week_3 :
Phase 2 – Core Java
17. Inheritance

  •  Single Inheritence
  •  Multiple Inheritenace
  •  Hierarchical Inheritance

18. Super Vs This
19. Polymorphism

  •  Method Over Loading
  •  Method Overriding

20. Encapsulation
21. Abstraction
22. Interface
23. Class Vs Interface
Week_4 :
Phase 3 – COLLECTIONS
24. Arrays in Java
25. Multi-dimensional Arrays in Java
26. Collections Framework

  •  List
  •  Set
  •  Ma

Week_5 :
Phase 4 – Basic Selenium
27. Introduction to Selenium
28. Locators
29. Handling Frame
30. Handling Drop Down
31. Handling List Box
32. Select class
 Check Box
 Radio Button
33. Handle Popup
34. Modal Popup
Week_6 :
35. Multiple Windows Handle
36. Action Class

  •  Drag and Drop
  •  Mouse Hover
  •  Double Click
  •  Right Click
  •  KeyBoard Actions
37. ROBOT Class
Week_7,8 :
Phase 5 – Basic FrameWork
38. Test NG
39. Priority Testing in TestNG
40. Group Testing
41. Re-RunFailed Testing using TestNG
42. Creating reports using TestNG
43. Working with Excel
44. Reading data from Excel
45. Writing data into Excel
46. X-Path
  •  Relative X-path
  •  Absolute X-path
  •  Advanced X-path
47. JavaScript – Executor
48. Scroll Down and go to the Element
49. Exceptions Handling
50. Wait Conditions

  •  Implicit Wait
  •  Explicit Wait

51. Parallel Testing
52. Parameterization Testing
Week_9,10 :
Phase 6 – FrameWork
53. Maven
54. Maven Configuration
55. Data Driven Framework
56. Folder Structure
57. Reading Data from Property Files
58. POM – Page Object Model
59. Cucumber

  •  Tags
  •  Reports
  •  Scenario Outline
  •  Plug-ins

60. Jenkins

  •  Jenkins Installation
  •  Schedule to run the job
  •  Jenkins – results in testing

Week_11 :
61. SQL

  •  DDl
  •  DML
  •  DCL
  •  Joins

 Star Schema
62. String Methods 
API Testing :
Week_1,2 :
1. Introduction to API Testing
2. Testing types using API
3. Architecture Types.
4. Validations carried out
5. Configurations/Installations

  •  Postman
  •  Node JS
  •  Jenkins
  •  GIT
  •  GitHub

6. Types of API Requests

  •  GET
  •  POST
  •  PUT/PATCH
  •  DELETE

7. Parameters in API Request

  •  Path Parameters
  •  Query Parameters
  •  Header Parameters
  •  Request Body Parameters
  •  Cookie Parameters

8. Postman

  •  Validate requests and response from SAMPLE/GITHUB server
  •  Test case execution
  •  Generate Reports

9. Newman

  •  Execute test scripts using newman
  •  Validate Test Case

Testing Using AI – Testrigor :

  1.  Run Entire Manual Process.
  2.  Generating Test Cases with proper Document.
  3.  Generating Test Results with respect to Auto-Generated Test Cases
  4.  AI Generated Test Reports.

  • Live project
  • Mock Interviews
  • Weekly Tests
  • Soft Skills
  • Aptitude & Reasoning sessions
  • Covering all frequently asked interview questions in Manual , Automation and API Testing.

What you Learn :

  •  All the terms and terminology used in manual testing
  •  Detail information on AGILE project implementation using jira
  •  Effective rating of test Scenario and test cases.
  •  Strong knowledge on basic java programs
  •  Active discussion on core java and collections
  •  Adequate knowledge on Basic selenium Programs
  •  Strong Knowledge on Basic to advanced level Frame work
  •  Active SQL testing Sessions and
  •  API testing using Postman tool.

Who this course is for

  •  Complete Beginners
  •  Professionals looking to bridge gaps in their knowledge

Playwright with Java script

Java Script
1. Introduction to Software Testing
2. Installations
3. Variables in JavaScript

  • 3.1 Var
  • 3.2 Let
  • 3.3 Const

4. Data Types in JavaScript
4.1 Types of Data Types
4.2 Data Types Rules
5. Operators

  • 5.1 Arithmetic Operators
  • 5.2 Assignment Operators
  • 5.3 Comparison Operators
  • 5.4 Conditional Operators

6. Control Statements
6.1 if-ifelse-NestedIf
6.2 Switch Case
6.3 For loop
6.4 While- do while loop
6.5 For-of and for–in
6.6 Transfer Statements
7. String Methods
7.1 Data Conversions
8. Exception handlings

  • 8.1 Try-catch
  • 8.2 Finally
  • 8.3 Throw

Phase 2- Object-Oriented Programming (OOP)
9. Function transfer
10. Inheritance

  • 10.1 Types of Inheritance
  • 10.2 Methods in JavaScript
  • 10.3 Constructor
  • 10.4 Super VS This

11. Abstraction
12. Encapsulation
13. Prototype
14. Call back Function
15. Document Object Model
Playwright

  • Playwright Fundamentals
  •  Installing Playwright Browsers
  •  Browser Types (Chromium, Firefox, WebKit)
  •  Launching Browsers
  •  Creating Browser Contexts
  •  Creating Pages
  •  Navigation
  •  Understanding Auto-waiting

Locators and Selectors

  •  CSS Selector
  •  Text Selector
  •  ID Selector
  •  Class Selector
  •  XPath Selector
  •  Role-based Selectors (getByRole)
  •  getByText
  •  getByTestId
  •  nth() Selector

Working With Web Elements

  •  Click
  •  Type / Fill
  •  Clear
  •  Check / Uncheck
  •  Select Dropdown
  •  Hover
  •  Double Click
  •  Right Click
  •  Drag and Drop
  •  Keyboard Actions
  •  Mouse Actions
  • Multiple Windows / Tabs / Frames
  •  Handling Multiple Tabs
  •  Handling Popups
  •  Working with Iframes
  •  Frame Locators

Alerts and Dialogs

  •  Alert
  •  Confirm
  •  Prompt
  • Wait Mechanisms
  •  Auto Wait
  •  Explicit Wait
  •  Wait for Element
  •  Wait for Navigation
  •  Wait for Response
  • Screenshots and Videos
  •  Page Screenshot
  •  Element Screenshot
  •  Full Page Screenshot
  •  Recording Videos

Assertions

  •  Soft Assertions
  •  expect(locator)
  •  expect API assertions
  •  expect response assertions
  • Page Object Model (POM)
  •  Page Classes
  •  Locators in POM
  •  Action Methods
  •  Reusable Components
  • Data-Driven Testing
  •  JSON Data
  •  CSV Data
  •  Excel Data
  •  Parameterized Tests
  •  Test Fixtures for Data

Reporting

  •  Default HTML Report
  •  Allure Report

CI/CD Integration

  • Running Playwright tests in GitHub Actions
  • Running in Jenkins using command line

Testing Using AI – Testrigor :

  •  Run Entire Manual Process.
  •  Generating Test Cases with proper Document.
  •  Generating Test Results with respect to Auto-Generated Test Cases
  •  AI Generated Test Reports.

Course's Key Highlights

java full stack course in hyderabad  100+ hours of learning
 Real-time industry professionals curate the course.

java full stack training in hyderabad  Internships and live projects

software training institute in hyderabad A cutting-edge training facility

software training in hyderabad  Dedicated staff of placement experts

Placement is guaranteed 100 percent Assistance

28+ Skills That Are Useful in the Workplace

python training in hyderabad Trainers with a minimum of 12 years of experience

best software training in hyderabad Videos and back-up classes

java full stack training in hyderabad Subject Matter Experts Deliver Guest Lectures

Upskill & Reskill For Your Future With Our Software Courses

Best Testing Course In Hyderabad

Contact Info