Answer Posted / tester
1) To Check for the file type whether it is image, document,
pdf or excel files.
2) To Check for the file size below and above the mentioned
file size.
3) To check for the Upload button whether it opens a window
to select a file
4) To check for the blank file, files without any content
should not be uploaded
5) To check for the file which is to be uploaded is not
present in the system.
| Is This Answer Correct ? | 13 Yes | 6 No |
Post New Answer View All Answers
What are the Test Cases Comes under Regression Suite?
How to write test case for this scenario. The system shall compare the requested name with the Service Member Name field in the database
How to write test case for this scenario. The First Name data entry field shall be removed from the existing Contact Information screen
Explain the concurrency testing?
Can any tell to create test data for SUM (calculation), Scenario is 0 to 9 digits are available as we see in the calculator, I want to certify that the sum of the two numbers are working fine by providing test data.
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
write a test cases for WLAN
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?
How would you do " Keeping two folders in sync testing"
write test case for pen cap if it is not present?
Hi there Just done with QTP training. I am looking out for a job. can any one share your experinces in real time job. I mean How the work flow goes and what other things do i have to learn for getting a job. please respond ASAP this is urgent for me. Regards Lina.
Explain the format of a requirement traceability
How to write test cases for lift?
Explain the smoke testing?
What are basic types of test cases?