Answer Posted / chandan
Apart from above answer we can include some more points
also:
1.When upload file upload button must be disable until file
is selected.
2.When file is uploading browse button must be disable until
file is uploaded.
3.Upload file from folder within folder check whether
showing proper path.
Negative Testing.
1.Upload file from folder click upload then remove file from
system.
2.Upload same file name and extension name file like ppt.ppt
3.Upload file from Network and then power off PC.
4.Upload unsupported extension file.
5.Upload blank file.
6.
| Is This Answer Correct ? | 12 Yes | 3 No |
Post New Answer View All Answers
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
"search"test cases on Linkedin website and how will you write test cases on it?
Can any one tell me how to write test data. i mean, to test each input, 2 test input(1 for +ve, & other for -ve) are given. so , for example, if i want to write test data for login form, how many test data should i write in test case?
write test case for pen cap if it is not present?
explain end to end scenario's for online Money transfer in Banking Domain?
Explain the concept of semi-random test cases?
Do you know mutation testing?
What is Initial Configuration?
How should I maintain the test cases and Test Log for different versions/builds of the application.
What are the Test Cases Comes under Regression Suite?
What is component testing?
hai im finished software testing course im technicaly strong but yet now no opportunities come to me.if any opportunities please send to my mail id my mail di is sumathi11685@gmail.com
how to test stand alone programs?
how to write test cases for smart meter for gas and electricty
write the testcases for migrating data from one database to another database?