Skip to content

Make Selenium Easy

And Keep It That Way

  • Home
  • Share
  • Toggle search form

Test Automation Framework – A Platform To Develop Test Scripts

Posted on 03/21/2025 By admin

“Could you please explain your test automation framework?”

Many of us start explaining the “Creation of Test Scripts” instead of “Test Automation Framework“. Yes- Both are not the same.

The above image is of a railway platform. Any train can use this platform. The reason is that a railway platform is designed in a way to serve a purpose. An airplane can not use this railway platform. A similar concept applies to a Test Automation Framework.

A Test Automation Framework is a platform to be used for one or multiple similar applications. If we talk about a web automation framework then it should be able to support the intended types of web applications. If a framework is designed for a particular web application, sadly that is not a framework. A base framework can always be customized for an application. A framework and test scrips code must be seperated.

If a company has multiple similar web applications, you should not have separate test automation frameworks for all web applications if technologies e.g. programming language are similar. You should have a base framework with maximum utilities and the same framework can be customized specifically for applications if required.

A test automation framework should be designed in such a way that it can be used as a plug and play tool. For example:- If we want to click on a button in a web application, Selenium WebDriver provides you a utility/method called “click()“. You just need to call in your scripts. You don’t need to think how click is performed ( A kind of abstraction). It is not restricted that this method can be used only with e-commerce applications or banking applications.

I have drawn a basic structure of a Test automation framework where I have tried explaining a “Framework” as a base for automation of multiple applications.

In the above diagram, I showed a framework (Left side) as a set of reusable utilities. Multiple applications with different test design patterns (Right side) using the same framework to create test scripts.

You can add as many utilities in the base framework. If you get a new application to automate, take the base framework, and start using it.

I hope this post gives you an understanding of a “Test Automation Framework” and how it is different from Test Scripts.

If you have any doubt, feel free to comment below.If you like my posts, please like, comment, share and subscribe.#ThanksForReading

#HappyLearning

Uncategorized

Post navigation

Previous Post: Postman Tutorial Part 54 – Chaining Requests or Data Sharing among requests in Postman
Next Post: REST Assured Tutorial 45 – Fetch Value From Nested JSON Object Using JsonNode – Jackson – at() Method

Related Posts

How To Launch Microsoft Edge Browser In Selenium WebDriver – Java Uncategorized
Learn About Less Talked & Used XPath Function – position() Uncategorized
ScrollInToView1 – Make Selenium Easy Uncategorized
Java Program 13: Java Program To Find If Given Numbers Are Coprime Uncategorized
April 28, 2017 – Make Selenium Easy Uncategorized
Taking Screenshot Using TakesScreenshot Interface In Selenium Uncategorized

Recent Posts

  • Getting Started with Selenium 4: What Is New and How to Upgrade from Selenium 3
  • Manual Testing
  • Baby Steps To Become Efficient Selenium-Java Automation Tester
  • Features of Selenium 4.0.0 Release – Java Binding
  • Part 1: Handling Drop-down Created Using SELECT Tag In Selenium

Recent Comments

No comments to show.

Archives

  • April 2026
  • April 2025
  • March 2025
  • February 2025
  • January 2025
  • December 2024
  • November 2024
  • October 2024
  • September 2024
  • August 2024
  • April 2024
  • March 2024
  • February 2024
  • December 2023
  • October 2023
  • August 2023
  • November 2022
  • September 2022
  • August 2022
  • July 2022
  • May 2022
  • March 2022
  • October 2021
  • April 2021
  • March 2021
  • January 2021
  • December 2020
  • October 2020
  • September 2020
  • August 2020
  • June 2020
  • May 2020
  • April 2020
  • March 2020
  • February 2020
  • January 2020
  • December 2019
  • November 2019
  • October 2019
  • September 2019
  • August 2019
  • May 2019
  • December 2018
  • November 2018
  • October 2018
  • September 2018
  • August 2018
  • July 2018
  • January 2018

Categories

  • Getting Started
  • Uncategorized

Copyright © 2026 Make Selenium Easy.

Powered by PressBook Masonry Dark