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 are the common bugs found while mobile testing? Give some examples.
How a/b testing is done for ios app?
Browser stack and Perfecto, cloud based site is helpful for mobile app testing ? any free cloud based site ?
how you test data throughput in femtocell?and what is the data throughput?
How do you test mobile handsets ?
Now a days , Mobile devices are coming in different sizes so how to test app on various sizes ? I know from emulator but is there any specific resolution needs to target?
What kind of testing should we need to perform while testing Mobile web ?
what is meant by Responsive testing in Mobile sites ?
What is the difference between STK related tests and WEB related tests? Please give example of test cases for each.
Explain Android testing framework?
how to test different screen sizes of the devices
I have created Mobile app for andriod and iphone but same do not have real devices. How i check mobile app on all devices ?