Monday 18 November 2019

Test Automation Frameworks

What is the Test Automation Framework?

It is a set of guidelines used for designing and creating the test scripts. These guidelines include the coding standards, concepts, processes, practices, project hierarchies, modularity, reporting mechanism, test data injections etc. to pillar automation testing. A framework should be scalable and maintainable.

Advantages of Framework:

  1. Reusability of code
  2. Maximum Coverage
  3. Easy Reporting mechanism
  4. Minimal manual intervention
  5. Low-cost maintenance
Types of Test Automation Framework
  1. Linear Scripting Framework
  2. Modular Testing Framework
  3. Data-Driven Testing Framework
  4. Keyword Driven Testing Framework
  5. Hybrid Testing Framework
  6. Behaviour Driven Testing Framework


Let us start with Data-driven testing framework in detail with selenium + python as scripting language

7 comments:

  1. Such a great blog and all the writings. Can’t help thinking about the author.
    Automation testing

    ReplyDelete
  2. Breathtakingly beautiful use of words.
    alpinestars boots

    ReplyDelete
  3. It was wondering if I could use this write-up on my other website, I will link it back to your website though.Great Thanks. test machine

    ReplyDelete
  4. Took me time to read all the comments, but I really enjoyed the article. It proved to be Very helpful to me and I am sure to all the commenters here! It’s always nice when you can not only be informed, but also entertained! Customer Feedback

    ReplyDelete
  5. Really interesting post about test automation frameworks. It's really informative post. Software testing services companies playing a important role in development process. Keep sharing more content about this.

    ReplyDelete
  6. Thanks for sharing such a great post about software testing. Software testing is essential to notice the defects and errors which may occur during the development phases. Also check here detailed information about software testing companies.

    ReplyDelete

Feature Posts

Python Appium - Step by step procedure for capturing screenshot

 Why To capture screenshot? It is as important as your logs. If there is any failure for any test scenario, we can provide screenshot for th...