HOW TO WRITE TESTCASES ON PENDRIVE
Answers were Sorted based on User's Feedback
Answer / arnab ghoshal
A pen drive's chief function is to store and retrieve data,
because it is a storage device. So we can have the following
test cases to test a pen drive-
1. Data gets stored (i.e. write to)in pen drive from a
magnetic drive like HDD, Optical drive like CD-ROM and other
storage devices.
2. Written data can be retrieved (read back operation)
3. The device can be detected across its interface. Say, if
the pen drive is an USB device, it is detected in an USB drive.
4. The detected pen drive reflects the correct capacity it
claims.
5. Data written to or read from the pen drive should not be
corrupted.
6. The pen drive can be formatted correctly should be able
to host the file system with which it is formatted.
Guys, I guess this answers...
Regards,
Arnab
Is This Answer Correct ? | 45 Yes | 4 No |
Answer / sajjan
One negative test case that I can think..
1.Let say pen drive capacity is 2GB.
And we are trying to save 3GB data in it.
It will fail to save the data.
Is This Answer Correct ? | 35 Yes | 3 No |
Answer / supriya
Verify whether der is virus or not.
check whether it is detected or not.
check whether contents are fully loaded(i.e pd is full)
Is This Answer Correct ? | 31 Yes | 4 No |
Answer / santoshi gayathi
Connect the Pendrive to the port in the computer
- Message with "New Hardware Device found " should be
populated on the screen.
Click on Start, Select My Computer and verify the harddrive
is configured or appeared
- The Removable Harddrive is found connected.
Click on Start, Select My Computer , Right click
on "Removable drive" and open
- The drrive has to be opened without any error or warning.
Click on Start, Select My Computer and , Right click
on "Removable drive" and Select Properties
- A separate pop-up will be opened to display the Available
and Used space on the Drive
Click on Start, Select My Computer and Double click on
drive and upload the data into the drive
- The Data has to be copied without any error warning.
Click on Start, Select My Computer and Right click on drive
and Format the Drive
- The warning message has to be popped up asking us
to "Format the Drive"
Click on Start, Select My Computer and Right click on drive
and Format the Drive and Click on YES Format the Drive
-The drive should be Formatted and the entire data should
be deleted.
Click on Start, Select My Computer and Right click on drive
and Rename the Drive.
-The drive will edited with the Name.
Click on Start, Select My Computer and Right click on drive
and select "Scan for Viruses" the Drive.
-The entire disk would be scanned to check if there are any
viruses.
Click on Start, Select My Computer and Right click on drive
and select "Eject" the Drive.
- The message"It is now safe to remove the Harddrive" will
be populated on the right corner of the screen.
Is This Answer Correct ? | 13 Yes | 3 No |
Answer / sagar
Verify the memory capacity of pen drive
Verify the Warranty of the pen drive
verify the brand name of the pen drive
thats it my though about pen drive if any body know more
then post and think about -ve TC's also....
Is This Answer Correct ? | 15 Yes | 10 No |
Answer / amar
ensure that pen-drive is detected by the system
negative cases
Is This Answer Correct ? | 7 Yes | 2 No |
Answer / karthik
1.detected or not
2.file system of pendrive corrupted or not
3.file system compatibility with os
4.whether mounted or not
5.free space available or not
Is This Answer Correct ? | 5 Yes | 0 No |
Answer / n r s reddy
Hey buudddyyyyy...
BE specific wether we need to wright test cases for block
box or functional......
Is This Answer Correct ? | 2 Yes | 6 No |
write a navigation for object repostory
Do you know mutation testing?
Explain the glass box testing?
IN MY APPLICATION SOME WINDOW IS THERE IT CONSISTS OF SOME 25 LABLES IN THOSE FOR THE ALREADY SELECTED ONE IT WILL SHOW THE BACKGROUND COLOR IS YELLOW WHILE CHECKING IT SHOULD CHECK THE ALL LABLES WHICH ONE IS HAVING YELLOW COLOUR backcolor=SwfWindow("ALTAIR").SwfWindow("Load Wafer").SwfLabel(" ").GetROProperty("backcolor") SUPPOSE LIKE DS IT WILL BE THERE THEN FOR THAT SwfLabel(" ") inside this how to specify is my doubt because i have to check all the 25 labels plz explain it how to specify that
Can any tell to create test data for SUM (calculation), Scenario is 0 to 9 digits are available as we see in the calculator, I want to certify that the sum of the two numbers are working fine by providing test data.
what is login and login in testcases we write in testcaseid
How to write test scenarios for a Web application, with an example?
what is not present in the test case? 1>requirment ID 2>test case ID 3>bug ID 4>objective
my friend has done one project using .NET framework with C# coding and backend SQL Server 2005. In it, he has prepared and execute the test cases and stored that in the centralized database. in software testing, Do the testers do like this or use excel sheet to store the test cases? tell me .... i have so confuse.. pls anybody answer me as quickly as possible
What are the Test Cases Comes under Regression Suite?
how do you write the test cases?
14. How many test cases are necessary to cover all the possible sequences of statements (paths) for the following program fragment? Assume that the two conditions are independent of each other : - ………… if (Condition 1) then statement 1 else statement 2 fi if (Condition 2) www.istqb.guru then statement 3 a. 2 Test Cases b. 3 Test Cases c. 4 Test Cases d. Not achievable Please explain this how to solve?