#androidtesting kết quả tìm kiếm

Suppose you want to share code (test data, object generators, etc.) between local and instrumentation tests. In this case, you can create a folder inside a module, like "commonTest" and add/update the "sourceSets" section. #AndroidDev #AndroidTesting

Alex_Zhukovich's tweet image. Suppose you want to share code (test data, object generators, etc.) between local and instrumentation tests. In this case, you can create a folder inside a module, like "commonTest" and add/update the "sourceSets" section.

#AndroidDev #AndroidTesting

You can speed up your UI tests and increase the stability if you run a specific screen (Activity/Fragment/Composable function). Usually, we have many examples when we don't need to create End-To-End (E2E) test cases. Examples in 🧵 #AndroidDev #AndroidTesting #JetpackCompose

Alex_Zhukovich's tweet image. You can speed up your UI tests and increase the stability if you run a specific screen (Activity/Fragment/Composable function). Usually, we have many examples when we don't need to create End-To-End (E2E) test cases.

Examples in 🧵 
#AndroidDev #AndroidTesting #JetpackCompose

Yesterday, I had the first part of my workshop about "Android UI testing". A blog post about UI testing and project for practice basics of Espresso framework will be published soon. #AndroidDev #androidtesting

Alex_Zhukovich's tweet image. Yesterday, I had the first part of my workshop about "Android UI testing". 
A blog post about UI testing and project for practice basics of Espresso framework will be published soon. #AndroidDev #androidtesting

Did you know that you can render screenshots with Robolectric Native graphics? And that you can enable it for ALL tests via gradle? No need for GraphicsMode annotation! That's not officially documented, but we're here to share the knowledge 😉 #Robolectric #AndroidTesting

Gio_Sastre's tweet image. Did you know that you can render screenshots with Robolectric Native graphics?

And that you can enable it for ALL tests via gradle? No need for GraphicsMode annotation!

That's not officially documented, but we're here to share the knowledge 😉

#Robolectric #AndroidTesting

Andaba bosquejando el tallercito de Testing en Android y vamos así... ¿qué le adicionarían a los puntos en esta lista? #androiddevs #androidtesting #tests 🧑🏾‍💻

DevPicon's tweet image. Andaba bosquejando el tallercito de Testing en Android y vamos así... ¿qué le adicionarían a los puntos en esta lista? #androiddevs #androidtesting #tests 🧑🏾‍💻

#TestingTipsWeek Day 3: An ideal test should be short, fast and self-contained, but often we can see that half of our test case is the initialization of variables mocking stuff which is needed for our test. #androiddev #androidtesting #testing #quality

Alex_Zhukovich's tweet image. #TestingTipsWeek Day 3: An ideal test should be short, fast and self-contained, but often we can see that half of our test case is the initialization of variables mocking stuff which is needed for our test. #androiddev #androidtesting #testing #quality

Jetpack Compose Testing Tip: You can log the current state of a node tree or component(s) to find more information about UI components at a specific moment of time using the ".printToLog(TAG)" function. #JetpackCompose #AndroidDev #AndroidTesting

Alex_Zhukovich's tweet image. Jetpack Compose Testing Tip:

You can log the current state of a node tree or component(s) to find more information about UI components at a specific moment of time using the ".printToLog(TAG)" function.

#JetpackCompose #AndroidDev #AndroidTesting

Don’t add data in UI tests via UI (adding notes) if it’s only a preparation step. Update the database or use fake data instead. Your tests will run faster and be more reliable. #AndroidTesting #AndroidDev #Testing

Alex_Zhukovich's tweet image. Don’t add data in UI tests via UI (adding notes) if it’s only a preparation step. Update the database or use fake data instead. Your tests will run faster and be more reliable.

#AndroidTesting #AndroidDev #Testing

The state of the app and device should be the same before and after running a test case. The Barista library has helpful test rules for the following tasks: • Clear the app's SharedPreferences • Clear the app's Databases • Clear the app's files #AndroidDev #AndroidTesting

Alex_Zhukovich's tweet image. The state of the app and device should be the same before and after running a test case.

The Barista library has helpful test rules for the following tasks:
• Clear the app's SharedPreferences
• Clear the app's Databases
• Clear the app's files

