End To End testing

One of the main features of Testlum is that within one test scenario with a convenient structure and easy-to-read scripts, we can simultaneously test both WEB and perform REST - API - testing using a variety of approaches such as Data Driven Testing, Behavior Driven Development, Test Driven Development and others. We can also easily access the database and declare variables. Basically, perform end2end software testing.

Advantages of end2end testing:

  • Coverage of all levels of the system
  • Regression
  • System description
  • CI/CD
  • Global testing report

Tag's Structure of the end2end script:

XML
Copy
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard
On This Page
End To End testing