Skip to content

bintel11/AutomationTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AutomationTest

Summary Perl Mouse Mojo WebApp from scratch with REST endpoint tests

Test::Mojo → Simulates HTTP requests, validates content/JSON.

Test::More → Asserts, counts, and labels tests.

Test::Harness / Harness2 → Runs multiple .t files in order, aggregates results, supports parallel and fail-fast.

Combine them for robust web portal testing including validations, duplicates, required fields, and authorization.

Test::Harness isn’t just about running tests; it has several advanced capabilities for web portal testing:

Order of Tests

Ensures foundational tests (like authentication, DB setup) run before functional tests.

Example: 01_auth.t → 02_create_user.t → 03_update_user.t → 04_delete_user.t

About

Automation testing with More-Mojo-Harness

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages