Answer Posted /

Is This Answer Correct ?    Yes No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to Populate a Table With Rows?

1005


What is the company's desired pre-money valuation? - Venture Capitalists

876


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

2143


What is web application and how it works?

460


What is neo4j and why it is used for?

1






Explain the difference between risc and cisc processor?

419


What is External Style Sheet? How would you link to it?

246


In what scenario, binary search can be used?

551


Do I need to have a blog in order to use wordpress for my site?

113


What is the difference between socket and port?

492


Which is the sound wave that is below the human hearing?

498


What is scope emit?

407


What separates unix and linux?

517


Hi Kindly provide the current slab for profession tax in karnataka and due date for remittance the profession tax

1921


Objectives and Correlating Incentives Describe a time when you have set objectives and correlating incentives for a member of your team What were you trying to achieve in doing this, what were the objectives? How did you choose the incentives?

1578