#AndroidDev #AndroidTesting

#TestingTipsWeek Day 2: Many projects have a lot of different tests: unit, integration, E2E and sometimes much more. However, when we analyze different test cases they are different from a size perspective. #androiddev #androidtesting #testing

Alex_Zhukovich's tweet image. #TestingTipsWeek Day 2: Many projects have a lot of different tests:   unit, integration, E2E and sometimes much more. However, when we analyze different test cases they are different from a size perspective.   #androiddev #androidtesting #testing

Two days ago, I had a full day workshop at @AppdevconNL conference about "Modern Android UI Testing". Thank you everyone who joined to the workshop. 🔽 Slides and repo with tasks and solutions. #AndroidDev #AndroidTesting #AppDevCon #UiTesting

Alex_Zhukovich's tweet image. Two days ago, I had a full day workshop at @AppdevconNL conference about "Modern Android UI Testing". 

Thank you everyone who joined to the workshop. 

🔽 Slides and repo with tasks and solutions.

#AndroidDev #AndroidTesting #AppDevCon #UiTesting

La comunidad puede ser maravillosa! 😍 Es un orgullo saber que Barista ayuda y gusta tanto a la gente ☕ #AndroidTesting #AndroidDev @AdevintaEng github.com/AdevintaSpain/…

sloydev's tweet image. La comunidad puede ser maravillosa! 😍 Es un orgullo saber que Barista ayuda y gusta tanto a la gente ☕ #AndroidTesting #AndroidDev @AdevintaEng github.com/AdevintaSpain/…
sloydev's tweet image. La comunidad puede ser maravillosa! 😍 Es un orgullo saber que Barista ayuda y gusta tanto a la gente ☕ #AndroidTesting #AndroidDev @AdevintaEng github.com/AdevintaSpain/…
sloydev's tweet image. La comunidad puede ser maravillosa! 😍 Es un orgullo saber que Barista ayuda y gusta tanto a la gente ☕ #AndroidTesting #AndroidDev @AdevintaEng github.com/AdevintaSpain/…

#TestingTipsWeek Day 6: DSL (Domain Specific Language) can help us to reduce amount of boilerplate code for UI test case. I recommend try to introduce DSL to your project, it simplify reading and understanding test cases. #AndroidDev #androidtesting #testing

Alex_Zhukovich's tweet image. #TestingTipsWeek Day 6: DSL (Domain Specific Language) can help us to reduce amount of boilerplate code for UI test case. I recommend try to introduce DSL to your project, it simplify reading and understanding test cases. #AndroidDev #androidtesting #testing

📸 Get ready for the game-changing AndroidUiTestingUtils 2.0.0-beta01 update! 🚀 Now with support for library-agnostic screenshot tests! Unfortunately, my 🏝️ is calling, but rest assured the blog post is in the oven! 🔥 👉 github.com/sergio-sastre/… #AndroidTesting #UIAutomation

Gio_Sastre's tweet image. 📸 Get ready for the game-changing AndroidUiTestingUtils 2.0.0-beta01 update!
🚀 Now with support for library-agnostic screenshot tests!

Unfortunately, my 🏝️ is calling, but rest assured the blog post is in the oven! 🔥

👉 github.com/sergio-sastre/… 

#AndroidTesting #UIAutomation

📸 AndroidUiTestingUtils 2.0.0-beta02 coming next week! Main highlight? Support for Robolectric & Roborazzi 🤩 I leave you a teaser in the images 👀 ... Feel free to suggest features or give Feedback! 👇 github.com/sergio-sastre/… #Robolectric #AndroidTesting

Gio_Sastre's tweet image. 📸 AndroidUiTestingUtils 2.0.0-beta02 coming next week!

Main highlight? Support for Robolectric & Roborazzi 🤩

I leave you a teaser in the images 👀 ...

Feel free to suggest features or give Feedback! 👇
github.com/sergio-sastre/… 

#Robolectric #AndroidTesting
Gio_Sastre's tweet image. 📸 AndroidUiTestingUtils 2.0.0-beta02 coming next week!

Main highlight? Support for Robolectric & Roborazzi 🤩

