Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Testing with Stoat while Log in is required #25

Open
maryammsd opened this issue Jan 31, 2023 · 1 comment
Open

Testing with Stoat while Log in is required #25

maryammsd opened this issue Jan 31, 2023 · 1 comment

Comments

@maryammsd
Copy link

Hello,

How is it possible to perform testing when log in is required in an application ?

@tingsu
Copy link
Owner

tingsu commented Feb 5, 2023

Hi, if the app under test requires a login, you may need to login in manually or write a script (e.g., using uiautomator, https://github.com/openatx/uiautomator2) to automate the login. But it is still possible that the app may log out during automated testing, in such cases, you may need to add some logics in the testing tool to detect such cases and rerun the script.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants