TwitterFacebookGoogle

11 thoughts on “Writing Integration Tests for ASP .NET with Selenium 2.0 – Part 2

  1. Pingback: Writing integration tests for ASP .NET with Selenium 2.0 – Part 1 | Nizar Noorani

  2. Great Article, its very useful :)

    We can also submit our .net related links on http://www.dotnettechy.com to improve traffic.

    The dotnettechy.com is a community of .Net developers joined together to learn, to teach, to find solutions, to find interview questions and answers, to find .net website / blog collection and to have fun programming.

  3. Thanks for the article… My QA team requires to have Visual Studio copy in order to test the test cases?

    The other question I have is is there any other way (other than Selenium IDE) we can test the test cases (written in C#) without using the Visual Studio?

    waiting to hear from you.

  4. yep, I exactly thought the same, write test cases in VS and let the QA team run the test using NUnit.

  5. Yea, it should work. One thing to note is that the test-fixtures need to be setup differently and the test-cases need to use the NUnit attributes. So just make sure that your developers write the test-cases such that they can be run using NUnit.

    Cheers!

  6. I have a question about the time-out… some of my pages takes time hence my test case is failed and it failed because of Id is not available and how would you go after this? and I see that you are using in constructor but does it really helping or should i have a method that and do wait time before it finds the id? all the time?

  7. Yes..both StaticDriver.Manage().Timeouts().ImplicitlyWait(TimeSpan.FromSeconds(TimeOut)) and the ClickAndWait() method that I implemented in my post should help you in dealing with timeouts and pausing before doing a find.

  8. Pingback: Silverlight 5 Apllication Testing with Selenium « Problems I Met

Leave a comment

Your email address will not be published.


*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="" highlight="">

CyberChimps