I leave you a teaser in the images 👀 ...

Feel free to suggest features or give Feedback! 👇
github.com/sergio-sastre/… 

#Robolectric #AndroidTesting

購入しました! 安心のリリースを実現する、バイブル。「Androidテスト全書」が一般販売開始! peaks.cc/FA152C21/andro… #AndroidTesting 買っちった


Dive into the nuances of Advanced Android App Testing with the insightful guidance of @0ninaik & @zinja_coder .🚀📱 Unlock the secrets to ensuring robust app security and performance. #AndroidTesting #TechSkills #AppSecurity #NSConclave2024

NSConclave's tweet image. Dive into the nuances of Advanced Android App Testing with the insightful guidance of @0ninaik & @zinja_coder .🚀📱 Unlock the secrets to ensuring robust app security and performance. 

#AndroidTesting #TechSkills #AppSecurity #NSConclave2024
NSConclave's tweet image. Dive into the nuances of Advanced Android App Testing with the insightful guidance of @0ninaik & @zinja_coder .🚀📱 Unlock the secrets to ensuring robust app security and performance. 

#AndroidTesting #TechSkills #AppSecurity #NSConclave2024

「Androidテスト全書」購入。テストしますわー。 peaks.cc/1AD1E0F4/andro… #AndroidTesting


Android App Testing Guide Android app testing ensures performance, compatibility, and usability across devices. With HeadSpin, test real-world conditions for seamless, high-quality user experiences globally. #androidapptesting #androidtesting Read more:- headspin.io/solutions/andr…


Read our blog for actionable strategies on building robust checklists that keep your app stable across thousands of devices. na2.hubs.ly/H01lDJf0 . #AndroidTesting #MobileQA #AppTesting #SoftwareTesting #QATips #MobileDevelopment #FragmentationChallenge #AndroidQA


Android Test Automation Frameworks Guide Android test automation frameworks streamline testing, ensuring reliability, scalability, and faster delivery with HeadSpin’s real-device performance insights. #Apptesting #androidtesting Read more:- headspin.io/blog/ultimate-…


Guide to iOS App Testing🔈🔉🔊 iOS app testing ensures quality, performance, and usability across devices. HeadSpin enables real-device testing, AI insights, and global performance validation.🔈🔉🔊 #androidtesting #iosapptesting Read more:- headspin.io/blog/ios-app-t…


From design to debugging to testing — our speaker is walking us through the full journey with Jetpack Compose Flow Layout! Clean UI, responsive flow, and smart test strategies all in one session. Big thanks to @droidconke @flutterconKE @gdsc_dekut #AndroidDev #AndroidTesting


Photo transfers may seem simple - but testing them isn’t Quaco Robots automate the entire Quick Share flow between real Android devices, validating results with AI-powered vision Start testing smarter: sgbi.us #TestAutomation #AndroidTesting #RoboticTesting #SGBI


🚀 Discover ReDroid, a lightweight Docker-based Android emulator that accelerates automated testing with lower resource consumption! Perfect for CI/CD environments. Say goodbye to slow startups! 🐳📱 #ReDroid #AndroidTesting #DevOps #Docker @AntonKrylov ift.tt/2zyRhVl

dev.to

Redroid

What is ReDroid? ReDroid is a lightweight alternative to the standard Android emulator...


Testing across multiple Android devices? Automated Android app testing helps you scale effortlessly, improve coverage & ship with confidence. 📲⚙️ Check out how it works👇 🔗 testgrid.io/blog/automated… #AndroidTesting #QAAutomation #DevOps

CalderBugHunter's tweet image. Testing across multiple Android devices?

Automated Android app testing helps you scale effortlessly, improve coverage & ship with confidence. 📲⚙️

Check out how it works👇
🔗 testgrid.io/blog/automated…

#AndroidTesting #QAAutomation #DevOps

After so much struggle finally install setup android studio -launch emulator -connect with Appium server -open Appium inspector -Successfully install demo APK -now ready to start android testing #AndroidTesting #Appium #MobileTesting #AutomationTesting #SDET

Shardul40031995's tweet image. After so much struggle finally install setup android studio

