Test Cases Interview Questions

Showing Questions 1 - 20 of 57 Questions
First | Prev | Next | Last Page
Sort by: 
 | 
Jump to Page:
  •  

    Write test case for Find and Replace funcationality?

    Star Read Best Answer

    Editorial / Best Answer

    saravanan123  

    • Member Since Jul-2009 | Jul 20th, 2010


    Test Cases:
    1.To check whether find and replace options should be there
    2.To check whether when we give some word to find and replace it must user whether to change for the whole or only particular word
    3.To check whether shortcut key is working properly
    4.To check whether all the words are replaced correctly

    5.To check whenever the user clicks find option or replace option immediately find and replace tab should be open
    6.To check whether when we select for more option it must display with more options
    7.To check whether if there are more than one page then we must click for goto and we give the page number it must work as per the dateils in that page

  •  

    How to write requirements and test cases for sign up yahoo new user account .

    Star Read Best Answer

    Editorial / Best Answer

    saravanan123  

    • Member Since Jul-2009 | Jul 20th, 2010


    1.Check whether firstname field accept only alphabets
    2.Check whether last name field accept only alphabets
    3.Check firstname last name cannot accept other than alphabets - negative
    4.Check the login name field accept only alphabets numerics and special characters except dot.
    5.Check whether the desired login name is created only when it displays specific name is available.
    6.Check whether desired login name cannot be created with existing login name - negative
    7.Check password accept more than 8 characters
    8.Check password cannot accept less than 8 characters - negative
    9.Check the password and re-enter password field be the matched
    10.Check it display a message when password and re-enter password mismatches - negative 11.Check whether you can view the security question
    12.Check whether answer field cannot be null.
    13.Verify whether secondary mail field entered with valid id
    14.Verify whether your location is present in the location field
    15.Verify whether the captcha entered and available is correct.
    16.Check every time you refresh or selecting i accept it display a new captcha
    17.Check captcha be unique
    18.Check captcha is case sensitive
    19.Check when i accept is selected it moves to next page
    20.Check when any required field is not entered or entered with the wrong values it display a message with red color font

  •  

    How would you test a COTS integration?

    What are the test factors and test design?

    Star Read Best Answer

    Editorial / Best Answer

    kurtz182  

    • Member Since Nov-2009 | Dec 17th, 2009


    Human factors are very important in testing COTS applications:
     
    1) Communicate with the vendor
    2) Get Information for Test Planning
    3) Get Support for Testing
    4) Get Cooperation for Integration Testing
    5) Get Customer and User Input and Assistance in Testing



    The phases of testing a COTS application:

    1) Understand the COTS application and how it will be used
    - Determine test integration 'glue'
     
    2) Develop a COTS test strategy
    - objectives
    - understand general COTS risks
    - identify risks unique to your application

    3) Plan for testing COTS application
    - Map planning activities to COTS life cycle
    - Gather required input and entry criteria
    - Determine what needs to be verified
    - Determine what needs to be validated
    - Create a test plan
    - Create test cases; test scenarios; test scripts
    - Add traceability to tests

    4) Test execution on COTS application
    - build the environment (hardware, software, tools, data, and verify integration feasibility)
    - train testers
    - Perform tests
    - record defects
    - verify results
    - perform regression tests

    5) Analyze and report results of COTS testing
    - evaluate defects
    - make sense of information to improve processes
    > requirements
    > acquisition
    > integration
    > customization
    > testing
    > implementation


    kurtz182

    • Dec 17th, 2009

    Human factors are very important in testing COTS applications:  1) Communicate with the vendor2) Get Information for Test Planning3) Get Support for Testing4) Get Cooperation for Integration Test...

  •  

    Write test cases for printing Single Linked List and Double Linked List ?

    Star Read Best Answer

    Editorial / Best Answer

    kurtz182  

    • Member Since Nov-2009 | Dec 31st, 2009


    SINGLY-LINKED LIST

    Preconditions:
    Node A points to node C ; [NODE A]---->[NODE C]
    Node B is an insertion node;  Insert [NODE B]
     

    Test cases:

    TC1) You can insert [NODE B] after [NODE A]
    TC2) You can not insert [NODE B] before [NODE A]
    TC3) [NODE A] points to [NODE B] after insertion
    TC4) [NODE B] points to [NODE C] after insertion
    TC5) You can remove [NODE B]
    TC6) [NODE A] points to [NODE C] after removal

    DOUBLY-LINKED LIST

    Preconditions:
    Nodes A and C point to one another; [NODE A]<---->[NODE C]
    Node B is an insertion node;   Insert [NODE B]
     

    Test cases:

    TC1) You can insert [NODE B] after [NODE A]
    TC2) You can insert [NODE B] before [NODE A]
    TC3) [NODE A] and [NODE B] point to one another after insertion
    TC4) [NODE B] and [NODE C] point to one another after insertion
    TC5) You can remove [NODE B]
    TC6) [NODE A] and [NODE C] point to one another after removal


  •  

    What are the Test Cases for T-Signal ?

    Star Read Best Answer

    Editorial / Best Answer

    saravanan123  

    • Member Since Jul-2009 | Mar 23rd, 2010


    Test cases for T-Signal

    1.check whether it has got 3 colour lights
    2.check whether there must be atleast 2 colour light
    3.check whether it has red colour and green colour
    4.check whether at a time both colour light should not glown
    5.check whether always it should have current
    6.check whether each colour should be glown one after other

  •  

    Write test cases for Supermarket Software ?

    Star Read Best Answer

    Editorial / Best Answer

    saravanan123  

    • Member Since Jul-2009 | Jul 12th, 2010


    Test cases for super market : 


    1. To check whether all the product name is displaying or not
    2. To check whether all the product price is entered
    3. To check when the user enters the first letter of the product name itself it must display the products list starting with that letter.
    4. To check whether the product cannot entered without qty
    5.To check when the user gives the qty immediately it must multiply with cost price and must display the result
    6.To check whether at last it must display the total cost along with s.no 
    7. To check each product must show its cost price

  •  

    Test cases for smart phone

    Test cases for smart phone both positive and negative test scanarios

    chandanu

    • Nov 11th, 2013

    Acceptance test : Test whether smartphone can withstand with the amount of standby time mentioned in the user manual which is basic to operate it Functional test: Check switch off and on is working p...

  •  

    Save Button Test Case

    Username :
    Password:
    First Name:
    Last Name:
    Resident address:
    City:
    Zip Code:
    Save Cancel
    In this case all the fields are mandatory..
    Explain How to write a test case for save button

    Anju

    • Sep 8th, 2015

    1.All text field blank and click save button. 2.Atmost 6 text field blank and click save button. 3.Atmost 5 text field blank and click save button. 4.Atmost 4 text field blank and click save button...

  •  

    Test Case Design for Website File Uploading

    Design a test case for a website feature "user upload PPT file to the web server".After uploading a PPT file, and then download it. How do you test the file is the same as the one you uploaded?

    Star Read Best Answer

    Editorial / Best Answer

    Answered by: Jax

    • Jul 15th, 2011


    1-Access the website 2-Verify the Click on user link(through where you need to open upload the file) 3-Verify the pop up window or text box appeared for selecting the file. 4-Verify the correct PPT file 5-Verify the name of the file 6-Validate that you have clicked on upload button 7-Verify the successfully uploaded message 8-Access the webserver 9-Verify the file uploaded in server.

    Jax

    • Jul 15th, 2011

    1-Access the website 2-Verify the Click on user link(through where you need to open upload the file) 3-Verify the pop up window or text box appeared for selecting the file. 4-Verify the correct PPT fi...

    prabadi

    • Mar 25th, 2011

    1.We need to?compare the file name of the file uploaded into web server and download file.2.We need to?compare the extension of the file uploaded into web server and download file.3.Verify the file ...

  •  

    Prepare 10 test cases for the above scenario based on minimum balance and withdraw amount input ?

    When you try to withdraw money from an ATM machine, the minimum balance is 5000 prior to the withdraw.At any time user can withdraw an amount 500 only Assume remaining conditions are working.

    Star Read Best Answer

    Editorial / Best Answer

    saravanan123  

    • Member Since Jul-2009 | Jul 16th, 2010


    Test Cases :

    1. To check whether the card is valid
    2. To check whether account is valid
    3.To check whether  the card is working only with the correct pin number
    4.To check whether the card is directed to work with appropriate a/c
    5.To check whether the card has miniumum balance of above 5000
    6.To check whether the card holder can get the amount when there

  •  

    How to write test cases in oracle application projects?

    Star Read Best Answer

    Editorial / Best Answer

    Answered by: Surya Kumar Reddy

    • Aug 1st, 2011


    Test cases should be derived from business requirements of the client. - Read through the business requirements clearly and then look at the configuration of the oracle apps. This would help understand the way requirements are mapped in the oracle application. - Once the mapping is understood clearly, writing test cases would just be an offset of the step 1. Test cases should bring out each and every business requirement of the client. - Few test cases will be needed to test the intended functionality of the product. These must be included in the test cases mandatory apart from business req's driven test cases.

    Surya Kumar Reddy

    • Aug 1st, 2011

    Test cases should be derived from business requirements of the client. - Read through the business requirements clearly and then look at the configuration of the oracle apps. This would help understa...

    saravanan123

    • Aug 13th, 2009

    As a Tester we should know that there is not a any difference in writing Test cases for Java,.net or like Oracle these are only the platforms based upon this only the application is built we are going to test only in the front end of the application not on the coding so it doesn`t matter

  •  

    Write test cases for sending email from cell phone.

    kurtz182

    • Dec 26th, 2009

    Here are a few sample test cases:APPLICATION PAGE1) mobile email is an option on this page2) mobile email icon image meets spec3) mobile email icon is located in proper location on page4) can place fo...

  •  

    How will you write a test case for Graph Calculation?

    Star Read Best Answer

    Editorial / Best Answer

    kurtz182  

    • Member Since Nov-2009 | Dec 13th, 2009


    I would study the functional requirements and technical specifications and then I would create test cases based on my knowledge.  In general, I would do the following:


    1) Enter valid data in all fields and verify graph is properly displayed
    2) Enter valid data in all but one field and invalid numeric data in remaining field and ensure validation
    3) Enter valid data in all but one field and no data in remaining field and ensure validation
    3) Use boundary value analysis to select input data
    4) Use equivalence class partitioning to minimize input data
    5) Enter alpha characters in all fields and verify validation
    6) Enter special characters in all fields and verify validation

    kurtz182

    • Dec 13th, 2009

    I would study the functional requirements and technical specifications and then I would create test cases based on my knowledge.  In general, I would do the following:1) Enter valid data in all f...

  •  

    How will you write testcase for a quadratic equation ?

    Star Read Best Answer

    Editorial / Best Answer

    kurtz182  

    • Member Since Nov-2009 | Dec 13th, 2009


    The quadratic equation is a polynomial of the second degree. 
    Its general form is
     
                          ax^2 + bx + c = 0


    where x represents a variable and a, b, and c are constants.
      
    I would study the functional requirements and technical specifications and create test cases based on my knowledge. The requirements might include the following features:

    1) Text which describes the quadratic equation and how to use the application.
    2) A graphical representation of the quadratic function.
    3) Text which decribes the first and second root of the equation.
    4) Text which describes the equation's descriminant.
     

    I will assume the requirements indicate that the application simply solves for x when all of the constants are input into the equation.  I will also assume there is no

    graphical representation supplied by the application. In this case, I would do the following:


    1) Enter valid data in all fields and verify result.

    2) Enter valid data in all but one field and invalid numeric data in remaining field and ensure validation.

    3) Enter valid data in all but one field and no data in remaining field and ensure validation.

    4) Enter a = 0 to verify it becomes linear.

    5) Data set should include the following types:
       a) Integers
          - Positive
          - Zero
          - Negative
       b) Decimal (applying greatest number of significant digits)
          - Postive
          - Negative

    6) For each data type, I would
        a) Use boundary value analysis to select input data for all data types.
        b) Use equivalence class partitioning to minimize input data.

    7) Enter alpha characters in all fields and verify validation.

    8) Enter special characters in all fields and verify validation.

    9) On each text box, I would try to enter numbers that extend beyond the range that the text box can accept.

  •  

    Write the test cases for File Transfer ?

    Star Read Best Answer

    Editorial / Best Answer

    kurtz182  

    • Member Since Nov-2009 | Dec 26th, 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.  

    mithr17

    • 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 ...

    kurtz182

    • Dec 26th, 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...

  •  

    How do you ensure that there are no duplicate test cases?

    Star Read Best Answer

    Editorial / Best Answer

    kurtz182  

    • Member Since Nov-2009 | Dec 13th, 2009


    1) Perform a backward trace from the test cases to requirements and place all testcases that map to the same requirement in a contiguous grouping.  Examine all test cases in each grouping to verify they test something unique.

    2) Conduct peer reviews of test cases and ask reviewers to ensure that there are no duplicate test cases.

    3) Use the buddy system to have testers execute one another's test cases.  A fresh look at the test cases can often catch test case redundancies.

    kurtz182

    • Dec 13th, 2009

    1) Perform a backward trace from the test cases to requirements and place all testcases that map to the same requirement in a contiguous grouping.  Examine all test cases in each grouping to veri...

  •  

    Where TRACEABILITY MATRIX's are used in projects at real time?

    This question was asked to me in the interview.. please answer anyone and clear my doubt friends

    Star Read Best Answer

    Editorial / Best Answer

    kurtz182  

    • Member Since Nov-2009 | Jan 7th, 2010


    The most practical application of a traceability matrix is to map requirements to test cases and then verify that all requirements have been adequately covered by test cases.  The is done after all of the test cases have been prepared. 

    kurtz182

    • Jan 7th, 2010

    The most practical application of a traceability matrix is to map requirements to test cases and then verify that all requirements have been adequately covered by test cases.  The is done after all of the test cases have been prepared. 

  •  

    What are the test cases for ceiling fan and would you perform the stress testing on it?

    Star Read Best Answer

    Editorial / Best Answer

    mathan_vel  

    • Member Since Dec-2007 | Aug 18th, 2009


    1. Check the Ceiling Fan company (Logo, branded)
    2. Check the Ceiling Fan Appearance and color.
    3. Check that the Ceiling Fan is exactly mounted in Wall.
    4. Check that the Blades are fitted in the Fan.
    5. Check that the Fan is run on Switch on
    6. Check that the Fan should stop run on Switch off.
    7. Check that the air circulation up on the Regulator speed.

    Stress Test Case:
    1. Check the Ceiling fan running at Voltage problem.
    2. Check the Ceilling fan life by run certain hour per day.
    3. Check the Ceiling fan sound after several hour of run

    saravanan123

    • Jul 20th, 2010

    Test cases for Ceiling fan :1.TO check whether it has got more than 2 wings2.To check whether the fan is connected to current3.To check whether the fan is rotating in single direction everytime4.To check whether the fan is working based on the speed

  •  

    what is a test case? how to write the general test cases on PEN, PAPER, TABLE, FAN , ETC.

    Star Read Best Answer

    Editorial / Best Answer

    saravanan123  

    • Member Since Jul-2009 | Jul 20th, 2010


    Test case is nothing but writing the test description,test data,test actions ,actual and expected output these will be noted there based upon the requirements

    Test cases for Table:
    1.To check whether the table should be flat
    2.To check whether the table has got good surface to keep the books over it to read and write
    3.To check whether the table has enough strength
    4.To check whether the table is very comfort for all the peoples to do their works
    5.To check whether the table should not be more height
    6.To check whether should be easily be taken or to move
    7.To check whether the table should be easily folded and kept any where

    Test Case for White Paper
    1.Check it is unruled
    2.Check whether nothing has been written on to it
    3.Check whether it is pure white
    4.Check whether it is not dared inside in any corner
    5.Check it is ready to write
    6.Check both sides are empty
    7.Check it is not in wet condition
    8.Check it is very neat

    Test Case for Pen
    1.Check whether the pen is writing in which colour
    2.Check whether we can see the liquid from outside
    3.Check whether the pen is ballpoint or ink
    4.Check whether the pen is compact at the holding area
    5.Check whether the pen can write in different conditon
    6.Check whether the pen can write if it writes in ulta i.e if we sign or write or anything by keeping in the wall and writing
    7.Check whether the pen is very attractive
    8.Check whether the pen is very good in writing i.e nib area

    Test cases for Fan:
    1.To check whether the fan should have on off button
    2.To check whether the fan should have at least 2 wings
    3.To check whether the fan should give long life
    4.To check whether the fan should give good speed of air
    5.To check whether the fan`s speed can be controlled by using the buttons
    6.To check whether the fan should run in all environment

    raj29

    • Jun 8th, 2008

    To test the INK pen the following prerequisites should be there 1. cap 2. The pen should be divided into 2 part. The top to hold the nib and the bottom to hold the ink. 3. The parts cap, top of the...

Showing Questions 1 - 20 of 57 Questions
First | Prev | Next | Last Page
Sort by: 
 | 
Jump to Page: