Checkout our demo site to practice selenium https://magento.softwaretestingboard.com/

0 like 0 dislike
649 views
by The go-to Tester (473 points)
How can we create full framwork which we can use in our regression tesing

1 Answer

0 like 0 dislike
by The go-to Tester (142 points)
Creating a framework using selenium webdriver and Java is really a big topic and can not be covered in single answer.

But, I suggest you an approach.

You need to first gather requirements and understand that what should be the end goal of the framework.

Like, selenium is just a browser automation framework, so you will need a framework that will help you do test management and generate report. Also, the framework that you choose may not have ability to read data, so you need to write code for it.

Apart from that, if you have any specific requirements, you need to write a code for it.

I can share a sample Github code that is standard framework that is being used for Selenium WebDriver, https://github.com/selenium-webdriver-software-testing/kspl-selenium-helper

You can start development, and if you face any issue, you can ask us here.
...