1

It may sound a very basic question,how does selenium scripts are executed for a enterprise/project/application? Scripts are created in java using locators etc and lots of tests are created.Tests are structured via TestNG and i can run these test via IDE(eclipse for me) using Run as " TestNG suite" . As i am in learning phase for selenium i am curious, if this is the only way or some other process as well. I want to understand how the complete packaging/deployment/execution of scripts happens along with other dependencies like additional libraries for TestNG or excel utilities etc(using maven or others).

I tried searching on web , but nothing of this sort is available or i am not searching the correct way.

undetected Selenium
  • 183,867
  • 41
  • 278
  • 352
vishal suri
  • 79
  • 1
  • 7

1 Answers1

1

Selenium tests/scripts of any enterprise/project/application are executed with the help of the components used to develop the Test Framework. There are numerous Tools and Frameworks available which can be integrated to execute the Selenium related test. A few of them are as follows:

undetected Selenium
  • 183,867
  • 41
  • 278
  • 352