write the high level test cases for winzip file

Answers were Sorted based on User's Feedback



write the high level test cases for winzip file..

Answer / 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

write the high level test cases for winzip file..

Answer / sandeep

1. Basic tasks - open an archive, open app without
mentioning an archive, close application etc.
2. Open and extract a set of test archives. The set could
have variety by - source of archive (different OSes),
content of archives (text files, binary files, executables,
music files, media files etc.), size of archives (small
file, zero byte file, huge file), number of files in archive
(1, 10, 1000, 10000 etc.). On extracting, check if the
output is fine. Check using MD5 hashes, exe3cute
executables, play media files etc.
3. Now use the extracted sets to create the archives (to
test the archival feature). Compare the archives using MD5
hashes against the original source archives.
4. Repeat these tests on difference OSes.

Is This Answer Correct ?    7 Yes 0 No

Post New Answer

More Test Cases Interview Questions

Write a test case scenario for Web-based address book?

0 Answers  


pliz anyone give suggest me the test cases for shorting numbers in asc/desc order.

4 Answers   IBM,


do we write separate test cases for each type of testing? for example for functional testing and integration testing,we write two seprate test case documents or just one?please explain.

5 Answers  


What are the test scenario's for pen like high priority high seviority?

4 Answers   NetWeb, Zycus Infotech,


i m a fresher working in healthcare industry. here we hve no tool for testing. how i ll do manual testing?plz suggest anyone me urgently... i knw to write test case bt i dont knw where to write n how to execute it manually

2 Answers   Cognizant,






Explain the format of a requirement traceability

0 Answers  


testcases for biggest of three numbers?plz give the answer

5 Answers   IBM,


Who will decide what the test cases you have written are correct?

4 Answers   Mind Q Systems, Satyam,


Explain the glass box testing?

0 Answers  


wat is mutation testing ?

2 Answers  


IF A > B THEN C = A – B ELSE C = A + B ENDIF Read D IF C = D Then Print "Error" ENDIF A. 1 test for statement coverage, 3 for branch coverage B. 2 tests for statement coverage, 2 for branch coverage C. 2 tests for statement coverage. 3 for branch coverage D. 3 tests for statement coverage, 3 for branch coverage E. 3 tests for statement coverage, 2 for branch coverage

1 Answers   ISTQB,


What is the correct answer of basic types of test cases ?

7 Answers   Ness Technologies,


Categories