20 Replies Last post: Sep 23, 2008 8:35 AM by Christian Nørlyng   Go to original post 1 2 Previous Next
sannya Beginner 24 posts since
Jul 11, 2007
Currently Being Moderated
15. Apr 3, 2008 12:14 AM in response to: F1r3
Re: can we do data-driven testing in selenium..

 

F1r3,

 

 

 

 

        Thanks for ur reply...

 

 

        This link is also very useful to me for writing the data's into the excel sheet.  

 

 

Threddy Advanced 46 posts since
Mar 25, 2008
Currently Being Moderated
16. Sep 8, 2008 12:34 PM in response to: sannya
Re: can we do data-driven testing in selenium..

Hi,

 

OK - this is my last posting for a moment - just wanted to go through some past postings on Selenium RC working with Excel and post back the following:

 

I have very recently open sourced a project I am working on called the “Universal Test Framework”. It is based on a Selenium RC and Java/Eclipse platform. It allows testers to specify test scripts in MS Excel (or any other spreadsheet package) which are runnable inside the framework “in situ” - without writing a line of code.

 

The main intention of the project is to provide Selenium RC functionality to all testers – not just those who can understand code.

 

 

 

It is an early release. Please feel free to use it and provide feedback via the blog:

 

 

 

http://universaltestframework.blogspot.com/

 

 

 

Excuse the plug but I think it is relevant.

 

I hope this helps.

Xuan Ngo Beginner 45 posts since
Aug 13, 2008
Currently Being Moderated
17. Sep 8, 2008 1:57 PM in response to: sannya
Re: can we do data-driven testing in selenium..

Create helpers class with inheritance.

 

Example:

Create Login class helper: This class does the login.

Suppose you want to do something within the member page. Then, create a MemberPage class that extends Login. From MemberPage call whatever functions that do the login. Hence, you don't have to write the login code again.

 

Xuan.

Jian Fang Pro 93 posts since
Jun 26, 2008
Currently Being Moderated
18. Sep 8, 2008 8:57 PM in response to: Xuan Ngo
Re: can we do data-driven testing in selenium..

Tellurium supports Data Driven Testing, you can define your testing method names, testing data in pipe delimited format or CSV format.

For details, please see:

 

http://code.google.com/p/aost/wiki/DataDrivenTesting

 

Thanks,

 

Jian

Chetan Dhumane Beginner 7 posts since
Sep 4, 2008
Currently Being Moderated
19. Sep 11, 2008 1:15 AM in response to: gim_h
Re: can we do data-driven testing in selenium..

Hi,

 

Link you have posted on for the book only contains table of contents it does not show any examples of how to perform data driven test ?

Christian Nørlyng Beginner 3 posts since
Nov 26, 2007
Currently Being Moderated
20. Sep 23, 2008 8:35 AM in response to: raghavan
Re: can we do data-driven testing in selenium..

You can use BRomine for execution your Selenium RC tests

In Bromine you can analyse and compare results from your test.

 

BRomine has an integrated Selenium RC. IT can handle Seleniumscripts in php, ruby and java.

More Like This

  • Retrieving data ...