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

Copying and Archiving selenium result using DOS and Visual Studio 2010

After every run of the regression test suite you will have either copy the result files to a particular folder or Archive the files for future reference. Here is an example of how you can use the dos batch file to copy the files and archive the files. The batch file is then called in my selenium test script in C# (Visual Studio 2010) [More]

Be the first to rate this post

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

Posted by: wiki
Posted on: 7/19/2010 at 11:09 AM
Tags: , , , , ,
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