how to write test cases for "Browse" button.
Answer Posted / anu.gdy29@gmail.com
Negative TC:
click on browse button.
dont Select any file and hence name will not be displayed in
text field in front of OPEN button.
click on open button.
Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
how to write test case on gmail for TO field in compose page? only for the particular field.what will different type of user do with it like student,doctor?
can anybody help me how to write a test case for a program eg: c or C++ ,and also how to check their outputs
An Excel sheet contains 2rows and 3 columns of data.I want to copy these data in to the another excell sheet. Write the possible positive and negative test cases?
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).
Can you list down a few characteristics of a test case?
Explain how to develop a test plan and a test case.
Write the test case for a login page?
How to write test cases for "open file dialog box" for ms word? Thanks a lot!
Explain the smoke testing?
How should I maintain the test cases and Test Log for different versions/builds of the application.
Explain the ramp testing?
test cases for friend finder system using gps?
Test a function that reads a file into memory, say ReadFileToMemory( FILE * pFile, BYTE * pMem, DWORD numBytes)
Explain the ad hoc testing?
Which of the following defines the expected results of a test? Test case specification or test design specification.