Click here to Skip to main content
15,886,873 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I am looking for selenium testing tutorials for ASP.net /DOT net .
Where can I find those tutorials .
Thanks.

I found lots of tutorials on Selenium (JAVA based) and I want to be Selenium tester in DOT net .SO any body can help me in getting some links on ASP>NET testing(Selenium based)?
Posted
Updated 17-May-13 9:33am
v2
Comments
Sergey Alexandrovich Kryukov 17-May-13 18:32pm    
Keep looking... Need a hint?

Do you mean Selenium testing framework?
http://en.wikipedia.org/wiki/Selenium_%28software%29

—SA
Coldcreek 17-May-13 19:09pm    
Thanks Sergey ,

I will go thru this link"http://seleniumtoolkit.codeplex.com/"
and try to get my answers.
Sergey Alexandrovich Kryukov 17-May-13 19:14pm    
Great. Good luck, call again.
—SA

1 solution

If you mean Selenium testing framework (http://en.wikipedia.org/wiki/Selenium_%28software%29[^]), this is the .NET Toolkit: http://seleniumtoolkit.codeplex.com/[^].

Please see its documentation. I don't know, maybe this is insufficient. As you say, you can find enough Java documentation, right. So, there is a hint for your: it is very usual that some software originated in Java (Selenium is the case) is later ported or wrapped for .NET and is not documented in .NET languages as well. This is quite explainable, and not a problem at all. At the level of documentation, Java is very similar to C#, even though conceptually it's very different. From the standpoint of using the documentation, this is just fine. The names of the APIs are the same, the syntax is very similar, and you always have C# API, even from reflection.

—SA
 
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