﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - WebGrid Enterprise - Testing with Selenium</title><link>http://www.intersoftsolutions.com/Community/WebGrid/selenium/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>Testing with Selenium</title><link>http://www.intersoftsolutions.com/Community/WebGrid/selenium/</link><pubDate>Thu, 29 Sep 2011 03:36:21 GMT</pubDate><dc:creator>pradeepatprotext@gmail.com</dc:creator><category>selenium testing</category><description>&lt;p&gt;Hi,Have a look at &lt;a target="_blank" href="http://www.seleniumelearn.com/"&gt;selenium testing &lt;/a&gt;.This site provides free online tutorials.&lt;br /&gt;&lt;/p&gt;
</description></item><item><title>Testing with Selenium</title><link>http://www.intersoftsolutions.com/Community/WebGrid/selenium/</link><pubDate>Wed, 21 Sep 2011 04:15:53 GMT</pubDate><dc:creator>richie</dc:creator><category>selenium testing</category><description>Thanks for the reply, please have a root round if you think it is worth your time.&lt;br /&gt;&lt;br /&gt;I found at least some of the solution, WebGrid doesn't seem to 'see' selenium's standard:&lt;br /&gt;&lt;br /&gt;selenium.DoubleClick("&lt;em&gt;reference_to_row&lt;/em&gt;");&lt;br /&gt;&lt;br /&gt;but:&lt;br /&gt;&lt;br /&gt;selenium.DoubleClickAt("&lt;em&gt;reference_to_row&lt;/em&gt;", "0,0");&lt;br /&gt;&lt;br /&gt;works OK and doesn't seem like too much of an inconvenience.&lt;br /&gt;&lt;br /&gt;If you want to use the scrollbar to move around the grid then you need to give focus to a row and then send literal keypresses. E.g. to page down:&lt;br /&gt;&lt;br /&gt;selenium.Focus("&lt;em&gt;reference_to_row&lt;/em&gt;");&lt;br /&gt; selenium.KeyPressNative("35");&lt;br /&gt;&lt;br /&gt;It is not as neat as one would like, but it at least gives me way forward until something better crops up.&lt;br /&gt;</description></item><item><title>Testing with Selenium</title><link>http://www.intersoftsolutions.com/Community/WebGrid/selenium/</link><pubDate>Tue, 20 Sep 2011 12:39:12 GMT</pubDate><dc:creator>yudi</dc:creator><category>selenium testing</category><description>&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt;"&gt;I don’t have experience with the Selenium for doing web-test on WebGrid control. Last time I tried the “Test” feature contained in Microsoft Visual Studio 2010 Ultimate to do the web performance test.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt;"&gt;I’ll try to find out about free test tools that can handle WebGrid neatly. Possibly other member can provide assistance or feedback regarding this.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Testing with Selenium</title><link>http://www.intersoftsolutions.com/Community/WebGrid/selenium/</link><pubDate>Tue, 20 Sep 2011 07:17:56 GMT</pubDate><dc:creator>richie</dc:creator><category>selenium testing</category><description>&lt;p&gt;Good Morning All,  I am writing some test scripts using selenium.  Selenium can't seem to find the WebGrid entries and can't seem to scroll around the grid.  Does anyone have any tips for getting selenium to be able to handle the webgrid control?  I am testing with IE (a constraint I can't avoid).  I want to add an entry through our own dialog box and then check that it subsequently appears in a WebGrid after a refresh.&lt;/p&gt;
&lt;p&gt;Do you know of any other free test tools that can handle a WebGrid neatly?&lt;br /&gt;&lt;/p&gt;
</description></item></channel></rss>