What could be the Possible Test Cases to test the Functionality
and Performance of a Mobile Client Application. Please Answer
with steps.
Answers were Sorted based on User's Feedback
Answer / sairam
Hi,
I could give you one more example.
Consider multimedia as an example.
In Multimedia fill the whole Multimedia with some songs,
Pictures,Video's such that it has no memory left out in it.
Now switch off the phone and switch it on again.
after you will switch on the phone, try to access the
multimedia folder where you have stored these contents,
see how much time it takes to display the contents also see
once the contents are displayed how the conents are
displayed and are functioning properly or not this is
functionality testing, Play a song and while playing
recieve a sms/ phone call see what is happening to the song
that is being play this is performance testing, it checks
how well it performs when an unexpected thing happens
whether it should stop there or it should pause
| Is This Answer Correct ? | 9 Yes | 1 No |
Answer / prabhu
Possible test cases for Browser :
1.Check whether the browser is able to retrieve the whole
data that is being posted on the server, web transaction
should be successful.
2.Check whether the browser displays all
pictures,wallpapers etc with the correct size & width on
the mobile screen.
some of the browser performance TC's......there are hell a
lot of scenarioes when it comes to the mobile application
testing.....
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / tushar barbhai
Well,Mobile application have limitations because of its low
processing memory,different phone sizes(height,width
dimensions)and different mobile platforms.
If we want to make a generic mobile application which will
run on most of the devices the we have to take care of above
3 things.
Well we can't debug mobile client program (Its obivious)so
logging makes important role here.do logging whereever
required in client program.export logs to seperate .txt file
store it in mobile makes easy for developer to check
functionalities.
If we are using GPRS,WI-FI or BT data transfer between
client to server and vice versa or client to othe
client.then send request receive response timing gapp makes
imp factor,other than this time for rendering UI contents
also makes sense, so that we can make our software more
optimized.
GPRS or WI-FI readings are different for different timings
so u should take care of that also.
To increase performance of our mobile application forcefull
garbage collection and avoid heavy bitmaps or images.Smaller
size smaller would be memory needed.which will help to
improve performance.
In code optimization, try to use Switch cases than if else
conditions.
Make code as simple as u can.
nullyfiing objects whnever not needed or after use.
there are more techniques to follow..and it wil be available
on net.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / mady
Leave program or new alert at the client side to check.
| Is This Answer Correct ? | 2 Yes | 0 No |
What kind of testing should we need to perform while testing Mobile web ?
What does mobile security testing includes?
what is walk through?
Share idea about how to I find the maximum bugs while doing mobile testing?
What are the defects tracking tools used for mobile testing?
What is the team wap used for?
Can any one please tell me what is the Buffer size of transmission buffer or rectiption buffer in TM,UM and AM of RLC.
How to know latest design of android and IOS app ? is there any site ?
Explain what is the difference between Web testing and WAP testing?
Ways to improve the performance of an application?
How to test cpu usage on mobile devices?
Is cloud base mobile testing possible? Name any?