Collections:
Which things to consider to test a mobile application through black box technique?
Which things to consider to test a mobile application through black box technique?
Not sure how your device/server is to operate, so mold these ideas to fit your app.
Some highlights are:
Range testing: Ensure that you can reconnect when leaving and returning back into range.
Port/IP/firewall testing:change ports and ips to ensure that you can connect and disconnect. modify the firewall to shutoff the connection.
Multiple devices: make sure that a user receives his messages with other devices connected to the same ip/port. Your app should have a method to determine which device/user sent the message and only return to it. Should be in the message string sent and received. Unless you have conferencing capabilities within the application.
Cycle the power of the server and watch the mobile unit reconnect automatically.
Mobile unit sends a message and then power off the unit, when powering back on and reconnecting, ensure that the message is returned to the mobile unit.
If you are working with WAP then you can download simulators from net and start testing over it.
✍: Guest
2022-01-27, ∼1622🔥, 0💬
Popular Posts:
How to update hidden input value field value with WebDriver in Python? Normally, a hidden input valu...
How to generate test fractional numbers? Test fractional numbers are numbers with fractions that are...
How to perform regular expression pattern match with multiple occurrences? To perform a regular expr...
How to valid IP addresses? In order to help your programming or testing tasks, FYIcenter.com has des...
How to generate user full names? Test user names are frequently needed in testing applications that ...