Skip to Content

Problems

  • How to validate the feature requirements?
  • How to build confidence about our product?

Testing Techniques

  • Parametrized testing - Data Driven Testing
  • Behavior Driven testing.

Python

Java Family

JUnit 5 vs TestNG 

Dynamic Application Security Analysis (DAST)

The Dynamic Application Security Analysis (DAST) is performed to identify the possible run-time vulnerabilities or security issues. Unlike static analysis, dynamic analysis is performed on a running project.

Tools Covered

Performance test

A/B Testing

A/B testing is essentially an experiment where two or more variants of a page are shown to users at random, and statistical analysis is used to determine which variation performs better for a given conversion goal.

Canary Testing

Canary Testing is a way to reduce risk and validate new software by releasing software to a small percentage of users.

Last updated on