Testing on different OS versions of the
same platform
Let us discuss on the mobile testing
scenarios on the different OS version for the same platform. So that
we can test our applications on all types of major platform aka
Android, Window, iOS etc, but each of them have the multiple version
available in Markets. So the Obvious selection is to testing on the
mostly update version from all the platform but it can not justice
for the application of Android.
The latest version of the Android is
the Jellybean, recently introduced just a while ago, still there are
lot of device which can not yet receive the update for the OS (and
also possible will not get update). It is interesting to notes a big
differences in Google's and Apples's approaches in the OS update
handling.
Except this formers relies in the
manufacturer's device to updates the respective device, Apple handle
the update itself resulting into the mass updates for all the devices
of Apple as soon as a new version of OS get released. Whatever OS
version is on the device then user can still installed our
applications to use it. All these are called the different OS
versions testing.
Testing of System Version during
Run-time:
Testing on different OS versions of the same platform |
<activity android:theme="@style/Custom1Theme">
To apply the theme to our entire all require apps (all activities),
add such to
android : theme
attributes
to the <application>
elements:<application android:theme="@style/CustomTheme">
Except above if you did not found
your required solution then let me know by the comment to rectify your
solution
No comments:
Post a Comment