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

Suppose that you're running tests on windows calculator and find that 1+1=3, 2+2=4, 3+3=7, 4+4=8, 5+5=11, 6+6=12. write a bug title and bug description that effectively describes this problem.

Manhattan,

4 12135

How to give introduction for Manual Testing interview?? say when you show you have 4 years of experience in Manual Testing.

2 9295

How to explain a banking project in interview as a test engineer???

Accenture,

3145

can we do load testing , by using QTP......?

1 4723

what are the 3 key elements of agile methodology

1 3374

how to check URL using QTP? write vb script with descriptive programm only?

Syntel,

1 6694

What is the difference between smoke an sanity testing with example ?

Ness Technologies,

7 11499

write a script to close all open browser in qtp except one browser whose name is xyz

Cap Gemini,

6 12602

Metrics in QA

CSSI,

2 5944

Explain Acceptance Testing with an Example

4 7368

Can anyone write test cases on google account creation page in the testing template format , urgent pls and explain if possible how to execute also

2002

suppose i want to execute 1000 tcs in a day there no time to execute the testcases then as a tester what i need to do plese give me the correct answer?

CSS Corp, hCentive,

4 25102

how do you identify testscenario's

TCS,

1 7269

In testing what is the flow of testing AUT, like what test is to performed first and second test and soon Can Anyone list the sequence of testing

Invesco, TCS,

1 6489

In real time how Data base testing is done Manually? Mean to ask we write sql queries WHere, If you r using test management tool like HP QC

ABC,

2 5785


Un-Answered Questions { Testing }

What is the purpose of regexp_label property?

1100


What is the difference between run time object and test object in QTP?

1055


What is white box testing and black box testing?

524


What are the advantages and disadvantages of selenium over other testing tools like qtp and testcomplete?

1534


how to find that tools work well with your existing system?

1865


i m a fresher working in healthcare industry. here we hve no tool for testing. how i ll do manual testing?plz suggest anyone me urgently... i knw to write test case bt i dont knw where to write n how to execute it manually

6961


If client give you a project then which testing you will perform first

1302


What is the use of logging in automation?

1097


To generate pdf reports mention what java api is required?

919


What protocols does loadrunner support?

1038


What is software risk?

997


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

2611


What are the RBI rules has to follow by a bank for online precesseing. ?

2157


Tell me example for Risk,Mitigation,Assumption?

2343


What is the use of co-relation in jmeter?

623