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

How to use MessageBox.Show in Selenium C# script to Debug the script

 Here is an example that show you how you can use MessageBox.Show in Selenium C# script to Debug the script. First Add the reference: System.Windows.Forms In your script use using System.Windows.Forms; MessageBox.Show("The text is Present");   ... [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 5:22 PM
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