Test Cases Interview Questions

Showing Questions 321 - 336 of 336 Questions
First | Prev | Next | Last Page
Sort by: 
 | 
Jump to Page:
  •  

    Test Case for Text Box

    What is the basis on which you can check a text box in a web page or application?

    jaya

    • May 28th, 2018

    1. Able to add/edit text
    2. Cursor position
    3. Should accept number and characters
    4. If applicable can accepts special characters
    5. Mention required and non required indication with error message.
    6. Maximum acceptable characters in text box

    Madhubala

    • Jun 1st, 2017

    It Should be able to use
    It Should be editable
    It Should be Accept alpha numeric character
    It should be Accept Numbers
    Check Size Of Textbox
    Check Size of text

  •  

    Negative scenarios for a test scenario

    There is an application for grantig personal loan to people.
    it has below fields:
    1. aadhar card photo
    2. Selfie ( aadhar card picture and selfie should match 80%)
    3. Bank account statement
    4. current address link via any e-commerce portal like amazon or flipkart ( for your esiding address)
    5. ITR (if filled) (**not mandatory)
    6. Submit button.
    ** 1-4...

    Hema

    • Oct 24th, 2019

    Negative Scenarios:

    1. Try to upload pdf, Excel, Video, Audio files for 1& 2 points.
    2. Try to attach empty word, excel doc for point 3.
    3. Gives wrg link "ww.amazon,in" or invalid inputs like "www.!@#$.com"

    Mishra

    • Oct 5th, 2019

    Positive - 1)Enter correct data in all the fields and then click submit button 2)Enter correct data in all except ITR field and then click on submit button Negative - 1)Enter all fields co...

  •  

    Write a test case for wall clock?

    Ankita Vaid

    • Jan 28th, 2020

    1.To validate the colour.
    2. To Validate any damage.
    3. To check the dimension
    4. To Validate the sound.
    5. To validate the needles.
    6. Validate the battery.
    7. Able to move from clockwise direction.
    8.to validate the numbers.
    9. To Check companys spelling.
    10. To validate their logo colour

    Elugu Manojkumar

    • Jun 10th, 2017

    How to check wall clock in automation?

  •  

    Write Test Cases on white paper.(For e.g. A4 size)

    Ankita Vaid

    • Jan 28th, 2020

    1. Check the colour of paper
    2. Verify the dimensions of the paper
    3. Check the quality of the paper
    4. Able to fold the paper.
    5. Ink donot smudge.
    6. Can be punch easily
    7. verify able to paste on it.
    8. Can be properly divided into pieces.

    Virender Rana

    • Jan 8th, 2018

    1. Check the paper size. 2. Check that paper is of good quality. 3. Check that paper color is white. 4. Check that ink does not spread on paper after writing from pen. 5. Check that paper is of we...

  •  

    Write test case for adding beneficiary to an account

    How will you confirm the added beneficiary manually by yourself while testing. Outline the steps

    Ankita Vaid

    • Jan 28th, 2020

    1. check the status of the bank website.(Working or not) 2.Verify the login and password . 3. To check its keypad working or not. 4. To check beneficiary tab is working or not 5. To check add bene...

    Arti Negi

    • Jun 11th, 2017

    In support of above test scenarios by Srikanthm17, I would also like to my point of view. As we are adding beneficiary so I am considering the login attempt is already performed, and we are checking ...

  •  

    Test Cases for GPS

    What are the Test Cases for GPS?

    nitesh

    • Apr 15th, 2020

    Hi I have to write testcases for AIS140- Section3: Vehicle Location Tracking (VLT) With Emergency Button. Section 4: communication protocol, Section3: Vehicle Location Tracking (VLT) With Emergency Button. I also need to write testcases for Navigation Protocol. Could you please help

    Somya Shukla

    • Nov 11th, 2019

    1.Check store and forward in case when no notwork is their
    2.Check date and time of location send and received, it should be same
    3.Check by sending multiple locations at same time
    4.Check the area limitations
    5.Check the preferred network needed to send location
    6.Check with wifi

  •  

    Testcases Scenario based Question

    There are 3000 Testcases out of which 1500 are automated and 1500 are manual. You have 3 resources and 1 week deadline to complete running these testcases.
    1. How many testcases can be completed.?
    2. How many regression testcases will be selected for regression testing?

    Pramod

    • May 12th, 2020

    For automation it depends complexity of application and if scenario is already written then it might execute 4 to 5 test cases we can say this for regression as well.

  •  

    What are the possible test cases for railway reservation system?

    Star Read Best Answer

    Editorial / Best Answer

    Akki core3  

    • Member Since May-2010 | May 16th, 2010


    Test cases contains:

    1. GUI testing
    2. Navigation testing
    3. Functional testing
    4. Non functional testing (Performance Security)
    5. Data validation testing
    6. Negative testing
    7. Data Base Testing

    Test cases for Railway Registration:
    1. Check whether there is a train for your destination.
    2. Check the availability of seats on the required date.
    3. Check whether the available seats for required coach that is A/c or Sleeper coaches.

    Test Scenario: Train search with all route stations
     
    1. Enter source and destination codes or source and  destination corresponding trains are displaying or not
    2. Enter train number and date source and destination with all stations are displaying or not
     
    Scenario: check avaliablity of seats for required date
    1. Search seats for Ac ,sleeper ,seat
    2. Check upper middle ,lower births
    3. Ticket fare for corresponding criteria
      Booking :
      Book the tickets with corresponding criteria
      by cash or card
      any concetion for senior citizen fi applicable

    Scenario:
    Print the ticket
    same for cancelation of ticket

    1. Check whether you have money.
    2. Check the train is available & you have to go to the same destination.
    3. Check working hrs of booking office

    Step1: Verify there is a train available to the destination.
    Step2: Verify the seats are available on the particular date.
    Step3: Verify the seats available of the coaches like sitting or berth and check the fare of the particular system.

    Sohail Javed Tamboli

    • Jan 7th, 2021

    1) To Check Whether The Train Is Available Or Not
    2) To Check Whether The Seat Is Available Or Not

    gibibabu

    • Oct 12th, 2011

    1) To check whether the train stops at our source and destination stations 2) Check the timings and the date when the train is available 3) To check if there are seats available 4) Check the class you...

  •  

    Writing Test cases

    Do we need to write test cases for the entire page everytime we insert new features to it, else we can write only for the added features.

    For eg. the page has a text field, drop-down, radio buttons, and submit button. Now an additional radio button is inserted in that page. Is it enough to wirte testcases for newly added radio button ? or should i once again write for the entire page...

    sai tejaswini

    • Jul 21st, 2022

    Test cases should be written for the radio button

  •  

    5 Positive/Negative Test Cases for Facebook Like button functionality

    Please tell me :

    5 Positive/Negative Test Cases for Facebook Like button functionality

    hatim

    • Jan 21st, 2025

    Test to verify that Like button is clickable of or not
    Test to verify that like mutible use can click the button at the same time
    Test to verfiy that when like button is clicked use get the notification.

    Devi

    • Feb 28th, 2024

    1.check whether like button working or not
    2.check whether likes are properly count work or not
    3.verify incase twice likes are attempt like cancel or not
    4 .while like the button colour is display or not
    5.verify the number of likes increasing work or not

Showing Questions 321 - 336 of 336 Questions
First | Prev | Next | Last Page
Sort by: 
 | 
Jump to Page: