GeekInterview.com
Series: Subject: Topic:

Test Cases Interview Questions

Showing Questions 1 - 20 of 292 Questions
First | Prev | | Next | Last Page
Sort by: 
 | 

How to write test cases for integration testing?

Asked By: nisha7371 | Asked On: Mar 21st, 2012

Answered by: Jeevan on: Apr 18th, 2012

It depends on how you do integration testing either by incremental or non-incremental testing as per that the integration test cases are written. But still for incremental testing we write the test c...

Testcase writing for radio button and check box

Asked By: kavya tokala | Asked On: Mar 9th, 2012

How to write testcases for radio button and check box please can you explain with some example.......

Answered by: nishant on: Mar 23rd, 2012

Test Case to test Check Box:- 1. Click the check box Control and press the submit button and test whether it is redirecting to next page . 2. Uncheck the Check box Control and press the submit button ...

How to write the testcase for old password check ?

Asked By: prakash47 | Asked On: Nov 15th, 2011

That the new password provided is not same as previous 3 password. How to write the testcase

Answered by: AsheeshA on: Feb 29th, 2012

First test for basic validations - Test for Blank password - Test for Strong password Test for validations against last 3 - Input recently used password - Input II recently used password - Input III ...

What is meant by configuration management?

Asked By: vijakrsna | Asked On: Nov 29th, 2005

Answered by: mfsi_chinmayb on: Feb 21st, 2012

Configuration management has the following features storing information about versions and builds of the software and testware; • traceability between software and testware and different versions o...

Answered by: rajmohan23 on: Aug 31st, 2009

CONFIGURATION MANAGEMENT PLAN DOCIt is also called as change management doc.it contains the change request requested by the end user while the s/w is in designing phase.it is also called as CI =change...

Write the test cases on coffee machine?

Asked By: ravi | Asked On: May 4th, 2006

Answered by: Mallikarjun Hiremath on: Jan 2nd, 2012

Test Cases for Coffee machine 1. Check wether all the buttons on Coffee Vending M/C working properly or not. 2. Check on pressing the button m/c prepares the coffee & serves it for you. 3. Check Coffe...

Answered by: amol20 on: Dec 28th, 2011

Smoke testing:
First check coffee machine testable or not
check whether button are working properly or not
then check there are water, milk, coffee option are there.

Explain negative test cases for find and replace.

Asked By: Hemavthy | Asked On: Sep 18th, 2006

Answered by: amol20 on: Dec 28th, 2011

To check whether find and replace option should be there
To check Find is working properly
Both use same time

Answered by: saravanan123 on: Jul 17th, 2010

Test Cases :1.To check whether find and replace options should be there2.To check whether when we give some word to find and replace it must user whether to change for the whole or only particular wor...

Explain about the test cases

Asked By: mythily | Asked On: Sep 28th, 2006

Answered by: amol20 on: Dec 28th, 2011

Test cases means Input and output specification plus Statement of function under test

Answered by: saravanan123 on: Jul 21st, 2009

Whether we can check by referring with SRS and check whether we make the testcase for all the main functionalities covered or not.

What is difference between testcase and suit?

Asked By: mahendiran.g | Asked On: Sep 28th, 2006

Answered by: amol20 on: Dec 28th, 2011

Test suit means collection of test cases.

test case means input and output specification plus and statement of function under test

Answered by: savita on: Oct 9th, 2006

Test Case is a set of conditions or variables under which a tester will determine if a requirement is partially or fully satisfied.

Test Suite is the term used for a group of  test cases.It may contain pre requisite states  and description of the following tests.

Can any one help me in writing the testcases on atm transactions.... Urgent pls answer to my query

Asked By: msurendrareddy | Asked On: Oct 14th, 2005

Answered by: swathychakka on: Dec 25th, 2011

Scenario1: ATM card insetion: Test cases : 1)Verify card insertion in correct direction 2)verify card insertion in wrong direction 3)Verify insertion with invalid card i.e expired card Scenario2: Lang...

