how to write test cases for "Browse" button.

Answer Posted / anil nakhate

Hi frnds,

first we check the browse button functionality after that we
check UI of browse button
Functionality.
1)Click on brows button - It should open window & browse
button should be disable.
2)Select appropriate file- Selected file should be displayed
in text field in front of browse button .

UI
1)Check the spelling of "browse"
2)Button should be on Right hand side of text field.
3)Button size should be proper.

Is This Answer Correct ?    20 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Give me a example that differentiate Test case Procedure,Test case Scenario,Test case Discription & test steps.

2313


How does the size of the OPCODE field limit the number of operations? Give an example to support your explanation?

2056


I want 100 test scenario for gmail

4016


Can any one please give me a test case for transaction of money thro' mobile phones. I really need it soon. i need the test case in ieee format.please anyone help me.

2124


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

2201






write test cases for flipkart.

10594


How to write test cases for manual testing? What are the main syntex for writing test cases for Junit?

2581


Write a test case for telephone?

793


Explain the concept of semi-random test cases?

900


How to write test cases for lift?

923


Explain the syntax testing?

787


Test Case for Text Editor!

2864


Roads concatenation Problem Consider we have some GIS (Geo Information System) operating over some road network. Each road represented as array of two-dimensional geographical points. Road network is a set of roads. System has function called Concatenate(). This function takes raw road network and should return optimized road network. Optimization lies in concatenating roads with matching start or end points, i.e. if road AB end point matches road BC start point, then optimized network should contain concatenated road AC. Optimized network shouldn’t contain two roads which can be concatenated. Your task is to suggest set of test cases for Concatenate() function in order to make sure it works correctly. public interface IPoint { double Lat { get; } double Lon { get; } } public Road : List { } public RoadNetwork : List { } public RoadNetwork Concatenate(RoadNetwork roads);

2045


What are the detailed test cases for Vacations Rental websites (Admin,Traveler,Rental owner)?

2620


Write the use cases for following 1. Comment section of Facebook 2. Instagram status Implementation

585