Skip to content

General test of WiFiman APK using Python for both app setup using Appium and testing the network speed on a per-minute basis, plus a test of selenium for searching on Google using Chrome browser for Android

Notifications You must be signed in to change notification settings

phadidi/QA-Automation-WiFiman-Test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Initialization Instructions

Before running the WiFiman, provide your own machine's filepath to the WiFiman APK under the declaration of the app argument in test.py line 11.

Project Notes

This project was created in pycharm with pytest as the default test runner under Settings -> Python Integrated Tools.

Line 47 in WiFiman.py deliberately breaks the while loop after proving tests can occur a minute apart so that the pytest can be marked as passed.

Mandatory tests are in test.py, optional tests are in test_optional.py.

Testing History

The WiFiman APK was successfully tested using AVD Andoid emulator and test.py, but the official plot of the movie appears to have changed from

Tenet is an upcoming spy film written, produced, and directed by Christopher Nolan. It is a co-production between the United Kingdom and United States, and stars John David Washington, Robert Pattinson, Elizabeth Debicki, Dimple Kapadia, Michael Caine, and Kenneth Branagh.

to

Tenet is an upcoming spy film written and directed by Christopher Nolan, who produced it with Emma Thomas. A co-production between the United Kingdom and United States, it stars John David Washington, Robert Pattinson, Elizabeth Debicki, Dimple Kapadia, Michael Caine, and Kenneth Branagh.

Therefore, I could not assert the plot matches the original requirements given to me for the test although I was able to successfully retrieve the new plot element in its place.

About

General test of WiFiman APK using Python for both app setup using Appium and testing the network speed on a per-minute basis, plus a test of selenium for searching on Google using Chrome browser for Android

Topics

Resources

Stars

Watchers

Forks

Languages