Introduction to Software QA and QC
Test analysis and design
Test planning
Test execution
Passing your ISTQB exam at once
Introduction to Postman tool
Understanding the UI
Creating your first test
Introduction to Software architecture and APIs
Understanding your request and response body
Understanding API status codes and its importance
Creating a Test plan and a Test suite
Uploading test data in xls
Test reporting
Importance of automated testing
Creating your first automated test
Introduction to ChaiJS
Automating your testsuite
Managing dependencies using your test environment variables
End to end automation without manual intervention
Introduction to Continuous testing and test agility
Integrating postman to bitbucket
Automation pitfalls to avoid
Understanding the growth path as a QA engineer
How to install Cypress
How to write Cypress E2E tests
How to create custom Cypress commands
Arrange, Act, Assert
The Difference between Unit, Integration and E2E tests
How to use Aliases
How to chain methods and assertions together
How Cypress works 'under the hood'
How to debug test failures
Database initialization and seeding
How to test network requests
DRY Tests
Automation pitfalls to avoid