What are some attributes of a good test framework when selecting one How to choose one among so many

+1 vote
I have been trying to choose among the plethora of testing frameworks that are available in the market. Are there any features based on which I can narrow down my list?
Aug 7, 2019 in Software Testing by datageek
• 3,090 points
4,680 views

1 answer to this question.

0 votes

There are way too many and it's difficult to choose though I have my requirements. Here are some things that you can consider, that might help you out:

  • Modular: The framework should be adaptable to change.
  • Reusable – The commonly used methods or utilities should be kept in a common file which is easily accessible to all the scripts.
  • Consistent – The test suite should be written in a consistent format by following the coding practices.
  • Independent – The test scripts should be written in such a way that they are independent of each other.
  • Logging – It is good to have implemented the logging feature in the framework.
  • Reporting – Once the scripting is done, we can have the results and reports sent via email.
  • Integration – Automation framework should be such that it is easy to integrate with other applications
answered Aug 7, 2019 by Archana
• 5,640 points

Related Questions In Software Testing

+1 vote
2 answers

What are the advantages of Functional Testing?

In simple words , expected result and actual ...READ MORE

answered Sep 1, 2020 in Software Testing by Sri
• 3,190 points
1,038 views
+1 vote
2 answers

What are the limitation of Functional testing?

It should mention in ur story only ...READ MORE

answered Sep 1, 2020 in Software Testing by Sri
• 3,190 points
1,153 views
+2 votes
2 answers

How to read data in Robot framework from excel file.

You can try run "py –m pip ...READ MORE

answered May 19, 2020 in Software Testing by anonymous
8,198 views
+2 votes
1 answer

Python Unit-tests are running twice when run created test suite

Hey @Raghvir, this might probably be because ...READ MORE

answered Jul 14, 2020 in Software Testing by Kim
2,335 views
+1 vote
0 answers

webdriverio vs cypress how to choose

webdriverio vs cypress how to choose READ MORE

Jun 7, 2021 in Software Testing by Sri
• 3,190 points
548 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,728 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,616 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,692 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,555 views
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