Older web applications were simple. They were static and included a couple of headings and paragraphs. But as web applications progressed, it became a different game altogether. As web applications get upgraded with new features, they become more complex. Modern web applications contain different kinds of elements and functions. And whether you want to test…
Year: 2021
Deploying software is a bit like opening the curtain on a Broadway play. By the time the lights dim and the curtain rises, the audience sees a well-oiled machine—not to mention the product of months of practice and preparation. Likewise, software has to go through heavy deployment testing before it reaches the public so that…
In this post, I’ll review some of the common challenges with testing Salesforce applications and integrations, how other frameworks and vendor tools attempt to solve these challenges, and finally, how Testim does it better. Why Test Salesforce? Before we start talking about testing Salesforce, it’s essential to understand why you should examine your Salesforce implementation. …
AI-powered test automation for Salesforce applications and integrations. Salesforce is used by over 150,000 customers. For many, it’s critical to their business. They integrate it with their core processes and customize it to fit their needs. When it doesn’t work, your business and customers can suffer. That’s why many organizations consider it necessary to perform…
After publishing many posts about software testing, we’re here again to help you further increase your software testing knowledge. Today’s topic is Selenium Grid. Selenium is a widely used tool for web application testing. Selenium Grid, in turn, is a component of the Selenium suite that specializes in grid testing, which is a form of…
These days, a growing number of DevOps teams are automating software testing to improve delivery times and boost software quality. Quite simply, this strategy enables team members to spend less time on grunt work and more time building and iterating on high-quality software. It’s safe to say most DevOps professionals don’t head to work each…
Today we bring yet another testing-related concept for you. Well, we’re bringing two: TDD (Test Driven Development) and BDD (Behavior Driven Development). These are two widely known software development techniques in which automated tests play a central role. But people are often confused with these two concepts. “TDD vs. BDD?” is a question that gets…
Today’s post aims to answer a pretty straightforward question: How do I find an element by XPath in Selenium? So, why is this a question worth tackling? What is XPath, and why should you care about it? Here on this blog, we’re all about software testing. Selenium is one of the most popular tools for…
When it comes to front-end testing, CSS testing is often overlooked. There are undoubtedly significant challenges in CSS testing, but that doesn’t mean it should be dismissed as an unimportant tool in an overall testing strategy. In this post, we’ll offer you a guide to this form of testing, so you understand the motivations behind…