Home > Back-end >  Does it mean I can write my Selenium test cases in this many languages?
Does it mean I can write my Selenium test cases in this many languages?

Time:02-04

Selenium can be coded in multiple languages: JAVA,C#,Python,Javascript, PHP, Ruby

Does it mean I can write my Selenium test cases in this many languages?

CodePudding user response:

Yes, you can write your test cases in many languages. Yet, there is no much logic doing that. You either work with Visual Studio and C#, VS Code and JavaScript or simply IntelliJ and Java.

You can Not use a single IDE and write tests in all the languages you mentioned.

  •  Tags:  
  • Related