Answer Posted / testing
Hi,
First check the requirements.(connection is proper)
1.Switch on S1,fan should be ON,switch S1 should be in ON position(functionality test).
2.switch on S2, fan should be OFF,switch S2 in ON position.(functionality test)
3. switch OFF S1,fan should be ON,switch S1 should be in OFF position (functionality test).
4. switch OFF S2,fan should be OFF,switch S2 in OFF position(functionality test).
5. Check how easy it is to press the switch(usability test).
6. Check for any spark between the gap when switch is pressed ON/OFF (performance).
7. Check for pressing the switch multiple times at a time interval of 1 sec for 10 time and see the performance.
Let me am i correct...
| Is This Answer Correct ? | 14 Yes | 0 No |
Post New Answer View All Answers
I want 100 test scenario for gmail
Can some body help to write possible test cases for a credit card at POS (point of sale)
What is transaction testing?
Explain the soak testing?
Write test cases to test a browser app
how to write test cases for smart meter for gas and electricty
How to write the test cases for STP
If for any software product, if the customers more often us few functions, and rarely use few othere functionality. what a tester can expect more deffects can be found, in what area, where the functionality frequently used OR where rarly used?
can one defect be mapped to more than one test script in manual testing
Explain the logic testing?
How to write test case for this scenario. If the Zip Code field is populated, the system shall compare the zip code value entered to the zip code value in the Family Individual Information Tab
Explain the unit testing?
User registration form so many details will be there to enter like Username,Phone No,Email id ect.how do we write test cases for that? in one textbox i have to write all the test cases and go to next textbox
You have designed test cases to provide 100% statement and 100% decision coverage for the following fragment of code. If width > length then biggest_dimension = width else biggest_dimension = length end_if the following has been added to the bottom of the code fragment above. Print 'biggest dimension is ' &biggest_dimensionprint 'width: ' & width print 'length: ' & length how many more test cases are required?
1. Buzz Words 1.1 Purpose Allow user easy access of content based on key/popular words 1.2 Scope All the tags at the portal. 1.3 User Interface - Tags are usually hyperlinks that lead to a collection of items that are associated with the tag. - Click takes you to page similar to Search Result page, should search all content and not only articles - Based on Most Viewed only 1.4 Interfacing/Sourcing Details - Need to develop an application which works on algorithm to calculate size/color of Buzz words. - In phase 1 algorithm will be pretty straight forward of calculating dimesion of Buzz words by going by ""Most Viewed/Visited"" words. Need to get exact algorithm.