Software Testing
Showing 61–72 of 107 results
Node.js Testing Strategies
Tips and Techniques for creating simple, elegant tests with NodeJS and Mocha.
Resilient Angular Testing
This talk is a must for anyone who’d like to learn this critical coding principle, which will benefit you whether you’re testing your code or not.
REST Assured Deep Dive
Do you want to take your knowledge in Rest Assured and REST API testing to the next level? This course will teach you advanced concepts of REST Assured to handle a variety of complex scenarios.
REST Assured Fundamentals
Learn how to write automated integration tests for your REST APIs with REST Assured, one of the most popular frameworks on the market, and never look back!
Ruby on Rails 7 Testing
This course will teach you the fundamentals of how to add testing features to your Rails web apps.
Specialized Testing: API Testing
In the age of APIs, ensuring their bullet-proof security is paramount. This course will teach you how to probe APIs for different injection vulnerabilities, gather pentesting information, and use it to potentially exploit such vulnerabilities in APIs
Specialized Testing: Command Injection
Poor web application security hygiene can lead to total network compromise. This course will teach you to identify the vectors and techniques threat actors use to gain access to networks and systems using command injection.
Specialized Testing: CSRF
This course will teach you how to test for Cross-site Request Forgery (CSRF), a common attack against web applications.
Specialized Testing: Deserialization
Insecure deserialization vulnerabilities are frequently encountered in web applications. This course will teach you how to test for and exploit these vulnerabilities in web applications.
Specialized Testing: Sessions and Tokens
Most web applications use sessions or tokens to maintain state or to implement authentication – and many can be attacked there. This course will teach you how to test for these kinds of vulnerabilities.
Specialized Testing: SQL Injection
This course will teach you how to test for SQL injection, one of the most common security issues in desktop and web applications alike.
TDD in Java
This course will teach you how to use Test Driven Development (TDD) to produce well-designed and well-tested code in small, verifiable and steps.