Please let me know how to write a test case for Pen and
washing machine.
Answer Posted / sivaramalingam
There are lot of suggestions arrived for Testing Cases.
My point of view is here:
Suppose the Interviewer asking for Test case for any
Electronic product we have to give the answer under the 4
basic concepts: They are:
1) Configuration of the product
2) Functionlity of the product
3) Performance of the product and
4) Security of the product
I am writing for Washing Machine
1) Configuration means test the model & brand of the product
(Ex: Ultra Model, Transparent Model)
2) Functionality means test the working functions of the
product
(Ex: Working condition, Cleans the dust from the clothes)
3) Performance means test how the product is cabable to do
the work
(Ex: How many clothes it will wash, water consumption)
4) Security means test the life time of the product.
(Ex: Warranty Period)
By these ways we have to test the product
Senior Testers kindly excuse for this answer!
I am not sure about my above answers! If any modifications
please inform me to sivarama79@yahoo.com
| Is This Answer Correct ? | 23 Yes | 6 No |
Post New Answer View All Answers
Scenarios to test wireless Speaker via bluetooth
Could anyone please let me know what are the test cases for a rule based system? WE have a module on RBS which relates the data gathered to a set of rules and uses them to verify if the details are correct. Also we have a data acquisition module which collects the configuration details of a node entering a cluster using the CPUID. Can you please suggest test cases for these two modules, please?
Explain the sanity testing?
how to test a UI and aslo we need to check a log data fil which gets populated in the db.for this two scenarios give me test cases
How to write the test cases for STP
What is transaction testing?
1.1 Purpose This tool is also a simple tool, but will be graphics- intensive, and will access the 3 databases (card databases) used in Tarot. 1.2 Scope Only for registered user. 1.3 User Interface - No questions asked, parrot pulls out tarot card - Inside Parrot application, User just have to click on a link saying ""XXXX"" to activate the tool. - Shown is the card of the day, from pack of Tarot cards(78 in number) with fixed graphics, animation, audio. Output: - Graphic-rich display of randomly selected card with detailed meaning, with links to tarot tool. - Graphics: Flying / walking parrot, emerging and choosing a card, displaying the same, and continuing to interact based on card meaning. - The cards also need to carry a brief 1/0 meaning, which will trigger a 1/0 behavior from the parrot (sympathy/making fun/crying or congratulating/smiling/winking)
how to write a test cases for courier offices?
Can someone tell me the test cases to test the password for with following scenario: 1. Password should be minimum 6 chars and maximum 8 chars. 2. Password should consist one uppercase letter 3. Password should consist of one numeric 4. Password should consist of one special character.
How to write test case for this scenario. The First Name data entry field shall be removed from the existing Contact Information screen
i am preparing for interviews in real time job what test cases we have to prepare please explain with example?
How to write the test scenarios for the following: 1. Searching train. 2. Data encryption and decryption. 3. Single signon. 4. Document printing. 5. Testing EMail. 6. Data authentication.
What is the state testing?
Roads concatenation Problem
Consider we have some GIS (Geo Information System) operating
over some road network. Each road represented as array of
two-dimensional geographical points. Road network is a set
of roads.
System has function called Concatenate(). This function
takes raw road network and should return optimized road
network. Optimization lies in concatenating roads with
matching start or end points, i.e. if road AB end point
matches road BC start point, then optimized network should
contain concatenated road AC. Optimized network shouldn’t
contain two roads which can be concatenated.
Your task is to suggest set of test cases for Concatenate()
function in order to make sure it works correctly.
public interface IPoint
{
double Lat { get; }
double Lon { get; }
}
public Road : List
What are the Test Cases Comes under Regression Suite?