Guys, Here I have mentioned some ideas about how to do data driven test in selenium tool with selenium RC libraries. Here is some sample code and you can pickup from here... using System ; using System . Text ; using System . Collections . Generic ; using System . Text . RegularExpressions ; using System . Linq ; using Microsoft. VisualStudio . TestTools . UnitTesting ; using Microsoft. VisualStudio . TestTools . UnitTesting . Web ; using System . Threading ; using NUnit. Framework ; using Selenium ; using System . Data ; using System . Data . OleDb ; using System . Windows . Forms ; namespace SELENIUM { [ TestClass ] public class SEL_TEST2 { private DataSet getData ( ) { ...
Sharing ideas with automation testers and Enjoying the ride...