I am looking for selenium RC Training in Hyderabad. can any
one tell me the best institute ?

Answer Posted / sudheer

Heyi guys stop doing silly comments...! I have been to sriram sir classes... I know practically what he is... Never through such a stupid comments plz... He is really good and best in teaching field.

This is sudheer from the UK... I came to INDIAN to learn selenium from SRIRAM sir. Hope you guys will stop doing all these enough guys

Is This Answer Correct ?    16 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Hi, Below is the code that i ran on selenium RC using eclipse IDE and java coding.: package source; import org.testng.annotations.BeforeSuite; import org.testng.annotations.Test; import com.thoughtworks.selenium.*; public class parameterized extends SeleneseTestCase { private Selenium browser; public static void main(String []args) { String arr[] = new String[5]; arr[0]= "bert"; arr[1]= "regular"; arr[2]= "copyonly"; arr[3]= "doert"; arr[4]= "inter"; parameterized obj = new parameterized(); obj.setUp(); obj.login_parameterize(arr); } @BeforeSuite public void setUp() { browser = new DefaultSelenium("localhost",4444, "*chrome", "http://goolge.com"); browser.start(); browser.open("http://goolge.com"); browser.waitForPageToLoad("30000"); browser.windowMaximize(); browser.open("/"); browser.click("gb_23"); } @Test public void login_parameterize(String[] arr ) { for(int i=0;i<=5;i++) { for(int j=0;j<=2; j++) { browser.type("//input[@id='Email']", arr[i]); browser.type("//input[@id='Passwd']", arr[i]); browser.click("//input[@id='signIn']"); browser.waitForPageToLoad("30000"); } } } public void EnterValuesIntoTextField_CheckWithGetValue() throws Exception { selenium.open("http://www.essaywriter.co.uk"); assertEquals("", selenium.getValue("id=textInput")); selenium.type("id=textInput", "Text In The Field"); assertEquals("Text In The Field", selenium.getValue("id=textInput")); } } When i ran this test i got an error which says: "Method login_parameterize requires 1 parameters but 0 were supplied in the @Test annotation." Any help is much appreciated. thank Gab

2155


Highlight attributes of good framework?

584


WHAT IS TEST SCRIPT AND HOW DO YOU CREATE IT?

1782


Tell me how could the web element attributes be inspected in order to use them in different locators?

562


List some advantages and disadvantages of automation testing.

518






Tell me what databases can test director reside on?

462


How to select an automation tool best matched for your project?

512


What is build verification testing, bvt?

616


What factors determine the effectiveness of automation testing?

543


WHAT'S THE TESTER'S ROLE DURING MIGRATION OF CODE FROM TESTING TO PRODUCTION ENVIRONMENT

1728


What kind of tests would you automate?

595


What are different coverages in function testing?

608


What is the different between GUI map and GUI map files?

1613


What is self-referencing constraint in mainframe development?

511


Tell me what is the testng.xml file used for?

527