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
Give me a example that differentiate Test case Procedure,Test case Scenario,Test case Discription & test steps.
How does the size of the OPCODE field limit the number of operations? Give an example to support your explanation?
I want 100 test scenario for gmail
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.
write test case for pen cap if it is not present?
write test cases for flipkart.
How to write test cases for manual testing? What are the main syntex for writing test cases for Junit?
Write a test case for telephone?
Explain the concept of semi-random test cases?
How to write test cases for lift?
Explain the syntax testing?
Test Case for Text Editor!
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
What are the detailed test cases for Vacations Rental websites (Admin,Traveler,Rental owner)?
Write the use cases for following 1. Comment section of Facebook 2. Instagram status Implementation