Android test recording for third party app and webview support -


recently came across android test recording. - http://tools.android.com/tech-docs/test-recorder. looks interesting, tried play app.

i have couple of questions.

  1. can record/generate code tests done on third party app?

  2. my testing app has webview inside. when tried interacting webview didn't generate code. espresso test recording support interaction webview? if yes, have enable auto-generate code interaction webview.

any appreciated.

pros of espresso test recorder - 1. allow create effective ui based test cases user interactions. 2.we can capture assertions , interactions without accessing app's structure directly increases execution speed , optimizes test case. 3.it saves lot of time search locators , writing test cases. 4. supports multiple assertions making more reliable test cases.

cons of espresso test recorder - 1. not support recording of webviews interactions. (to write webview interactions click here) 2. once complete recording once next time recording launches app there no api control such behavior. 3. cannot record assertions toast messages

for learning how record test case in details click here


Comments

Popular posts from this blog

javascript - Thinglink image not visible until browser resize -

firebird - Error "invalid transaction handle (expecting explicit transaction start)" executing script from Delphi -

mongodb - How to keep track of users making Stripe Payments -