How to use Verifyelementpresent in Selenium

You can use selenium.IsElementPresent("element") to see if a particular element is present on the web page. This is a very powerful function in selenium as you can use it with a if condition. [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Posted by: wiki
Posted on: 7/21/2010 at 10:28 AM
Tags: , ,
Categories: Software Testing
Actions: E-mail | Kick it! | DZone it! | del.icio.us
Post Information: Permalink | Comments (0) | Post RSSRSS comment feed

Selenium RC with Visual Studio 2010 and NUnit

Here is an example of Selenium RC with Visual Studio 2010 and NUnit. The pass results are written to the file pass.txt and the failed results to fail.txt. In this test we are going to open http://www.google.com/ and the do a search for "selenium rc" and search for the text "Selenium eRemote-Control" on the google search results page. [More]

Currently rated 5.0 by 1 people

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Posted by: wiki
Posted on: 7/18/2010 at 11:41 AM
Tags: , ,
Categories: Software Testing
Actions: E-mail | Kick it! | DZone it! | del.icio.us
Post Information: Permalink | Comments (0) | Post RSSRSS comment feed

Selenium RC with Java and JUnit

Example of selenium script in Java and executed with NUnit. The results are saved in a text file. [More]

Currently rated 3.3 by 3 people

  • Currently 3.333333/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Posted by: wiki
Posted on: 7/9/2010 at 1:30 AM
Tags: , , , ,
Categories: Software Testing
Actions: E-mail | Kick it! | DZone it! | del.icio.us
Post Information: Permalink | Comments (0) | Post RSSRSS comment feed