Mark HeffernanforTravel Blogheff.hashnode.dev·Nov 20, 2024Another post testing Hashnode and AstroMaecenas ullamcorper orci in eros pellentesque volutpat. Cras at tristique lacus. Praesent quis enim sed quam hendrerit lacinia eu nec urna. Suspendisse non tortor augue. Morbi commodo eget nulla eget facilisis. Proin dui enim, euismod at mollis quis...Discusstest
Mark HeffernanforTravel Blogheff.hashnode.dev·Nov 20, 2024Testing Hashnode and AstroYou think water moves fast? You should see ice. It moves like it has a mind. Like it knows it killed the world once and got a taste for murder. After the avalanche, it took us a week to climb out. Now, I don't know exactly when we turned on each othe...Discusstest
Steve Worthamstevewortham.hashnode.dev·Nov 7, 2024Testing Push Notification: Test Push Notification in iOS Simulator & AndroidHowever, implementing push notifications can be challenging, and testing them is essential to ensure their proper functioning. Fortunately, iOS and Android provide simulators that allow developers to test push notifications without the need for physi...DiscussTesting
Think Throothinkthroo.hashnode.dev·Oct 31, 2024Istanbul usage in tRPC source codeIn this article, we analyze Istanbul usage in tRPC source code. I found this comment — istanbul ignore if. This hints that tRPC uses Istanbul.js, a tool that makes JavaScript test coverage simple. This one took me a while to figure out that tRPC repo...DiscussJavaScript
satyaprakash beherasatyabehera.hashnode.dev·Oct 25, 2024Why are cloud device farms necessary for mobile application testingAccording to Statista, in 2021, global mobile devices reached nearly 15 billion, and projections indicate a rise to 18.22 billion by 2025. With so many different devices out there, it's impossible to manually test the app on each one. Also, the expen...DiscussTesting
Steve Worthamstevewortham.hashnode.dev·Oct 24, 2024Top 4 Tools For Software Testing in 2024In this contemporary digital era, applications have become integrated into various parts of our lives, including communication, entertainment, education, banking, and many more. With users now demanding the best functionality and user experience from...DiscussTesting
satyaprakash beherasatyabehera.hashnode.dev·Oct 8, 2024How to Use Selenium Waits: A Step-by-Step GuideThis could be because of several reasons like network speed, server response time, and client-side rendering. These are the types of timing issues that can make automated tests unreliable and frustrating for maintenance and a complete waste of time. ...DiscussTesting
webshipcoforWebship.cowebshipco.hashnode.dev·Oct 3, 2024Automated Testing of Contact Info Using Webship-jsThe 'Contact Us' page on a website might seem small, but it’s very important. It's where people go to ask questions, give feedback, or get help. Having this page helps businesses appear approachable and trustworthy. However, it’s not just about havin...Discuss·1 likeautomation testing
Arish Ahmadblog.arishahmad.in·Sep 19, 2024Setting Up a Go Web Server on Amazon EC2Launching EC2 with Amazon Linux Open the AWS Management Console and navigate to the EC2. Click “Launch instances”. Enter an appropriate instance name. Select “Amazon Linux” under “Application and OS Images”. Select any “Free tier eligible” I...Discuss·27 readsec2