Print Page | Close Window

Selenium

Printed From: One Stop Testing
Category: Types Of Software Testing @ OneStopTesting
Forum Name: Automated Testing @ OneStopTesting
Forum Discription: Discuss All that is need to be known about Automated Software Testing and its Tools.
URL: http://forum.onestoptesting.com/forum_posts.asp?TID=6654
Printed Date: 25Mar2025 at 10:43pm


Topic: Selenium
Posted By: mahakumar
Subject: Selenium
Date Posted: 23Jul2009 at 12:49pm
Hi
I want to automate the application I am working on in Selenium. I know VB script and Java Script. Does Selenium allow me to write test scripts in these languages ?




Replies:
Posted By: New Age Tester
Date Posted: 06Aug2009 at 6:01am
Hi Mahakumar,
 
Selenium provides test domain specific language (DSL) to write tests in a number of programming languages including Java, Ruby, Groovy, Python, PHP and Perl.
 
You can include your existing java script code into the the current selenium test script using the
"getEval(string $script)" command
 
I hope this clears your query
 
Smile
 
 
Thanks,
 
Download Dartenium (Selenium Automation Framework) free 15 days trial version at:
http://www.dartenium.datamatics.com/ - http://www.dartenium.datamatics.com/



Print Page | Close Window