What are the most commonly used frameworks in automation testing

0 votes
May 13, 2019 in Selenium by Hina

edited May 13, 2019 792 views

1 answer to this question.

0 votes

Hey Hina, some of the most commonly used frameworks in automation testing are:

1. Linear Automation Framework: It's the simplest framework, which is also known as “Record & Playback Framework”. Due to its simple architecture, testers can easily record each and every step manually like navigation, user inputs, checkpoints etc. These recorded scripts can be played in a sequential fashion with little or no modifications aligning to test case requirements. This framework is best suited for test scenarios where there is a need to repeat the same processes several times. Some examples include order management systems, record management etc.

2. Data-Driven Framework: In this framework, each test case is observed as a function call to which data is inserted from an external source (Excel, Text, CSV, ODBC sources, etc.), so it is possible to run the same test case with different sets of test data. In Data-driven framework, the application UI can be automated using Selenium test script with C#. Most of the time, the database is in tabular form, stored in Microsoft Excel. To use Selenium test script, Apache POI library can be used in which you need to download JAR files and add them to the project library. 

3. Keyword-Driven Framework: In Keyword-driven framework, keywords and data tables are needed to be developed which are independent of test automation tools for the test case. Each test script is observed as a keyword prompted action and the test data directs the testing here. The tools that widely use this framework are HP UFT (formerly known as HP QTP), Selenium, and Robot Framework. This framework is suitable for scenarios that consider lots of keyword search cases such as web or browser testing, e-commerce testing etc.

4. Modular Testing Framework: In this framework, testers divide an application into separate units, which gets tested in isolated modules. A test script is created for each individual module and then combined to build a larger test in a hierarchical fashion. Tools like Tellurium, GUIdancer etc works on the same framework. This framework can be very useful in Healthcare and IT Industry where you need to implement automation on various modules.

5. Hybrid Testing Framework: This framework is a combination of more than one framework. It is set up to combine the advantages and moderate the weaknesses of all the associated frameworks. This framework can be easily adapted to get better results. This framework can be used to get the desired benefits as per the requirements.

Hope this helps!

Get Automation Testing Certification today and become certified.

Thanks!

answered May 13, 2019 by Abha
• 28,140 points

Related Questions In Selenium

0 votes
1 answer

What are the benefits and drawbacks of using Test Driven Development in Automation testing?

Hi Sharon, Test Driven Development (TDD) is an iterative ...READ MORE

answered Aug 5, 2019 in Selenium by Anvi
• 14,150 points
2,187 views
0 votes
1 answer

What are the tools used for UI Testing?

The popular tools used for UI Testing ...READ MORE

answered Feb 15, 2019 in Selenium by Mehrin
394 views
0 votes
1 answer

What are the different tools used for Compatibility testing?

For compatibility testing you can use the ...READ MORE

answered Feb 15, 2019 in Selenium by Nandita
541 views
0 votes
1 answer

What are the tools used for Performance Testing?

The different tools that you can use ...READ MORE

answered Feb 18, 2019 in Selenium by Tamanna
449 views
0 votes
2 answers

Finding WebDriver element with Class Name in java

The better way to handle this element ...READ MORE

answered Apr 10, 2018 in Selenium by nsv999
• 5,500 points
12,753 views
0 votes
2 answers

Problem while using InternetExplorerDriver in Selenium WebDriver

enable trusted connection  in internet explorer by ...READ MORE

answered Aug 31, 2020 in Selenium by Sri
• 3,190 points
8,623 views
0 votes
1 answer

Geo-location microphone camera pop up

To Allow or Block the notification, access using Selenium and you have to ...READ MORE

answered May 11, 2018 in Selenium by Samarpit
• 5,910 points
6,697 views
0 votes
2 answers

How to use such xpath to find web elements

xpath are two types. 1) Absolute XPath:    /html/b ...READ MORE

answered Sep 3, 2020 in Selenium by Sri
• 3,190 points
7,561 views
0 votes
1 answer

What are some of the most commonly used WebElement commands for Selenium Webdriver?

 Hey Rupali, some of the most commonly ...READ MORE

answered May 14, 2019 in Selenium by Abha
• 28,140 points
934 views
0 votes
1 answer
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP