Answer Posted / om
Positive test case
1.check for uploading a file within maxi mb ( size allowed
to upload) expected result : should upload
2.check for uploading a file equal to maxi mb ( size allowed
to upload)expected result : should upload
negative testcase
3.check for uploading a file greater than maxi mb .
expected result :should display a message "exceeds the
limit"
4.check for uploading a file which is insecure to send
expected result : should display " cant send these file for
security reason"
| Is This Answer Correct ? | 7 Yes | 5 No |
Post New Answer View All Answers
What are the Test Cases Comes under Regression Suite?
Could anyone please let me know what are the test cases for a rule based system? WE have a module on RBS which relates the data gathered to a set of rules and uses them to verify if the details are correct. Also we have a data acquisition module which collects the configuration details of a node entering a cluster using the CPUID. Can you please suggest test cases for these two modules, please?
Explain the dynamic testing?
What are basic types of test cases?
can anyone please help me in writing Test cases for HRMS,ERP and for CRM Apllications...I am joined as a trainee.so i have to write test cases for these applications..Soo can anyone pls help me....mail id: bapuji.karyampudi@gmail.com....Please reply me guys.
Why does the boundary value analysis provide good test cases?
1 Crystal Ball 1.1 Purpose This is a simple tool, for entertainment purposes only. 1.2 Scope Only for registered user. 1.3 User Interface Single page with graphic of crystal ball, and text box for typing question. User has to type her question in text box outside ball. Reports: - On ‘submit’, the system needs to access any one of the pre-stored responses at random and display in a graphical, visually appealing manner in the crystal ball. - Audio / graphical changes need to be built in, for added user experience enhancement, like music, sound effects, visual changes. Need to get details.
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
Can any one send me the Sample sanity Test Cases??? Mail id:veerabhadrudu.p@gmail.com
How to write test cases for "hotel reservatrion" for ms word? Thanks a lot!
How to write test case for this scenario. The Contact Information screen shall be displayed to the user during Case Update
test cases for friend finder system using gps?
Scenarios to test wireless Speaker via bluetooth
How to write test cases for the following scenario: The system shall limit the search result display to 200 records. Do we need to write test data for it. How do we create a test data for it.
This was asked to me recently in Microsoft interview How would you do DOS copy command testing