Answered by: kurtz182 on: Dec 26th, 2009

user interface   + screens have proper format and text   + buttons correspond to proper items on screens   + keypad entries are properly displayed   + can backs...

How to write tets cases for electric bulb please explain me in brief

Asked By: Rakshita | Asked On: Sep 5th, 2006

Answered by: Ambili Tester on: Dec 16th, 2011

With bulb:
filament is not broken.
holder nibs are available.

With holder:
fits?
removable?
falling?

With switch:
glows when ON
not glowing when OFF
glows as per the volt.

With power:
performance when no power?
performance with low voltage?
perfromance when switch is turned oN/off frequently?

Answered by: saravanan123 on: Jul 21st, 2009

Test Cases For Electric Bulb1.Check whether the bulb is fitted to the bulb attacher2.Check whether the bulb glows when there is power supply3.Check whether the light vision be very high4.Check it is h...

How to test for security testing in case of web applications.?

Asked By: shivb | Asked On: May 22nd, 2011

Answered by: dianadorthy on: Dec 6th, 2011

Scenario 1: --------------- 1. Login to web application by providing credentials 2. Now logout from the application and click on browser back arrow Result: It should not redirect to User home page Sc...

Answered by: Nitin Sharma on: Nov 4th, 2011

TC1>Login into website the logout ,it should successfully logout. TC2>Login into a particular browser like FF and then copy URL and paste it on another browser like chrome,it shouldn't display the si...

Write a test case for computer keyboard

Asked By: rajeshree_b | Asked On: Apr 14th, 2006

Answered by: on: Nov 30th, 2011

Test cases for keyboard: Functional: - Click on each of the keys and check if they are all functional and work as expected - Check if the keyboard cord connects to the specified port types - Verify t...

Answered by: Dilip Dowpati on: Nov 9th, 2011

please correct this

your post --- check all keys are pressing in a WRITE way

correct form -- check all keys are pressing in a RIGHT way

Write the test cases for file transfer ?

Asked By: Meenakshi Dubey | Asked On: Dec 23rd, 2009

Star Read Best Answer

Editorial / Best Answer

Answered by: kurtz182

Member Since Nov-2009 | Answered On : Dec 25th, 2009

TEST CASES

FUNCTIONAL
1) Transfer an empty file
2) Transfer a file with one character
3) Transfer a file with maximum number of characters
4) Transfer a file that exceeds maximum number of characters by 1 (max+1)
5) Transfer a file that is less than maximum number of characters by 1 (max-1)
6) Transfer a file that contains the entire ASCII character set
7) Transfer a file that contains the entire UTF-8 character set
8) Transfer a file that contains the entire Unicode character set
9) Transfer a file that contains the entire Unicode big endian character set

PERFORMANCE
Verify speed of file transfer meets specification

STEPS
1) send file
2) navigate to the file destination,
3) verify the file is transferred to proper target destination,
4) verify the filename has not changed,
5) verify the file's size has not changed,
6) open the file and
7) verify that the contents had been transferred without changes.  

Answered by: mithr17 on: Nov 30th, 2011

Adding to Kurtz answer.. Functional: Every file transfer mode can handle a specified limit of files at a time. Keeping this requirements in mind, check the behavior for - Upload files exceeding the ...

Answered by: kurtz182 on: Dec 25th, 2009

TEST CASESFUNCTIONAL1) Transfer an empty file 2) Transfer a file with one character3) Transfer a file with maximum number of characters4) Transfer a file that exceeds maximum number of characters by 1...

EleVATor test cases

Asked By: cnune | Asked On: Dec 4th, 2007

What are the different scenarios that should be considered while writing test cases for an eleVATor(lift).

Answered by: mithr17 on: Nov 22nd, 2011

I saw test cases for both elevator and lift as two different questions. Infact both mean the same, a mechanical device that transports people/things between building floors. In American English, this ...

