Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...



Testing Interview Questions
Questions Answers Views Company eMail

what is production defects?

SSP, TCS,

1 9615

What are Keyword and Data driven frameworks in Selenium RC

3345

test cases for landline phone

IBM, TCS,

4 33972

is integration testing a part of system testing?

2 4716

after click on compose mail how can we attached a file in qtp with vbscript code

2197

write a qtp code to display all the items in the fly from combo box or list box

3 7649

write a qtp script to enter user name & password for flight reservation login page from excel sheet

1 10579

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

2628

Can we do server automation by QTP? If you have any helpful links ,pls post it. Thanks Uma

1 3090

sanity testing is done during regression testing.is it true.if it is true plz explain?

2046

sanity testing is done during regression testing.is it true.if it is true plz explain?

1 2820

what is regression testing also known as ?

2 6619

i have 500 testcases , how to perform the regression testing

UHG,

1 6621

i have 500 testcases there,how to perform the Regression testin nad retesting?

UHG,

3 9002

what is the testing process

ITC Infotech,

2 5275


Un-Answered Questions { Testing }

In manual testing, what are stubs and drivers?

1158


What is defect analysis?

1049


What is data driver in qtp?

1042


what is the difference between keyword driven frame work and data driven frame work.

2342


What is the negative testing and example

1615


What a team leader will test first when s/he will get new module to test?

2125


how deployment phase of SDLC differs in product based and in service based company ?

2986


which test strategy your are fallowing in your company?which documents u r using in software development life cycle?

2383


Q) Create Preffered customer: As a customer when i purchase more than $5000 in goods since my first purchase, I become a preffered customer so that i can receive the benefits associated with that status.

2628


What is keyword driven automation?

1084


How To write Wimax field testing test cases,,,,? both negitive and Positive,,,,follows rule Tringulation (Logitude and latitude)

3689


what are the testing frameworks used in selenium?

1057


Tell me how could ajax controls be handled in webdriver?

998


The hybrid framework can be implemented for any application. Is it true?

1154


What is web application testing

2249