What are the scripting languages ​​that you need to know in order to effectively use the Selenium tool to automate testing

I am fresh and hired as a quality analyst at a test automation software firm. I was told to study the Selenium tool.

Can you guys help me in understanding which scripting languages ​​I need to communicate so that I can use the tool effectively and efficiently to give the best result of my work,

I hope for answers .... It would definitely help me in the right direction ....

Thanks at ADVANCE

+3
source share
6 answers

, HTML XML/XPath, , .

JavaScript . , Selenium HTML, ( ):

  • #
  • Java
  • Perl
  • PHP
  • Python

HTML , .

+4

seleniumhq.org. , . , , , selenium . , .

+1

, , Selenium RC, Object Orient Programming.

XPath, , XPather Firebug, XPath .

0

perl .

CPAN Test-WWW-Selenium-1.25 - 28 2011 . .

Perl Test Runners TAP . , Test-WWW-Selenium.

Perl E-P-I-C Eclipse IDE, .

API Perl : , getEval get_eval .

IMHO, perl, Selenium IDE, , . (, Test:: Fatal Test:: Exception.)

.

, , , Selenium . .

0

For any strong automation, you must know at least one scripting language, such as JavaScript, VBScript, etc ... and one complete programming language, such as Java, C #, etc. The advantage of learning Java or #C is ... you are comfortable in developing complex solutions because of their nature of OOP and Java, C # is widely used in the IT industry.

0
source

Robot Framework is a powerful scripting engine and reporting tool for testing automation.

0
source

All Articles