Thirty men take 20 days to complete a job working 9 hours a day. How many hour a day should 40 men work to complete the job? (a) 8 hrs (b) 7 1/2 hrs (c) 7 hrs (d) 9 hrs
35 140401i am B.Pharm Graduate preparing for Drug Inspector exam 2009.i would like to get some model question papers,no problem if it going to be from other state also.plz send to my email id krispeele@yahoo.co.in thanks, priya
11 21148Post New Subix Interview Questions
What is an xsd used for?
I want definition for ABT Meter (Availability Based tariff) ?
What is the android:versioncode attribute in the androidmanifest.xml file?
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
List the types of authentication?
What is a nonetype?
What is buffer (window storage)?
Explain how can cdma work?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
Can dynamic calls be used in CICS?
What are the two types of repositories available, explain them?
How do I show autofilter arrows in excel?
Tell about Plastic Currency?
You want to group employees for their allowances in payroll. How would you do that?
Explain the term 'tables' related to relational database management system?