Introducing stories: Quick Testing Tips

|

Available for web and mobile at:

https://stories.kotlintesting.com

I will share stories on social media, and after first release cycle I will write up summary for tips and tricks that weren’t mentioned in blog posts before.

Make sure to follow KotlinTesting social media profiles on Facebook and Twitter:

Helping people write better tests, in Kotlin: https://www.facebook.com/kotlintesting

Welcome to kotlinTesting – everything about testing with Kotlin https://t.co/LYBcunTlhh— kotlintesting (@kotlintesting) May 31, 2020

I’m experimenting with AMP as well as with Twitter Fleet – check quick tips about #testing in #Kotlin at: https://t.co/xcRVPnBTL2 pic.twitter.com/x1P5KkcId1
— Jarosław Michalik (@rozkminia) February 9, 2021


Join AndroidPro newsletter & get roadmap for Android devs

👉 Architecture
👉 CI/CD
👉 Testing
👉 Compose
👉 projects to learn from
… in a single document


Read more:

  • #kotlinDevChallenge – 10

    #kotlinDevChallenge – 10

    Implement a function that sums the first 5 even numbers from each of three given integer Flows and returns their total sum. Properly handle…

  • #kotlinDevChallenge – 9

    #kotlinDevChallenge – 9

    Write a function that takes a list of lists of integers and returns a single list containing all unique elements. Ensure that the resulting…

  • #kotlinDevChallenge – 8

    #kotlinDevChallenge – 8

    data class A is given. We create an instance of this class and then call the .copy() function. What will be printed out? Mark…