Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
When Performing End To End Mobile Testing What Major Criteria Are Taken Into Consideration?
Home
Appium
When Performing End To End Mobile Testing What Major Criteria Are Taken Into Consideration?
asked
Jul 14, 2021
in
Appium
by
Robindeniel
When Performing End To End Mobile Testing What Major Criteria Are Taken Into Consideration?
end-to-end-testing
e2e-testing
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jul 14, 2021
by
Robindeniel
Major areas are
Installation of the application.
First time launching an application without having network access.
Uninstallation of the app.
The orientation of the app if it is supported.
Testing application performance on different kinds of devices and network scenarios.
Testing the application response and how it responds when an invalid user credential is provided.
Also, if your application is accessing any network then you must check the logs generated during that period so that the sensitive information should always go in an encrypted form.
...