In a certain department store, which has four sizes of a specific shirt, there are 1/3 as many small shirts as medium shirts, and 1/2 as many large shirts as small shirts. If there are as many x-large shirts as large shirts, what percent of the shirts in the store are medium? a) 10% b) 25% c) 33% d) 50% e) 60%
3 668610. A sum of money amounts to Rs.8968/- in 3 years and Rs.9424/- in 4 years at 6% simple interest. What is the sum?
4 14412Post New Subex General Aptitude Interview Questions
What can you do for State Street that other candidates cant?
how to write frame work Architecture in QTP
How do the mvp, mvc, and mvvm patterns relate?
How to define data area in RPG program? In which scenario multi occurrence DS is use in AS400?
How do I add a column to a table in word?
How can we execute stored procedures using callablestatement?
What are the operators available in ruby?
Differentiate between sap memory and abap memory.
Define operation time?
How do you separate hydrogen and oxygen gases in industrial electrolysis of water process?
Why R language?
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
What is the use of look up function in ms excel?
What is the difference between synchronous postback and asynchronous postback? : asp.net ajax
How many null values we can have in a unique key field in sql server?