F1r3,
Thanks for ur reply...
This link is also very useful to me for writing the data's into the excel sheet.
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.
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.
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
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 ?
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.