FEATURE

Different Types of Locators in Selenium WebDriver

General
232 views 20 secs

When writing automated tests with Selenium WebDriver, the first step is locating the WebElements using the browser developer tools window. To achieve this, different types of locators in Selenium WebDriver, like ID, Name, TagName, ClassName, XPath, CSS Selector, etc., can interact with those respective WebElements. Selenium locators are like the building block of a test […]

FEATURE

No More Seat Costs: Semaphore Plans Just Got Better!

General
353 views 16 secs

We are excited to announce an upcoming update to our pricing plans, aimed at providing even greater value to our users! Starting March 1st, our Startup and Scaleup plans are becoming more budget-friendly.  Additionally, organizations currently on our legacy Standard plans will experience an automatic upgrade to Startup Cloud, unlocking various new features at no […]

FEATURE

Revolutionize Your CI/CD Pipeline: Integrating Testcontainers and Bazel

General
328 views 15 secs

One of the challenges in modern software development is being able to release software often and with confidence. This can only be achieved when you have a good CI/CD setup in place that can test your software and release it with minimal or even no human intervention. But modern software applications also use a wide […]

FEATURE

Azure Container Registry and Docker Hub: Connecting the Dots with Seamless Authentication and Artifact Cache

General
181 views 12 secs

By leveraging the wide array of public images available on Docker Hub, developers can accelerate development workflows, enhance productivity, and, ultimately, ship scalable applications that run like clockwork. When building with public content, acknowledging the potential operational risks associated with using that content without proper authentication is crucial.  In this post, we will describe best […]

FEATURE

Self-Hosting is Dead. Hybrid is the Way to Go

General
431 views 34 secs

If I scroll back through my photo library, it’s astonishing how few photos I have from before 2004. And in 2006 (and probably for a few years after that), I still kept every photo I had on the hard drive of my laptop computer. If I lost that laptop, those photos would be gone forever. […]

FEATURE

JFrog Extends MLOps Integration Efforts via Qwak Alliance

General
470 views 16 secs

JFrog today announced it has integrated its DevSecOps platform with a managed machine learning operations (MLOps) platform from Qwak to advance collaboration between teams building and deploying multiple classes of software artifacts. This alliance comes on the heels of a similar Amazon Sagemaker alliance announced last month that also integrated a managed service for building […]

FEATURE

Docker Desktop 4.28: Enhanced File Sharing and Security Plus Refined Builds View in Docker Build Cloud

General
501 views 9 secs

Docker Desktop 4.28 introduces updates to file-sharing controls, focusing on security and administrative ease. Responding to feedback from our business users, this update brings refined file-sharing capabilities and path allow-listing, aiming to simplify management and enhance security for IT administrators and users alike. Along with our investments in bringing access to cloud resources within the […]

FEATURE

How Much Testing is Too Much?

General
244 views 31 secs

We have reached an interesting point in the automation of IT in general and testing specifically. Our tooling now allows us to generate a list of all of the possible permutations of a given test set. This is interesting because we can generate all of the possible permutations of a given test. We can also […]