Blogspot - sivaprasadchinta.blogspot.com - Siva's Musings
General Information:
Latest News:
Retriving Data from Excel Sheet with TestNG DataProvider for Selenium RC 21 Jun 2012 | 11:01 pm
How to get Data from Excel Sheet By Using TestNG - Data Provider for Selenium RC. Public Class Registration { @Test(dataProvider="Registrationdata") public void Registration_data(String parame...
How to Add TestNG Plug-in to Eclipse for Selenium 7 Apr 2012 | 12:01 am
Adding TestNG Plug-in to Eclipse for Selenium. Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4 · Run Eclipse.exe. · In Eclipse, Click at Help Tab i...
Firefox ShortCut Keys 6 Apr 2012 | 10:00 pm
Shortcut Keys Description Alt + Home Go to home page. Alt + Left Arrow Back a page. Backspace Back a page. Alt + Right Arrow Forward a page. F5 Refresh current page, frame, or tab. F11 Di...
Getting ToolTip Text of Yahoo Image through selenium RC 16 Mar 2012 | 09:22 pm
public class tooltip { public static void main(String[] args)throws Exception { DefaultSelenium selenium = new DefaultSelenium("localhost", 4444, "*firefox","http://"); selenium.start(); selenium.win....
Getting ToolTip Text of Google Image through selenium RC 13 Feb 2012 | 09:18 pm
public class test1 { public static void main(String[] args)throws Exception { DefaultSelenium selenium = new DefaultSelenium("localhost",4444,"*firefox","http://"); selenium.st...
Unix Commands 2 Jan 2012 | 10:07 pm
Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4 Access Control exit - terminate a shell (see "man sh" or "man csh") logout - sign off; end session (C shell and bas...
Selenium RC Configuration in Eclipse 9 Oct 2011 | 01:26 am
Selenium RC (Java) Configuration: Steps for Configuration: 1. Before Configure the Selenium RC we can verify Downloaded software’s having the all the related software’s or not. To Install Selenium ...
Selenium Configuration 28 Apr 2011 | 09:07 pm
Selenium vs. QTP 27 Apr 2011 | 05:02 pm
Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4 Selenium: 1. Selenium is an Open source tool. 2. It supports the scripting languages HTML, Java, PHP, P...
Test Case Template 11 Apr 2011 | 11:09 pm
Test Case Template: Most of the Organizations Develop and Maintain their Test cases In Excel sheet and follows the Template in Below format. Project Detai...