Test Cases Interview Questions
Questions Answers Views Company eMail

A wholesaler sells printer cartridges. The minimum order quantity is 5. There is a 20% discount for orders of 100 or more printer cartridges. You have been asked to prepare test cases using various values for the number of printer cartridges ordered. Which of the following groups contain three test inputs that would be generated using boundary value analysis?

1491

What is the difference between test scenarios, test cases, and test script?

689

What are semi-random test cases?

856

Why does the boundary value analysis provide good test cases?

688

By clicking the file button on a Word document and opening the Print window, Identify what needs to be white box tested and what needs black box testing. (On the black box testing items, identify boundary conditions and equivalence partition testing is possible and give data examples.)

829

Explain the format of a requirement traceability

626

Explain the state testing?

632

Explain the domain testing?

669

In a log in page what will be test procedure, test scenario, test description & test steps?

679

Explain the syntax testing?

674

Explain the logic testing?

664

How to test a stored procedure?

644

Do you know mutation testing?

697

Suppose a job should be executed for every two hours? Write test case for this?

694

Explain transaction testing?

651


Post New Test Cases Questions

Un-Answered Questions { Test Cases }

Test Case for Text Editor!

2769


Write test cases to test a browser app

1254


Do you know explain security testing?

694


what is the technology used in financial applications?

2907


write a test case for yahoo compose page?

2279






Can anybody help me in writing test cases for a scenario? need help at the earliest. will send you the requirement doc to your email id. thanks raj

1816


You have designed test cases to provide 100% statement and 100% decision coverage for the following fragment of code. If width > length then biggest_dimension = width else biggest_dimension = length end_if the following has been added to the bottom of the code fragment above. Print 'biggest dimension is ' &biggest_dimensionprint 'width: ' & width print 'length: ' & length how many more test cases are required?

898


write test case for pen cap if it is not present?

2099


Suppose a job should be executed for every two hours? Write test case for this?

694


Explain the scalability testing?

661


How to write test case for this scenario. The text field that reads “ enter SDU number or the city and state of the SDU” shall be removed from the contact screen 

1560


Scenarios to test wireless Speaker via bluetooth

4744


What is Initial Configuration?

1945


What are the different check points for SIT and UAT while testing an Internet Banking application. Consider any one functionality of Internet Banking

1432


1 Tarot 1.1 Purpose - Tarot tool will duplicate the tarot-reading process for the user online. - Tarot is a craft that uses a deck of 78 cards to predict a user’s past, present and future. - The cards are picked by the user and arranged in a specific spread, which represents points in his past, present, and future; based on the meanings of the cards selected, interpretations are given. 1.2 Scope Only for registered user. 1.3 User Interface User Interface: 1. Question – This is only for user experience, and has no bearing on the formulae / process. Simple long text box. 2. Selection of field – radio button selection of 1 of 3 choices(Love, Career, Personal), which affects 1 of 3 card- meaning databases to be used. After selection, the unselected databases do not affect or interact with the system. 3. Spread Selection – radio button selection of 1 of 3 choices(Celtic Cross, Horse Shoe, Simple 3 Card). This determines the number of cards being picked and the specific spread database to be used. This also affects the specific report format being used, as well as the card- selection GUI. 4. Card Selection – based on the input 3, a specific layout is shown where the user needs to identify X number of cards (X also determined by input 3) which are then shown in the spread. Every card selection identifies the spread position constants (A, B, C, etc) with specific variable values (Card numbers) creating an array. Report format will display on a separate new page, in the following sequence – - Statement of question asked - Selection of field - Selection of spread - Detailed description of position data, positions identified as per spread selection - Card meaning as picked in field selection 1.4.5 Interfacing/Sourcing Details 1.4.5 Rules and Conditions - Data needs to be calculated for all fields, but only a maximum of 3 cards data should be shown in the free report. For the rest, a payment would be required. - Payment reports not in phase 1 - The report needs to be emailable (so functionality to convert to text file / html document should exist, which will then be emailed to the user’s email address).

2236