write test case for optical mouse.

Answer Posted / darshan

1.DOuble click on anyof the folder with the leftclick of
mouse it should allow to open the folder.

2.Place the mouse on glass slab,it should not work.

3.Move the cursor to any folder or file,it should display
locations,properties,memory capacity.

4.Go to Control Panel,select Mouse icon,select pointer
shadow in customise field,mouse should display selected
pointer shadow.

Is This Answer Correct ?    9 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the component testing?

767


How can we write a good test case?

705


write the testcases for migrating data from one database to another database?

1896


By clicking the file button on a Word document and opening the Print window, Identify what needs to be white box tested and what needs black box testing. (On the black box testing items, identify boundary conditions and equivalence partition testing is possible and give data examples.)

830


Explain the scalability testing?

662






In a log in page what will be test procedure, test scenario, test description & test steps?

681


Explain the branch coverage testing?

695


How to write test cases for "hotel reservatrion" for ms word? Thanks a lot!

675


Requirement from Market “Alice is talking to Bob. Bob thinks that Alice should talk to Chris for more information. Currently, Bob will pass on the directory number of Chris to Alice; Alice/Bob will disconnect the call and then Alice will initiate a new call to Chris. What we need need, Bob should be able to transfer the call to Chris, without Alice making another call.” Implementation done by Unified CM Development Team When a basic call is connected, a new softkey “Transfer” will be displayed on the IP Phone. User (say, Bob) can press that and dial a target (say, Chris). Bob has two options (1) wait for Chris to answer and then tell Chris about call from Alice and then press “transfer” again to complete transfer (2) press “Transfer” immediately; when Chris answers he will be connected to Alice Please come up with test cases thinking from a user perspective, let’s say from a Bank (there could be users such as receptionists, accountants, managers etc.) – in what all scenarios transfer can happen, any negative scenarios (cases where we don’t get a positive response always). If you think you need an enhancement to the feature, please go ahead and suggest that as well.

3076


In any Hyderabd institute you can find these word commomly used by faculties ... Yes or no / Right or wrong so funny...

1665


Write test cases for this scenario if a job fails it should get restarted again this should happen for three times if it fails again then it should quit?

1929


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 { } public RoadNetwork : List { } public RoadNetwork Concatenate(RoadNetwork roads);

1934


Scenarios to test wireless Speaker via bluetooth

4744


Explain which test cases are written first black boxes or white boxes?

668


how to test stand alone programs?

2083