write the high level test cases for winzip file
Answer Posted / vighnesh
-Try to zip a file.
-Try to zip a folder with no file.
-Try to zip different kind of file.
-Try to zip files of different size.
-Try to zip folder with one type of but different size of
files.
-Try to zip with similar size but different type of files.
-Try to zip with different kind and different size of files.
-Make the recursive folder and check how many folder(one
inside others) can be zipped successfully.
-Verify all aboe on different OS.
-Provide one zipped file to another zip file
-Verify size of file after zip for all above cases(It
should match with requirement)
-Check Time taken by zip for zipping any perticular file
(should be match with requirement)
-Maximum no(size) of file it can zipped.
-Unzip all above file and verify content.
-Unzip file and verify timtings
-Unzip file and verify default path.
-Unzip file and verify selective path feature.
| Is This Answer Correct ? | 21 Yes | 1 No |
Post New Answer View All Answers
Explain the concept of semi-random test cases?
Explain the format of a requirement traceability
how to test a UI and aslo we need to check a log data fil which gets populated in the db.for this two scenarios give me test cases
For how many days (or) weeks you will test a product or software?
How to write test cases or test scripts for UAT testing which is done manually
Please guide me for Add new user test cases
Explain the ramp testing?
how to write test cases for online restaurant table booking system?
how to write a test procedure & test log for login system
can anyone send me a copy of a business requirement and test cases attributed to such requirent. thank u
Explain the component testing?
Write a test case for a car, which has been, recently launch in a market to check its durability, fuel efficiency and its optimum speed.
Do you write test plan and test case?
Pls tell me test cases for pepper grinder
Test a function that reads a file into memory, say ReadFileToMemory( FILE * pFile, BYTE * pMem, DWORD numBytes)