`

Testing UI for Multiple Apps 相关

 
阅读更多

1 官方文档 查找id可以这样:

mDevice.findObject(new UiSelector()
            .packageName("com.example.test").resourceId("two")).click();

 但是 那样我的代码根本找不到那个id,只能这样写才通过:

mDevice.findObject(new UiSelector()
            .resourceId("com.example.test:id/two")).click();

 不清楚原因,这里主要用作备忘。

分享到:
评论

相关推荐

    PhoneGap 3.x Mobile Application Development Hotshot.2014.pdf

    - Strategies for testing apps across multiple devices and emulators. - Using debugging tools and techniques to identify and fix issues. 8. **Publishing and Distribution** - Preparing apps for ...

    React Native Cookbook [2016]

    This book covers topics in React Native ranging from adding basic UI components to successfully deploying for multiple target platforms. The book follows a top-down approach beginning with building ...

    IonicFramework手册

    Ionic provides a rich set of pre-built UI components, such as buttons, cards, forms, modals, and navigation bars, that are optimized for mobile devices. These components are built with Web Components,...

    Expert Android Programming

    As we move on, you will learn to leverage the different Android APIs and create an efficient SQLite data layer for your apps. You will implement effective testing techniques to make your app reliable...

    Ionic : Hybrid Mobile App Development

    and best practices for testing and debugging your projects, you'll quickly be able to deliver high-performance mobile apps that look awesome. You will then hone your skills with recipes for cross-...

    8-07-14_MegaCLI for linux_windows

    SCGCQ00315805 Defect Change the UI fro "adpBBucmd getbbumodes a0" command SCGCQ00317547 Defect MegaCLI misspell the word "transparent" in bbu mode display SCGCQ00318648 Defect VD creation on regular ...

    IOS5 Programming Cookbook

    - **Performance Testing**: Running your app on a real device is essential for testing performance and battery life. Real-world conditions often differ significantly from those in the simulator. ### 6...

    Spring.MVC.Cookbook.1784396419

    Over 40 recipes for creating cloud-ready Java web applications with Spring MVC About This Book Configure Spring MVC to build logic-less controllers that transparently support the most advanced web ...

    ebook-flutter-revolution.pdf

    This direct compilation eliminates the need for JavaScript bridges, resulting in apps that perform as well as those built with native technologies. Flutter's high performance is crucial for ...

Global site tag (gtag.js) - Google Analytics