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 |
How the testers will get build to test from developers and in which format that build will be if u have used Tomcat as web server to that project?
What is the difference between web testing and wap testing?
What is the android testing strategy?
how can we test a mobile and what are the process to follow for testing a mobile or a PDA?
Pls give me know the best tool I can use to automation test for Mobile
When performing sanity test on the mobile application what all criteria should be taken into consideration?
Explain the major criteria that a tester should take into consideration while performing end to end mobile testing.
Explain the difference between a simulator and emulator.
What is robo-electric testing framework?
I have created Mobile app for andriod and iphone but same do not have real devices. How i check mobile app on all devices ?
tell me some confermance testcases of a mobile? send me as soon as possible
Explain what is the difference between simulator and emulator?