How do you test cases for mobile handsets ?
Answers were Sorted based on User's Feedback
Answer / testguru
First Assume what is the purpose of mobile handset-then you
will get an idea of what you want to do-then convert those
ideas as test scenarios-then start writing test case for
that scenario.
Example:you use mobile for calling somebody--for that what
you do-you either search from existing contact list or you
just enter number-now what is the flow of action ,write as
steps.
Step1:User enters the number by pressing the numeric keys
of handset.
Expected result:number gets displayed simultaneously as the
user presses the button.
Step2:User then clicks the call green button.
Expected:Connecting symbol should appear on the screen with
simultaneous audio signal and shows connected symbol once
connected.
and in this way the flow of steps can be continued
depending on the scenarios defined.
For example take another scenarios of adding contact to
mobile
Step1:User presses the menu option or shortkey defined.
Expected:User is taken to menu options
Step2:User selects the address book.
Expected:Address book menu is displayed with sub menu
options as add contact,delete contact,view contact etc.
Step3:User selects the Add contact.
Expected result:Add contact screen is opened requesting
user to enter various fields like Name,number,add picture
etc.
Step3:User enter the mandatory fields and clicks on the
ok /chooses the save option button
expected result:New contact is added successfully and
displayed in the contacts list when searched by the various
options.
and so....on the teststeps are continued.
| Is This Answer Correct ? | 97 Yes | 10 No |
Answer / mr.pibb
consider the fact that a large array of handsets come out
frequently; the Android is probably most like this; So
automation comes into play. Consider the Blackberry RIM.
Since it has a tool that allows you to capture screen
shots(called JAVALOADER) this gives you the ability to save
various templates of what screens should look like in
different steps of the test. These types of tests are very
'stateful' in nature, so at least all functions that can be
activated using AT modem commands to dial out, hang up,
reset handset(turn on and configure various modes using
engineering screens), perform WIFI and UMTS packet sniffing
to parse out packets under given test conditions, and many
other functions can be invoked all under program control.
Consider forcing failures and monitor how the handset/tablet
responds. Also, some tests such as battery life / current
drain of handset under test Li-Ion battery can be assessed
using connected OEM electronic test equipment. consider
that FCC / ISO standards tests can also be done in this
manner by providing I/O stimulus. Then, of course, data
sets can be evaluated after subsequent test session run
times to look at statistical variance and flesh out both
desired / undesired trends then compare input test case(s)
against the actual results.
- of course there are manual test cases as well, which
should be considered. it can be costly to create
automation, but once in place and is robust, then it can be
retooled and reused for other purposes down the road
provided that it is designed properly(OOP).
last thing; it is important to record IMEI, handset
firmware versions as well for test session runtime(as well
as peripheral device firmware versions). you get the
handset from the manufacturer with the so called board
support package. the software that goes on top is what
makes it a T-mobile phone or a Verizon phone.
| Is This Answer Correct ? | 2 Yes | 5 No |
what is Fault based testing?
What is Injuction testing?
Can Anbody please send me Daily Work status format in which I can save my daily work activity
What is the need of smoke test even when unit test is done by developers?
what is the need of black box testing after completing white box tesing?
if the object is identified by QTP & also virtual object wizard then which object will added to object repository
How can you do the usability testing?
Artifacts in design phase of SDLC ?
fields present in bugs and fields present in testcases? pl pl pl give me an answer thanks in advance but pl.
I need your help, actually am facing lots of problem in interview am not able to answer in right way what ever questions asked about project. Could you please answer few questions? You must have seen the project I have mention as current project so please help on this, tell me how to explain project in details am prepare on HR module but don’t know how to explain it properly. If you can send me few documents like SRS, and few test case that will help me to get the clear picture, and want ask u what is tier1, tier2, and tier3 in project.
Hi I want the technical documentation for a sample project, if any one knows about the details plz guide me, mail at gpriya_1980@yahoo.co.in thanks in advance
What are the Blackbox Testing Techniques?