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

0 like 0 dislike
166 views
by Master (1.2k points)

2 Answers

0 like 0 dislike
by
edited by

Selenium is a suite of tools to automate web browsers across many platforms. 
Further more knowledge please visit https://www.seleniumhq.org/.

Thanks.

0 like 0 dislike
by Contributing Tester (79 points)

Selenium is used for both web and mobile applications and it is having web drivers for web applications.

Benefits of selenium testing:

  • Platform Portability

  • Open Source Advantage

  • Flexibility and efficiency

  • Language Support

 

Steps to automate your test with Selenium:

  • Create a WebDriver instance.

  • Navigate to a Web page.

  • Locate an HTML element on the Web page.

  • Perform an action on an HTML element.

  • Anticipate the browser response to the action.

  • Run tests and record test results using a test framework.

  • Conclude the test.

You can use a platform like QAppAssure which allows you to test on-cloud and on-field devices, across 100+ device, make and models, Integrate with Jira, CI/CD tools, and also use Appium, Calabash, Espresso, UI Automator, XCUITest. 


This site is for software testing professionals, where you can ask all your questions and get answers from 1300+ masters of the profession. Click here to submit yours now!

...