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 are the Major Functionality for a ATM machine ??

IBS,

1 6002

For a functionality 50 test cases are passed and we released the code with all the test reports etc etc.. But in customer side all the 50 test cases are failed. How will you answer for this error to ur manager and Customer?

IBS,

2 7002

how to write a test cases for courier offices?

3876

What are the test scenario's for pen like high priority high seviority?

NetWeb, Zycus Infotech,

4 19619

Any one send me sample question for multimedia testing with microsoft access database. I am having interview next week. Please post it or send me my personal e-mail. Thank You

2021

What is the difference between QA and QC in testing activity.

3 6130

is live tech training institute best for learning testing tools in ameerpet

2 4434

in your currency project architecture?

1 3370

could u pls anyone tel me .."which is the best instute that provides eficient practical knowledge and also real-time oriented knowldge to do a project in manual and automation testing..in hyd" pls send me to dis mail-id if u find any..? sinducute17@gmail.com

2184

Which institute in hyderabad is good for ETL testing? Please suggest

2379

how to configure test cases in ue confermence testing

L&T,

3071

What do enterprises do for QC 11 to prevent minimum data loss ?

HP,

2254

Does anyone have best practices for daily backup &restore process for qc 11 ?

HP,

2210

Can object repository be kept in version control and Database(DB) backed up daily ?

Amazon,

1 5069

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.

Capital IQ,

2458


Un-Answered Questions { Testing }

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


Hi there, I am new to the world of testing. Is there any place where I can have a look at an actual specification documents or test plans or test cases. This will help me in generating a level of confidence. Looking forward to your replies

1976


Tell us what is junit? And what is junit annotation?

1030


Can anybody help me out to write test cases for booking train ticket online???

5752


What is a data driven framework?

1066


What are the challenges u faced in testing with crm domain? How u overcome with?

1944


Explain what is actual mobile testing and in realtime how this testing happens?

1050


Want to verify notepad reports using QTP framework or any other BV script method. Can anyone share the method to achieve it? Eg. Person Name is the header and the actual name is John then how can we verify weather person name is John

2592


What does a cucumber features/ support file contain?

517


What are the responsibilities of a qa analyst?

1056


What is the disadvantage of loading the GUI maps through start up scripts?

1141


please suggest me some topics for research in software testing/software reliability......

1952


What is the purpose of gui map configuration?

1119


How do you get the width of the textbox?

955


In testing environment have you ever found any areas for improvement while you at work. (Please give some real life example).

1966