Click here to Skip to main content
15,889,266 members
Please Sign up or sign in to vote.
1.33/5 (3 votes)
See more:
Hi All,

I am new to C#.My requirement is to automate testing of a web site.I have to open the site.Click through banners,navigate to different pages,fill up forms,select item from drop-down menu,search keywords.
My urls and key words will be in a excel spread sheet from where code has to fetch the data to do the task.
It will be helpful if anyone help me in this regard.
Posted
Updated 28-Jun-17 4:05am
v2
Comments
Sergey Alexandrovich Kryukov 18-Oct-14 1:29am    
Judging by your description, you mean black-box testing: http://en.wikipedia.org/wiki/Black-box_testing[^].

You already know that you can and want to use Selenium. So what's the problem?

The idea to use Excel spreadsheet for input data sounds weak and naive. Excel document is poorly integrated and excessive at the same time, this is not a database or not even a well-structured model with XML or JSON persistence. Even at that point, you should better develop something more adequate.

—SA

We use selenium... its pretty cool when you get it up and running....

Take a look, im sure you'll be impressed..

http://www.seleniumhq.org/[^]
 
Share this answer
 
v2
See http://www.ranorex.com/[^].
Useful commercial tool which I use for GUI test automation.
Cheers
Andi
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900