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 9607

What are Keyword and Data driven frameworks in Selenium RC

3341

test cases for landline phone

IBM, TCS,

4 33967

is integration testing a part of system testing?

2 4712

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

2196

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

3 7644

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

1 10574

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

2625

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

1 3088

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

2042

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

1 2819

what is regression testing also known as ?

2 6612

i have 500 testcases , how to perform the regression testing

UHG,

1 6618

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

UHG,

3 8994

what is the testing process

ITC Infotech,

2 5273


Un-Answered Questions { Testing }

How to record the desktop application in Loadrunner 12.53 version 64 bit window.

2215


how will you load the test cases in ddt?

2103


List out the names of programming languages, browsers and operating systems that are supported by selenium.

845


What is heightened privileges browsers?

1065


List major difference between protractor vs selenium?

1051


Define selenium 2.x?

1079


what are the risks you faced with loadrunner

2825


What is the android testing strategy?

1138


What is exploratory testing and specification-driven testing?

1200


Currently I do not have any automation in place in my project, but now I want to implement automation, what would be my steps?

1131


tell some examples for driver and stub?

2298


Can anyone list out major scenarios for an application managing drug composition?

1980


I am having major problems with some DB Table Checkpoints I add to my script. I 35 web based applications recorded and each has DB Table Checkpoints insert but only 1 script isn't recognizing the DB Table Checkpoints for some reason. I've checked the DB connections and the info in the Library Functions and still only this one script out of 35 doesn't recognize the DB Table Checkpoints. Can someone please help me figure out why only this one script out of 35 that's hitting the same database is having a problem.

2203


i am looking job in perfomance testing using Loadrunner any one help me a project plz......?(Chandana) chs_29@rediffmail.com

1886


Explain a variable?

1000