KEMBAR78
Testing Tools Full Stack With AI | PDF | Software Development Process | Software Testing
0% found this document useful (0 votes)
10 views9 pages

Testing Tools Full Stack With AI

Uploaded by

22h45a0505
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views9 pages

Testing Tools Full Stack With AI

Uploaded by

22h45a0505
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 9

Testing Tools Content

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.

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

Address: MIG-211, 2nd Floor, Above Raymond’s clothe Showroom, PHB Phase -1, Kukatpally, Hyderabad -
500072
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

Address: MIG-211, 2nd Floor, Above Raymond’s clothe Showroom, PHB Phase -1, Kukatpally, Hyderabad -
500072
 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 Requirement 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.

Address: MIG-211, 2nd Floor, Above Raymond’s clothe Showroom, PHB Phase -1, Kukatpally, Hyderabad -
500072
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

Address: MIG-211, 2nd Floor, Above Raymond’s clothe Showroom, PHB Phase -1, Kukatpally, Hyderabad -
500072
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
Address: MIG-211, 2nd Floor, Above Raymond’s clothe Showroom, PHB Phase -1, Kukatpally, Hyderabad -
500072
 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

Address: MIG-211, 2nd Floor, Above Raymond’s clothe Showroom, PHB Phase -1, Kukatpally, Hyderabad -
500072
 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

Address: MIG-211, 2nd Floor, Above Raymond’s clothe Showroom, PHB Phase -1, Kukatpally, Hyderabad -
500072
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

Address: MIG-211, 2nd Floor, Above Raymond’s clothe Showroom, PHB Phase -1, Kukatpally, Hyderabad -
500072
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.

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

Main objective of the VCube to teach a student, what a student needs to get the job and for
completing his tasks after joining the job

Thank You

Address: MIG-211, 2nd Floor, Above Raymond’s clothe Showroom, PHB Phase -1, Kukatpally, Hyderabad -
500072

You might also like