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

For the following piece of code, how many test cases are needed to get 100% statement coverage? Procedure X Read (Color) // Input color from user IF (Color == “Red”) THEN Call Roses(Color) ELSEIF (Color == “Blue”) THEN Call Violets(Color) ELSE PRINT “User is no Shakespeare” SaveToDatabase(Color) End Procedure X A. 5 B. 3 C. 1 D. 2

1 Answers   ISTQB,


tell testcase where it is taken and tell the title of the testcase? pls any answer the question?

1 Answers   IBM,


how to write junit testcase for ejb3.0 project.. pls reply soon to this mail id shnkrgnsh@gmail.com

0 Answers   IBM,


How to write test cases for payment gateway.

2 Answers   UHG,


How to write test cases for lift?

0 Answers  






Explain the glass box testing?

0 Answers  


Test Case for Text Editor!

0 Answers   Foxconn,


write a buisness scenerio on yahoo login page.

4 Answers   Hewitt,


How to write test case for this scenario. The system shall allow for a wild card search for the first name with a minimum of one character.

0 Answers  


Test a file replication service that copies files from one net location to another

0 Answers   Microsoft,


Write a test case on a durability of an electric bulb and test it that it will last for next 10 months.

0 Answers  


What is p0,p1,p2,p3 in software tesing

5 Answers  


Categories