Answered by: kurtz182 on: Dec 20th, 2009

Here are a few elevator tests. This is not an exhaustive list.FUNCTIONALITY TESTSOutside Elevator1) You can call elevator from every floor2) Elevator alerts arrival with an audible sound 3) When eleva...

How to test the password field in security point of view

Asked By: Dhannjay | Asked On: Sep 29th, 2006

Answered by: Nitin Sharma on: Nov 4th, 2011

TC1>Try to copy pw by mouse and short key.
TC2>Give Invalid Input
TC3>Give Valid Inputs
TC4>Check for maximum and minimum length of pw
TC5>Check for only Characters,Numeric,AlphaNumeric.
TC6>Check for Blank Field box
TC7>It will not display in scripting

Answered by: mithr17 on: Oct 14th, 2011

Sql injections!!!!

I can write an sql query and add it to the site URL and hit enter. It if spits you the password there you go, the website is useless as security is compromised!

Please add this to all other answers.

How can we write a good test case?

Asked By: Interview Candidate | Asked On: Sep 6th, 2005

Answered by: mithr17 on: Nov 3rd, 2011

@ everyone who is posting unrelated questions within answer thread

Your acts are really annoying. Please use the correct forum to post your questions and get quick answers. How difficult it that?

Anyhow here is a link to a great paper : http://www.kaner.com/pdfs/GoodTest.pdf

Answered by: swathisree1987 on: Mar 28th, 2011

good test case means fulfilling the requirement. it is nothing but good test case writing. it should be very understandable and to reach the up to client requirement.

Which documents are used to write system test cases?

Asked By: kamali_77 | Asked On: Sep 14th, 2010

Star Read Best Answer

Editorial / Best Answer

Answered by: mailme.qualityfirst

Member Since May-2010 | Answered On : Sep 27th, 2010

To write System Test case document we will need the business req spec or customer req spec. The BRS or CRS contains the requirements at the business level and not very detailed like the documents created after the BRS/CRS.

eg: when you open an inbox you should be able to see the recieved mails, when you send a mail, it shuld be stored in sent items. this requiremnts contains many test scenarios. and requriemsnt going down the line will be detailed.

Answered by: Rajasekaran on: Nov 1st, 2011

Tester will start write the test case based on Use case document or Software Requirement specification document or Wireframes. Its all depend upon the document provided by client.

Answered by: mailme.qualityfirst on: Sep 27th, 2010

To write System Test case document we will need the business req spec or customer req spec. The BRS or CRS contains the requirements at the business level and not very detailed like the documents crea...

Write test cases on white paper.(for e.G. A4 size)

Asked By: ibmLaxmi | Asked On: Mar 22nd, 2006

Answered by: Kiran Kumar Reddy.N on: Oct 27th, 2011

1) paper should be in white 2) should not be in any other colour 3) sholud be of size A4 4) should not accept size more than or below A4 5) easy to fold 6) both sides will be empty 7) able to write vt...

Answered by: suneel on: Oct 15th, 2011

Writing test case on white paper

1)check whether the paper is white or not.
2)check whether the paper is oil paper or normal paper.
3)check whether we can write with any pen .
4)check whether the paper can erase with eraser or not




Can u say me the possible number of test cases for testing the netwok oriented application

Asked By: vijay | Asked On: Nov 7th, 2006

Answered by: mithr17 on: Oct 17th, 2011

You are asking a very vague question. Please use correct spelling, grammar and include more specifics. Answer: Depends on the application and requirements. If this is an interview question, tell the...

First | Prev | | Next | Last Page

 

 

Connect

twitter fb Linkedin GPlus RSS

Ads

Interview Question

 Ask Interview Question?

 

Career Counselling

 Have Career Question?

 Ask Chandra

 Ask Only Career questions.

Follow us:
 

Latest Questions

Ads

Interview & Career Tips

Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, click "Subscribe".