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

Hi friends I am kranti completed my IT diploma in 2005 & after that complete my software testing course. Now I am working in small software form as software tester. I have 2 + year experience in manual testing. Now I wan to change company. Plz told me is there any effect that I can not have any degree although I have 2 + experience ?

1981

I have 2+ experience in manual testing but I can not use any bug tracking tool. I use excel sheet & mail that sheet to developer now I wan to change company is there any effect.

Cap Gemini,

4 8102

What are the possible failure scenarios and different types of errors you find in silkTest?

2 5109

What are the problems you faced while identifying an object in silk?

2474

What are the MIC& Reporter Class in DP?

1 4633

What are different types of frame works ?

3 7309

what is diffrence between the system test and acceptence test

2 4370

Can anyone tell me what is meant by "Mainframes Testing"? Also, Plz let me know what r all d responsibilities of a Manual Tester in Mainframes Testing? Plzzz reply!!

Accenture, American Express, Cap Gemini, Google, IBM,

14 74660

diff between v model and waterfall model

2 4718

what is the diff b/w black box and white box

Synergy,

9 12549

hi , This is krish from chennai . i like to do istqb certification for foundation level . if any one have material for that kidely help me. just send me the material to krishmca29@rediffmail.com. thanks is advance for sending .

1900

Can anyone Give me examples for high priority and Low priority defects?

Wipro,

3 7041

What is Bug Validation? What can be a different resultant after the same?

Satyam,

3 21692

using descriptive programming how to close all opend browsers?

Satyam,

7 16252

Hi, i attended interview in seimens they asked me suppose u have a car which is used by VIP and it has 2 alarms one is at front and other is back when ever smoke or fire is near to car it will detect it and beep alaram so wat r the possible test cases u can write plz give the answer

Siemens,

2 9239


Un-Answered Questions { Testing }

Plz Explain AUTOMATION REFERENCE MODEL?

2217


How can get count of list box?

1148


Tell me can we use selenium rc for tests driving on two different browsers on one operating system without selenium grid?

889


What is automation testing?

965


What is the difference between the “type” and “typeAndWait” commands?

909


Tell me the fundamental difference between xpath and css selector?

1115


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

2613


How do you decide the number of load generator machine required to run a test?

1326


How will you handle java tree in qtp?

1112


Write a short compiled module which selects random numbers. and what function is used to call your customized compiled module?

963


How many types of parameters are there?

991


Explain types of descriptive programming?

1039


Explain test plan?

1079


What is memory leak and defect leak? Is there any harness testing? If yes, please explain?

2031


What is desired capabilities?

978