Featured

Software Testing Videos

Migrate from Selenium to Selenide to Stabilize Your Tests

November 12, 2024 0

Selenium WebDriver is a great open source tool, but it is not software a testing library. It is a browser manipulation tool. Still, a good deal of software QA projects are built on pure Selenium. Selenide is a testing library based on Selenium for making stable and readable tests.

Featured

When Software Testing Gets Creative: Evaluating Generative AI
Articles

Generative AI in Software Testing

November 20, 2024 0

“Right now, people talk about being an AI company. There was a time after the iPhone App Store launch where people talked about being a mobile company. But no software company says they’re a mobile company now because it’d be unthinkable to not have a mobile app. And it’ll be unthinkable not to have intelligence integrated into every product and service. It’ll just be an expected, obvious thing.”- Sam Altman.

Knowledge

  • Why Employee Communication Software is Here to Stay for Software Testing Teams

    November 15, 2024 0
    Effective communication tools are revolutionizing productivity within software testing teams. According to a Gallup poll, well-executed communication strategies can boost productivity by up to 23%, translating to billions in potential savings or revenue. As the nature of software testing shifts toward distributed models, with remote teams often spanning different time [...]
  • Top Technology Trends in Software Testing

    November 6, 2024 0
    Quality assurance and thorough testing have always been key in software releases and updates, but their importance has grown in today’s increasingly digital world. It’s not just about ensuring everything functions correctly and fixing bugs, though that’s crucial. share share share share 
  • How Sales Enablement Can Support Effective Software Testing

    November 5, 2024 0
    In software development, project success often depends on the collaborative efforts of technical, testing, and sales teams. While sales enablement may seem unrelated to software testing, it plays an essential role in aligning departments and providing critical insights for each stage of the software lifecycle. share share share share 
  • 5 Essential Software Tools for Urban Air Mobility (UAM) Development

    November 4, 2024 0
    Urban Air Mobility (UAM) represents a future where air transportation systems operate within and around urban areas, offering a new dimension to city commuting and logistics. Software tools that allow testing and monitoring of UAM are key factors in the successful development of this technology. share share share share 

Tools

  • Open Source Database Testing Tools

    September 26, 2024 7
    Database testing is one of the areas that might have the smaller number of open source tools. The programming languages have many xUnit tools and mocking frameworks, but this is not the case for databases. This article provides a list of open source tools that can be used to perform [...]
  • Exploratory Testing Chrome Extensions

    August 5, 2024 0
    This article presents a list of exploratory testing extensions available for the dominant Chrome browser. The current trend in software testing might be to talk about test automation or artificial intelligence, but in some cases nothing replace the intelligence of a human tester to detect bugs and consequences of irrational [...]
  • Learning Gatling: Documentation, Tutorials, Videos

    May 24, 2024 1
    Gatling is an open source load testing tool. It officially supports HTTP, WebSocket, Server-Sent-Events and JMS. Gatling is developed in Scala and built upon Netty for non-blocking HTTP. It works with Akka for virtual users’ orchestration. share share share share 
  • Free Online Test Data Generators

    May 9, 2024 1
    Most of your software testing activities will require to use data. Sometimes it could be just a small amount, however if you must test a feature to deliver an order confirmation on more than one page, then you need something other than a few items. share share share share 

Videos

  • Tips for Successful Hybrid Mobile Applications Testing

    October 14, 2024 1
    Hybrid mobile applications, combining the best of both web and native technologies, are gaining popularity for their cost-effectiveness and faster development cycles. However, testing these applications presents unique challenges, particularly with WebViews. share share share share 
  • Building Test Suites for .NET Web APIs

    October 1, 2024 0
    You built an API in .NET, put it in production, customers are using it, and now you have promises to keep. Promises related to the API contract and behavior. A good test suite will help you keep those promises by [...]