Best way to write test case is to categorize them such that it can be applied to the given situation. For instance, if I take an example of ‘Lift aka Elevators‘ then what all tests we can actually perform on lift could be like this:
Continue reading “How to test ‘elevators’?”
Category: Portability Tests
How to test ‘Fan’?
If we want to examine any tester then the best way to know him/her is to ask him real time questions over real time examples. Just like the day-to-day objects which we used to work on and see on daily basis. So lets take an instance of ‘Fan’ , and this you see, you use multiple times a day.
Continue reading “How to test ‘Fan’?”
Test cases of ‘folders in Windows OS’.
- Functional Tests
- Creation of folder with all kinds of characters like underscore , hyphen should work.
- Verify for all special characters from keyboards like @,&,^ should not work.
- Check duplicate folders with same name should not be permitted.
- Validate handling of folder creation after 256 characters on windows should not be allowed.
- Check unicode characters should not be allowed.
- Negative Tests
- Check renaming of already created folder should display a pop up warning window.
- Check renamed folder name should not conflict with already existing folder but warn user from doing it.
- Usability Tests
- Creation of multiple folders should work
- Creation of multiple folder of different kinds should be supported.
- Maximum limit of folder name should be defined.
- Empty name folder should not be allowed
- Right click on folder should display multiple options of the folder
- Shotcuts like CTRL+N , CTRL +SHIFT+N. DELETE , SHIFT+ DELETE should work in windows OS for creation of folder and deletion of folders.
- Security Tests
- Check for permission of folders.
- Check the folder when copied to different OS should work.
- Check for the protection of folder from malware.
- Check locking of folder can be done easily.
- Check for Antivirus settings , if folder creation is blocked.
- Check folder creation behavior when system is infected by virus.
- Portability Tests
- Drag and drop of folders should work in windows.
- Performance Tests
- Check the folder while creation or deletion should not take much time.
How to test ‘Pen’ ?
- Functional Tests
- Pen should have enough grip so that user can get hold of it.
- Pen should work on paper.
- Pen having more than one refill to work with shall have proper click button so that user can opt for the suitable refill to work with.
- Usability Tests
- Pen’s should not leak when open.
- Pen’s should be refilled if its not a use and throw kind of pen.
- Pen should have atleast refill in it.
- Portability Tests
- Pen’s weight should not be more than 10gms.
- Load Tests
- Pen should work put force abruptly.
- Performance Tests
- When put in various cold and hot temperature, Pen’s speed should not get effective
- Pen should work on board
- Pen should not work on leaves.
- Pen should work on clothes.