Friday, May 4, 2012

code for searching images from google using Selenium Rc

code for searching images from Google using Selenium RC and Eclipse package tests; import com.thoughtworks.selenium.*; import java.util.regex.Pattern; class SearchImages{ public static Selenium selenium = null; public static void testUntitled() throws Exception { selenium = new DefaultSelenium("localhost", 4444, "*chrome", "http://www.google.co.in//"); selenium.start(); selenium.open("//"); selenium.click("css=#gb_2 > span.gbts"); selenium.waitForPageToLoad("30000"); selenium.type("id=lst-ib", "ram"); selenium.click("name=btnG"); selenium.waitForPageToLoad("50000"); selenium.click("css=i.close_btn"); selenium.waitForPageToLoad("50000"); } public static void main(String args[]){ try { SearchImages.testUntitled(); } catch (Exception e) { // TODO Auto-generated catch block e.printStackTrace(); } } }

Starting and Stopping selenium server from command prompt

Starting and stopping selenium server from command prompt Step1: Click on start button Step2 : Type cmd Step3: Click ok Check the folder in which you have selenium-server-standalone-2.21.0.jar file. If it is in drive then in command prompt type d: Type java -jar selenium-server-standalone-2.21.0.jar
To stop the selenium server Type CTRL+c from your key board the selenium server will automatically shut down.

Thursday, April 26, 2012

Updated my mobile WT19i (Sony Ericsson Live with Walkman) to 4.0.2.A.0.62


I have updated my mobile with the latest version of 4.0.2.A.0.62 using PC compatibility. Update was successful and I have not faced any problem. But make sure while updating you should not disconnect your mobile from PC. After updating switch on your mobile, it will take some time to restart the OS.

Tuesday, February 21, 2012

Religare Equity Login is not working Android Mobile

I have opened http://www.religareonline.com/ in android mobile of Sony Ericsson Live model and selected the option Login into Race Equity Ver 3.6. Instead of redirecting to the equity Login page. The website is redirecting to home page.

Thursday, January 19, 2012

Error in Mozilla Firefox 9.0.1 browser

When we press Alt+Home from keyboard in windows OS. Browser should take us to the home page of Google. But in Firefox 9.0.1 that functionality is not working.

Thursday, December 29, 2011

Error in APPSC website.

I was searching for job notifications released by APPSC(Andhra Pradesh Public Service Commission). Even in APPSC website there was file not found error. But the people who have developed the site have no basic common sense. If the file has not been uploaded yet then a message need to be displayed. The file has not been uploaded yet. Please try after a particular date.

Wednesday, December 28, 2011

Error in http://www.ebay.in/

I was learning selenium tool and started testing of links in ebay India. But when I have clicked on Auto Accessories & Parts. The link was pointing an error.