Answer Posted / apparao d
1.Check browse button is responding are not 2.select invalid extension file and upload then check what happened 3.select valid extension file and upload then check what happened 4.Select same file without changing the name of the file then check wt happened
5.Remove all fields from upload file then check all related errors displayed are not
6.Remove mandatory fields from the upload file then check related error messages displayed are not
7.Enter invalid data in upload file like(!@^!$!,<><><><)then check all error messages displayed are not
8.Upload empty file then check
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to write test case for this scenario. The system shall auto populate the Email Address on the contact screen with the Email Address of the user profile
please give me different test scenario for uploading whatsapp status from gallery and camera
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?
Write test cases for 8+4?
how to write testcase for the output of an program ****0 ***01 **012 *0123 01234
How to write email id in world wide web
How can we write a good test case?
# A large IT company is in the process of revising salary structure for its employees. The salary will be on the basis of assessed performance of the previous year for all employee who have completed six months or more. # The rules for salary revision are provided below :- Performance level 1 : Increase existing salary by 30% Performance level 2 : Increase existing salary by 20% Performance level 3 : Increase existing salary by 10% Performance level 4 : Increase existing salary by 5% Performance level 5 : No Increase # For those who have not completed six months, provide a flat increase of 7.5% in their salary. In addition to above provide a special loyalty allowance of Tk. 800 to all employees who have complete THREE years with the organization. # Compute the minimum number of paths that you would require to cover the application and how many test cases would you require?
Write Test cases for the below scenario? scenario 1: Replace the current CSS software with TML software. Scenario 2: Provide the same reports for business as currently provided by CSS software. Not: CSS and TML are customized software.
How to write test case for this scenario. The text field that reads “ enter SDU number or the city and state of the SDU” shall be removed from the contact screen
Can any one send me the Sample sanity Test Cases??? Mail id:veerabhadrudu.p@gmail.com
For how many days (or) weeks you will test a product or software?
write test case for pen cap if it is not present?
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 is test environment? Elaborate with example.