1.2.What is test-automation framework?

  • The basic test-automation framework almost have 2 items:

    • 1) Core:

      • -ability to extend function/ library

      • -provide basic library

      • -ability to report/record test result

    • 2) Enable to plug-in Scripts or Programs.

  • Why we need test-automation framework? There have 2 main reasons:

    • 1) Checks are machine-decidable

    • 2) Tests require sapience

Last updated

Was this helpful?