Assigned
Status Update
Comments
cc...@google.com <cc...@google.com> #2
Can you please help share the idea.log file (select Help > Show Log in Finder/Explorer) if this issue reproduces again? Thank you very much!
Description
Component used: XML, Java, Kotlin, Jetpack compose Version used: benchmark lib version-1.2.3, Test Device: Samsung A30, android version 11, AGP: 7.1.3
Is it possible to write a macrobenchmark test where a specific ui journey is covered using real apis that fetche data? I wrote a benchmark test that covers a full ui journey of a particular feature of the application. Here is the flow where part of the journey uses xml and java code and other parts are in kotlin and jetpack compose. (xml and java) Splash Screen -> Login Screen (Input pin and tap login button) -> Home Screen (click on feature icon) -> (kotlin and compose) Feature Home Screen (some inputs) -> then few other screens.
Issues I am facing: