Apart from the normal functional test cases written, list
out some out of the box test scenarios to test
the 'Replace' dialog box in a Notepad
Answer Posted / na
how to write a test case on wrist watch?
i can do all kinds of testing on this wrist watch
1)manual testing 2)automation testing
a)smoke testing : put the batteries in and check whether
the watch is working or not
b)interation testing:i'll set the timing and i'l whther the
time is properly showing according to the time or not
c)i18n:i'll check all the letters are properly print
accoundng to the standard of the country
d)lion: the timings are diffrent from country to country so
i'll check whether it is working fine or not
e)functionaltesting:i'll check all the keys are working
fine or not we can also check that the characters are
properly displayed or not
we can add many senerios like this....
: if we want to check the check the durability of the watch
we can put the watch in the water just to check whether the
watch is water resistance or not
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
How to write test cases for "open file dialog box" for ms word? Thanks a lot!
What is Initial Configuration?
explain end to end scenario's for online Money transfer in Banking Domain?
how many test cases do u need to ship a product?
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?
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
Explain which test cases are written first black boxes or white boxes?
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.
Can some body help to write possible test cases for a credit card at POS (point of sale)
write test case for pen cap if it is not present?
How many test cases u will write for Acceptance testing?
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.
Explain the format of a requirement traceability
In manual testing, I have query regarding data conversion testing. I am working on xml document. How do we write test cases for below input as well as for output
Input:
There is French dictionary and if you want to check it in English and there is no documentation available then how you will test it and write a test case and Test scenario on it.