Please can anybody tell me some good ideas to write test
case for fan and test case for chair?
Answer Posted / nadeem usmani
1 check the number of blades
2 check the functionality of regulator or buttons
3 check when apply power then its blades should move in
clockwise direction
4 check the functionality of knob button
5 check the color,body,logo,of fan
6 while running it should move with minimum noise
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
For how many days (or) weeks you will test a product or software?
Explain the smoke testing?
Explain how to develop a test plan and a test case.
Explain the load testing?
Explain the sanity testing?
I need GUI test case for home page?
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 is Initial Configuration?
What is business validation test case?
Write all test cases for Bus Pass Renewal
How to write test cases for manual testing? What are the main syntex for writing test cases for Junit?
Explain which test cases are written first black boxes or white boxes?
What are the possible test cases for a palindrome.It must be starting with alphabet and its length is 100 .It should accept alphanumerics only.It should take only 100 numerics to the textbox
If I have to write the test cases for any report & there is date box.then may I have to write only select date or have to write all steps required for selecting date
How to write test case for this scenario. The text field that reads “ enter SDU number or the city and state of the SDU” shall be removed from the contact screen