-launch emulator

-connect with Appium server

-open Appium inspector

-Successfully install demo APK

-now ready to start android testing

#AndroidTesting #Appium #MobileTesting #AutomationTesting #SDET

Your Android app deserves to be flawless. 🚀 We deliver end-to-end Android App Testing to ensure crash-free, user-ready apps. ✔️ Real device testing ✔️ Bug-free performance ✔️ Faster deployment Get started 👉 aqusag.com/android-app-te… #AndroidTesting #AppDevelopment

aqusag's tweet image. Your Android app deserves to be flawless. 🚀

We deliver end-to-end Android App Testing to ensure crash-free, user-ready apps.

✔️ Real device testing
✔️ Bug-free performance
✔️ Faster deployment

Get started 👉 aqusag.com/android-app-te…

#AndroidTesting #AppDevelopment

Learn how to use Burpsuite to intercept and analyze traffic from an Android device! The video covers setting up proxy settings and capturing HTTPS traffic with examples like McDonald's and Gmail. 🌐📱 #Burpsuite #AndroidTesting #USA link: ift.tt/pOZYxwJ

TweetThreatNews's tweet image. Learn how to use Burpsuite to intercept and analyze traffic from an Android device! The video covers setting up proxy settings and capturing HTTPS traffic with examples like McDonald's and Gmail. 🌐📱 #Burpsuite #AndroidTesting #USA

link: ift.tt/pOZYxwJ

Wow the new Android Testing framework is a game changer! 😍 Jetpack + Nitrogen fuel = just awesome 🚀⛽ will have to check out the Codelab #io18 #Android #AndroidTesting #espresso #AndroidJetpack #Nitrogen

kplanz's tweet image. Wow the new Android Testing framework is a game changer! 😍 Jetpack + Nitrogen fuel = just awesome  🚀⛽ will have to check out the Codelab #io18 #Android #AndroidTesting #espresso #AndroidJetpack #Nitrogen

Suppose you want to share code (test data, object generators, etc.) between local and instrumentation tests. In this case, you can create a folder inside a module, like "commonTest" and add/update the "sourceSets" section. #AndroidDev #AndroidTesting

Alex_Zhukovich's tweet image. Suppose you want to share code (test data, object generators, etc.) between local and instrumentation tests. In this case, you can create a folder inside a module, like "commonTest" and add/update the "sourceSets" section.

#AndroidDev #AndroidTesting

You can speed up your UI tests and increase the stability if you run a specific screen (Activity/Fragment/Composable function). Usually, we have many examples when we don't need to create End-To-End (E2E) test cases. Examples in 🧵 #AndroidDev #AndroidTesting #JetpackCompose

Alex_Zhukovich's tweet image. You can speed up your UI tests and increase the stability if you run a specific screen (Activity/Fragment/Composable function). Usually, we have many examples when we don't need to create End-To-End (E2E) test cases.

Examples in 🧵 
#AndroidDev #AndroidTesting #JetpackCompose

A few resources to learn how to test Android apps → philosophicalhacker.com/post/some-reso… Nicely gathered by @philosohacker 🙂 #AndroidDev #AndroidTesting

Genymotion's tweet image. A few resources to learn how to test Android apps → philosophicalhacker.com/post/some-reso… Nicely gathered by @philosohacker 🙂 #AndroidDev #AndroidTesting

Yesterday, I had the first part of my workshop about "Android UI testing". A blog post about UI testing and project for practice basics of Espresso framework will be published soon. #AndroidDev #androidtesting

Alex_Zhukovich's tweet image. Yesterday, I had the first part of my workshop about "Android UI testing". 
A blog post about UI testing and project for practice basics of Espresso framework will be published soon. #AndroidDev #androidtesting

4 Things to consider when you think of Test Automation → medium.com/@swamyshettru/… #AndroidDev #AndroidTesting

Genymotion's tweet image. 4 Things to consider when you think of Test Automation → medium.com/@swamyshettru/…

#AndroidDev #AndroidTesting

RT Still working on #leanpub Responsible Design 4 #Android jbrains? Any news reflecting recent #AndroidTesting supp…

