Here is a article about the evolution of Selenium Testing Tool on Google Testing Blog


Comments:

I have some queries on selenium:
1. Currently, I am using Selenium RC, through Junit for a web application testing, do you think, this version of Selenium is good for a web application testing .. or do you recommend some other version like Selenium IDE, etc.

2. I have several obstacles with selenium,

first one is selenium doesnot support parameterization(So, data driven testing is impossible),

second one is the checkpoints are in the form of methods like say verifyText().. however the result of this is not in a systematic way instead the test result is shown in Selenese language if Selenium IDE is used and Java exceptions are thrown in case of JUnit (selenium RC).

third one is that when I am testing a web application and assume that I am on screen ‘A’, now I click on some link on this screen and get redirected to screen “B”. My concern is I am not able to access sceen “B” using the JUnit code or any other command under the Selenium package. That’s why I am not able to test any other page except for screen “A”. How do I resolve this issue?

I have tried using waitForPageToLoad(“1000”) method to hold on any action till the next page loads .. but I am getting some error on timeout. I have attached the snapshot with timeout error.

Fourth one: Can you suggest good links on selenium because the tutorial in openqa.com is not elaborate and not really helpful w.r.t programming concepts?

Posted by shobha on January 11, 2008 at 02:00 AM PST #

Hi Shobha,
I am using almost a similar setup as yours (Selenium RC and JUnit 4.x) and i have written a small test class to run Data Driven tests using Selenium RC.
Please let me know if you are still interested in the solution.
The best place to read / resolve your issues regarding selenium is the RC user's forum on openqa.
Thanks.

Posted by Anurag on January 30, 2008 at 06:02 AM PST #

Thanks Anurag for ur support. I would like to know more abt Data driven tests in Selenium. Thanks again.
:)

Posted by shobha on January 30, 2008 at 09:11 PM PST #

Please write to me @ anuragdial@gmail.com so that i can attach the .java classes. I didn't find any way to do it here.
Thanks,
Anurag.

Posted by Anurag on January 30, 2008 at 09:24 PM PST #

parameterisation is possible - use asp / php with database backend for the variables and put those in the html tables instead of hard-coded strings. That way you can get database records and use them as parameters for a test case.

Posted by Hubert Grzybek on February 04, 2008 at 08:07 AM PST #

Hello Everybody

I would like to know how to create parameterised test cases for java applications using Selenium RC. As an example, for a simple login screen, how do I create & pass the parameterised data for username & password?

Thanks.
Varsha

Posted by Varsha Krishnan on February 25, 2008 at 04:19 AM PST #

I need to have the thorough knowledge on SELENIUM since
the tool is our comapny's current requirement.Can any
one help me please..Required immediate answer please.

Posted by 202.63.117.224 on May 08, 2008 at 05:25 AM PDT #

You can call thoughtworks office and check if they offer any training on selenium

Posted by Thekkadath on May 08, 2008 at 05:33 AM PDT #

Hi

Am New to Selenium, can any one help me how to use selenium with Junit?

And i have done a batch file for login page to run in command prompt, how can i perform data driven testing for login page in command prompt?

Posted by Satish D on December 08, 2008 at 04:45 AM PST #

Hi every body. I am very new in Software Testing (Manual Testing)

I just came to know about Selenium, the most recent and upcomming Testing tool. Can any body help me to start with Selenium? Actually I am interested in miving to Automated Testing with Selenium. Any help will be gladly accepted...

Thanks and Regards,
Avijit

Posted by Avijit Pal on February 14, 2009 at 11:28 PM PST #

Post a Comment:
  • HTML Syntax: NOT allowed

This blog copyright 2009 by thekkadath