Benkoen64's tweet image. RT Still working on #leanpub Responsible Design 4 #Android jbrains? Any news reflecting recent #AndroidTesting supp…

RT: RT netregex: At #io15 we announced the latest version of the #AndroidTesting Support Library. More details: …

Worldgaminn's tweet image. RT: RT netregex: At #io15 we announced the latest version of the #AndroidTesting Support Library. More details: …

How to use Firebase CLI to clear Firestore when Android instrumentation tests stackoverflow.com/questions/6179… #googlecloudfirestore #androidtesting

overflow_meme's tweet image. How to use Firebase CLI to clear Firestore when Android instrumentation tests stackoverflow.com/questions/6179… #googlecloudfirestore #androidtesting

La comunidad puede ser maravillosa! 😍 Es un orgullo saber que Barista ayuda y gusta tanto a la gente ☕ #AndroidTesting #AndroidDev @AdevintaEng github.com/AdevintaSpain/…

sloydev's tweet image. La comunidad puede ser maravillosa! 😍 Es un orgullo saber que Barista ayuda y gusta tanto a la gente ☕ #AndroidTesting #AndroidDev @AdevintaEng github.com/AdevintaSpain/…
sloydev's tweet image. La comunidad puede ser maravillosa! 😍 Es un orgullo saber que Barista ayuda y gusta tanto a la gente ☕ #AndroidTesting #AndroidDev @AdevintaEng github.com/AdevintaSpain/…
sloydev's tweet image. La comunidad puede ser maravillosa! 😍 Es un orgullo saber que Barista ayuda y gusta tanto a la gente ☕ #AndroidTesting #AndroidDev @AdevintaEng github.com/AdevintaSpain/…

Andaba bosquejando el tallercito de Testing en Android y vamos así... ¿qué le adicionarían a los puntos en esta lista? #androiddevs #androidtesting #tests 🧑🏾‍💻

DevPicon's tweet image. Andaba bosquejando el tallercito de Testing en Android y vamos así... ¿qué le adicionarían a los puntos en esta lista? #androiddevs #androidtesting #tests 🧑🏾‍💻

Two days ago, I had a full day workshop at @AppdevconNL conference about "Modern Android UI Testing". Thank you everyone who joined to the workshop. 🔽 Slides and repo with tasks and solutions. #AndroidDev #AndroidTesting #AppDevCon #UiTesting

Alex_Zhukovich's tweet image. Two days ago, I had a full day workshop at @AppdevconNL conference about "Modern Android UI Testing". 

Thank you everyone who joined to the workshop. 

🔽 Slides and repo with tasks and solutions.

#AndroidDev #AndroidTesting #AppDevCon #UiTesting

Did you know that you can render screenshots with Robolectric Native graphics? And that you can enable it for ALL tests via gradle? No need for GraphicsMode annotation! That's not officially documented, but we're here to share the knowledge 😉 #Robolectric #AndroidTesting

Gio_Sastre's tweet image. Did you know that you can render screenshots with Robolectric Native graphics?

And that you can enable it for ALL tests via gradle? No need for GraphicsMode annotation!

That's not officially documented, but we're here to share the knowledge 😉

#Robolectric #AndroidTesting

#TestingTipsWeek Day 3: An ideal test should be short, fast and self-contained, but often we can see that half of our test case is the initialization of variables mocking stuff which is needed for our test. #androiddev #androidtesting #testing #quality

Alex_Zhukovich's tweet image. #TestingTipsWeek Day 3: An ideal test should be short, fast and self-contained, but often we can see that half of our test case is the initialization of variables mocking stuff which is needed for our test. #androiddev #androidtesting #testing #quality

The state of the app and device should be the same before and after running a test case. The Barista library has helpful test rules for the following tasks: • Clear the app's SharedPreferences • Clear the app's Databases • Clear the app's files #AndroidDev #AndroidTesting

Alex_Zhukovich's tweet image. The state of the app and device should be the same before and after running a test case.

The Barista library has helpful test rules for the following tasks:
• Clear the app's SharedPreferences
• Clear the app's Databases
• Clear the app's files

#AndroidDev #AndroidTesting

Loading...

Something went wrong.


Something went wrong.


United States Trends