• Product
    • Key Features
    • Visual AI
    • Automatic Test Management
    • Dashboard & Analytics
    • Ecosystem Integrations
    • Solutions For
    • Test Engineers
    • Developers
    • DevOps
    • Product & Marketing
  • Pricing
  • Customers
  • Resources
    • Get Started!
    • Documentation
    • Resource library
    • Blog
  • About
  • Careers
  • Sign In
  • Free Trial
  • Product
    • Key Features
    • Visual AI
    • Automatic Test Management
    • Dashboard & Analytics
    • Ecosystem Integrations
    • Solutions For
    • Test Engineers
    • Developers
    • DevOps
    • Product & Marketing
  • Pricing
  • Customers
  • Resources
    • Get Started!
    • Documentation
    • Resource library
    • Blog
  • About
  • Careers
  • Sign In
  • Free Trial

Applitools Named to CB Insights’ AI 100 List for the Second Year in a Row

News
February 7, 2019By Al SargentNo Comments
100 most promising privately-held artificial intelligence (AI) companies in the world

We’re excited to share that Applitools has once again been named to the CB Insights 2019 AI 100!

This list represents the 100 most promising privately-held artificial intelligence (AI) companies in the world. These are companies using AI to solve big challenges, and we’re honored to be recognized alongside so many well-respected and innovative companies.

How did we make the list?

Read more…

Collaborating with Developers: How-to Guide for QA Pros & Test Engineers

Webinars
January 31, 2019By Addie Ben-YehudaNo Comments
Gil Tayar, Sr. Architect and Evangelist @ Applitools

Gil Tayar, Sr. Architect and Evangelist @ Applitools

Watch this in-depth session by Gil Tayar about how Test Engineers and QA pros can successfully collaborate with developers.

This webinar includes an extensive overview on test methodologies and types – especially for frontend testing – tips, tricks, and best practices on how to effectively test developer code, and how to decipher developer lingo.

The full webinar recording and Gil’s slide-deck are below.

“I will give a recipe that you can follow to ease your fear of the unknown: writing tests for developer code. At the end of this session, I guarantee that you will gain a deeper understanding of different kinds of tests, know how to decipher developer terminology, and learn how to write unit, integration, browser, and E2E tests.” — Gil Tayar. Sr. Architect & Evangelist

Read more…

Automation Guild Online Conference 2019 – See You There!

Events
January 28, 2019By Addie Ben-YehudaNo Comments

In February, we’re joining test automation industry leaders at the 2019 Automation Guild Online Conference!

And as Platinum Sponsors, we are very proud to make it even more affordable for you: add coupon name APPLITOOLS when registering — and get 20% off your ticket!

Automation Guild Conference 2019

Read more…

Which programming language is most popular for UI test automation in 2019?

Our Data
January 26, 2019By Angie Jones, Automation EngineerNo Comments
Which to choose

There is always a lot of uncertainty around which programming language to use when starting a new test automation project.  Should you go with the same language that the development team is using? Or should you choose a language that has an abundance of community support so that you can easily get help when stuck? These are critical points to consider.

What our data is saying

More than half of the top ten companies in software, financial services, and healthcare verticals have enhanced their UI test automation suites with Applitools’ visual validation. With millions of tests running in our cloud every week, we’ve observed interesting trends on how these top companies are succeeding with their test automation initiatives. We’ll share these insights in a series of blog posts, starting with this one.Read more…

Life at Applitools: Tomer Steinfeld

Team
January 22, 2019By Rebecca O'ConnorNo Comments

Tomer Steinfeld has been working as a Frontend Developer with Applitools for over a year now. He’s an expert developer and the nicest of people! His currrent focus has been rewriting Selenium IDE from scratch to bring it up to date with modern web standards. It is now both a Google Chrome extension and Firefox add-on, is written in React and MobX and does very challenging things. These include recording user interactions, playing them back, supporting many types of UI selectors, supporting interaction with other extensions to extend functionality, emitting code and exporting it, dealing with security constraints, and much more.

We sat down with Tomer to find out what brought him to work in web development and Applitools, and how he continues to learn and build on his skills within his role.

Read more…

How to troubleshoot and fix React bugs fast [step-by-step tutorial]

How To
January 22, 2019By Bilal HaidarNo Comments
ReactJS logo

I’ve been playing around with Applitools for quite some time now, and I’d like to share what I’ve found to help you quickly troubleshoot React bugs and fix them fast.

Read more…

How to test Storybook components in Angular applications [step-by-step tutorial]

How To
January 18, 2019By Bilal HaidarNo Comments
Angular, Storybook and Applitools

To better understand the Applitools Storybook SDK for Angular, here is a tutorial on how to build a small AngularJS application from scratch, adding some Storybook stories, and then finally performing visual regression testing using the Applitools SDK to generate snapshots for us to view and analyze.

You can find the source code for this article on GitHub by following this link storybook-angular-applitools repo.

Read more…

Confident React – Kent C. Dodds Speaks about Frontend Testing

Webinars
January 11, 2019By Addie Ben-YehudaNo Comments
Kent C. Dodds - full stack JavaScript engineer, PayPal

Kent C. Dodds – full-stack JavaScript engineer, PayPal

Watch this webinar with Kent C. Dodds about frontend testing, and prepare to re-think everything you think you know about shipping apps with confidence. We want to make sure that when we ship new code, our users can use the application. The best way we’ve found to do that is to write automated tests that run before we deploy a new version of the app.

But there’s a catch with frontend testing: if our tests aren’t doing exactly what the user will do, then how do we really know that things will work when users interact with our apps?

Expert Kent C. Dodds makes us rethink everything we know about frontend testing: what it means to ship applications with confidence, and what it takes to get there. With improved tools and practices, we can be more certain that what we’re shipping to our users will work the way it’s intended. Watch his full session right here:  Read more…

How Angie Jones is taking the World’s Automation Engineers to the Next Level

Team
January 2, 2019By Jasmine Johnson, Wogrammer Journalism FellowNo Comments

“I’m now at a point in my career where my skill set is sought after by many tech companies. That is amazing to me; I have leveled up.”

For Angie Jones, leveling up is an everyday occurrence. Not only does she make sure she is consistently up-to-date in the forever changing dynamics of the tech world, but with her non-traditional job, she is afforded the opportunity to help others become better engineers as well. Angie had no idea that enrolling in her first computer programming class at Tennessee State University would lead to a career in aiding aspiring engineers around the world.

Read more…

How to upgrade your Frontend Testing in 2019

Events, Webinars
December 13, 2018By Al SargentNo Comments
Speaker lineup for Applitools State of Testing 2019 webinar

No front end project can survive without an effective testing strategy. Why?

Because frontend projects can be as complex as backend projects — but users still expect a flawless experience. And if those users complain to your management… it’s just bad.

So, more and more frontend developers are realizing that they need to bake automated testing into their development process.

But questions remain:

  • What testing should you do beyond unit testing?
  • How can you find the time to both code and build/run/maintain automated tests?
  • How do you maintain tests when requirements and features are constantly changing — and you’re pushing new code into production daily?
  • How do you convince your boss that testing isn’t a waste of time?

We want to help you out of this.

Please join us at State of Frontend Testing, a free online event where frontend testing experts share how to quickly build high-quality web and mobile apps in 2019. We’ll cover the testing strategies, tools and frameworks you should be using in 2019.

Read more…

“AI, Please Test My App!” – Software Testing and the Role of AI – with Gil Tayar

Webinars
December 13, 2018By Addie Ben-YehudaNo Comments
Gil Tayar, Sr. Architect and Evangelist @ Applitools

Gil Tayar, Sr. Architect and Evangelist @ Applitools

The future of software testing is autonomy: creating programs that autonomously test applications. So should you fear for your future, or be excited by the opportunities?

Watch this special end-of-year session with Gil Tayar, and learn if AI in software testing is something to look forward to: will it make software testers better? Or obsolete? Read more…

The European Software Testing Summit London 2018 – See You There!

Events
December 6, 2018By Addie Ben-YehudaNo Comments

The European Software Testing Summit in London - logo
Next week, we’re joining software testing leaders at The 2018 European Software Testing Summit in London, UK!

What is The European Software Testing Summit? Read more…

Applitools Root Cause Analysis: Found a Bug? We’ll Help You Fix It!

How To, Product, Video
December 5, 2018By Gil Sever, Applitools CEO & Co-founderNo Comments

I’m pleased to announce that Applitools has released Root Cause Analysis, or RCA for short. This new offering allows you to instantly pinpoint the root cause of visual bugs in your front-end code. I’d like to explain why RCA matters to you, and how it’ll help you in your work.

pasted image 0 4

https://dilbert.com/strip/2015-04-24

Well, maybe RCA doesn’t find THE root cause. After all, all software bugs are created by people, as the Dilbert cartoon above points out.

But when you’re fixing visual bugs in your web apps, you need a bit more information than what Dilbert is presenting above.

The myriad challenges of front-end debugging

What we’ve seen in our experience is that, when you find a bug in your front-end UI, you need to answer the question: what has changed?

Read more…

Test Automation U: Sneak Peek with Angie Jones

Webinars
December 3, 2018By Addie Ben-YehudaNo Comments

TAU- Test Automation U - logo

Test Automation University is open for enrollment!

Read more…

How to update Jenkins build status in GitHub pull requests [Step-by-Step Tutorial]

How To
November 27, 2018By Sophie Tagar, Support Engineer @ ApplitoolsNo Comments
Integrating Jenkins & GitHub

I regularly use Jenkins CI and GitHub to help our customers integrate Applitools into their continuous integration workflow. Even though I’m pretty familiar with both tools, there’s one thing that drives me nuts.

Here’s the problem:

I can’t see Jenkins build status in my GitHub repo pull request. Below is a screenshot of a typical GitHub pull request. As you can see, there’s no indication of my Jenkins build status.

 

This forces me to leave GitHub and go to Jenkins every time I merge, just so I can check the build status.

Doing this once is no big deal. But after doing this for a hundred pull requests, I feel like pulling my hair out. (And that would just look weird.)

Read more…

QA Financial Forum: New York, NY 2018 – See You There!

Events
November 26, 2018By Addie Ben-YehudaNo Comments

QA Financial - Logo

This week, we’re joining FinTech leaders at the 2018 QA Financial Forum in New York City!

Read more…

Selenium IDE: The Next Generation – presented by Simon Stewart

Webinars
November 16, 2018By Addie Ben-YehudaNo Comments
Simon Stewart - Selenium Project Lead and Creator of WebDriver

Simon Stewart – Selenium Project Lead and Creator of WebDriver

Selenium IDE got a new long overdue overhaul, and Simon Stewart, Selenium Project Lead and Creator of WebDriver, unveiled the new Selenium IDE in a special live session, including capabilities, features, and roadmap — now available on-demand.  Read more…

EuroSTAR Software Testing Conference 2018 – See You There!

Events
November 8, 2018By Addie Ben-YehudaNo Comments

EuroStar Conference 2018 - logo

Next week, we’re joining European software testing leaders at the World Forum The Hague in the Netherlands at EuroSTAR Software Testing Conference 2018!

Read more…

Agile Testing Days 2018 Germany – See You There!

Events
November 8, 2018By Addie Ben-YehudaNo Comments

Agile Testing Days Conf - Germany - logoNext week, we’re joining agile and test automation leaders at the Dorint Sanssouci Berlin/Potsdam in Potsdam, Germany at Agile Testing Days 2018!

Read more…

Agile + DevOps East Orlando, FL – See You There!

Events
November 5, 2018By Addie Ben-YehudaNo Comments

Agile + DevOps East Orlando, FL - logo

This week, we’re joining agile, DevOps and other software delivery practitioners at the Renaissance Orlando at SeaWorld® in Orlando, Florida at Agile + DevOps East 2018!

Read more…

Applitools Expands Left: AI Powered Ultrafast Visual Testing for Developers

News, Product
November 5, 2018By Gil Sever, Applitools CEO & Co-founderNo Comments
Cypress, Storybook, React, Angular, Vue

On September 9, 1947, Grace Hopper recorded the first computer bug ever in the Harvard Mark II computer’s logbook. The bug in question? Believe it or not, an actual bug – a moth – flew into the relay contacts in the computer and got stuck. Hopper duly taped the moth into the logbook. Then she added the explanation: “First actual case of bug being found.” (This might be the most famous moth in history.)

Grace Hopper's original notebook entry

Grace Hopper’s original notebook entry

If only things were this simple today. As software continuously grows in complexity, so does the process of testing and debugging. Nowadays, the lifecycle of a bug in software can be lengthy, costly, and frustrating.Read more…

Life at Applitools: Gil Tayar, Senior Software Architect

Team
October 29, 2018By Noga CohenNo Comments

This interview originally appeared on the Blazemeter blog. We like it so much we’re cross-posting it here.

Blazemeter sat down recently to learn from Gil Tayar, who is both a senior software architect and an evangelist on the software engineering team at Applitools in Israel. He joined Applitools in 2017, and already has made some great contributions, having led the development of the visual grid of hundreds of browsers on our cloud, enabling customers to capture screenshots of their application UIs on multiple types of browsers and screen resolutions, and find more bugs in less time.

Read more…

Visual UI Testing at the Speed of Unit Testing, with new SDKs for Cypress and Storybook

News, Product, Webinars
October 29, 2018By Addie Ben-YehudaNo Comments

Cypress & Storybook

Listen to Gil Tayar’s webinar on the new Applitools SDKs for Cypress and Storybook, which enable developers to test the visual appearance of their apps across all responsive web platforms, including React, Vue, and Angular.  Read more…

How to improve Customer Experience with Visual AI and Applitools

Events, Video
October 25, 2018By Addie Ben-YehudaNo Comments

Discussion of how to improve Customer Experience with Visual AI and Applitools

A few weeks back, Applitools made the trip just up the road from our headquarters to take part in DevOps World | Jenkins World San Francisco. The event is an international event that provides opportunities to learn, explore, network and help shape the future of DevOps and CI with Jenkins. It’s always an exciting and energizing event and this year proved no different as we were able to network and engage with leading minds in the world of software development.

While we were there, James Lamberti, our Chief Marketing Officer, had the honor of sitting down with Jayne Groll, CEO of the DevOps Institute, to talk shop and explore some of the ways Applitools has changed how organizations are able to use visual testing to deliver better UI/UX for their customers. Here are some of the highlights of that conversation. Read more…

STPCon Fall 2018 – See You There!

Events
October 18, 2018By Addie Ben-YehudaNo Comments

STPCon Fall 2018 - Logo

Next week, we’re joining renowned software testing professionals and the community at the Sheraton Pentagon City Hotel in Arlington, Virginia at STPCon Fall 2018!  Read more…

TestBash Australia 2018 – See You There!

Events
October 17, 2018By Addie Ben-YehudaNo Comments

TestBash Australia 2018 - sponsored by Applitools

This week, we’re joining our software testing friends down under at TestBash Australia at the Aerial Function Centre in Sydney, Australia.

Read more…

Cypress vs Selenium WebDriver: Better, or just different?

How To, Use Cases
October 16, 2018By Gil Tayar, Senior Architect at ApplitoolsNo Comments

There’s a new claim to the throne of functional test automation tools: Cypress.io. Is Cypress fast? Yes. Is Cypress interactive? Yep. Is Cypress reliable? You bet. And best of all… it’s cool!

But is Cypress an alternative to Selenium WebDriver? Does Selenium, the current king of web automation and testing frameworks, cringe in fear for its position, or is it smiling benevolently at the supposed usurper, knowing full well that, well, it’s just a kid!

Is Cypress better than Selenium WebDriver? I get asked this a lot. And frankly, the easiest path of a “this vs that” article is to try and find out which is “best”. But I will not take that path. Instead, I will try and explain how is Cypress different from Selenium WebDriver.

Read more…

StarCanada 2018 Toronto, Ontario – See You There!

Events
October 15, 2018By Addie Ben-YehudaNo Comments

StarCanada Conf by TechWell -- Logo

Later this week, Applitools’ Sr. Architect and Evangelist Gil Tayar will be joining software testing and quality assurance (QA) leaders and practitioners at the Hyatt Regency Toronto Hotel in Ontario, Canada for StarCanada 2018.

Read more…

SeleniumConf Chicago 2018 – See You There!

Events
October 15, 2018By Addie Ben-YehudaNo Comments

SeleniumConf Chicago 2018 - logo

Later this week, we’re joining test automation and Selenium experts and practitioners for SeleniumConf Chicago 2018, which will take place at the Holiday Inn Chicago Mart Plaza River North. Read more…

Agile and Automation Days Poland – See You There!

Events
October 15, 2018By Addie Ben-YehudaNo Comments

Agile and Automation Days Poland - LogoNext week, we’re joining test automation and agile software development leaders at the 2018 Agile and Automation Days Poland located at Park Inn by Radisson Krakow in Krakow, Poland. Read more…

Page 1 of 712345»...Last »

Search

Protractor vs. Selenium: Which is Easier?

Protractor vs. Selenium: Which is Easier?

August 17, 2014
Applitools Named to CB Insights’ AI 100 List for the Second Year in a Row

Applitools Named to CB Insights’ AI 100 List for the Second Year in a Row

February 7, 2019
Record Playback and Visual Testing – Part 1

Record Playback and Visual Testing – Part 1

October 16, 2013

Applitools at Google’s GDG DevFest 2013

November 4, 2013
Applitools Eyes is Live!

Applitools Eyes is Live!

November 6, 2013

Popular Posts

  • Protractor vs Selenium Protractor vs. Selenium: Which is Easier? posted on August 17, 2014
  • 41 Awesome Quotes about Software Testing posted on September 30, 2014
  • Manoj Kumar Automating Accessibility Tests: Web is for Everyone posted on November 9, 2017
  • So many choices Comparing JavaScript Browser Automation Frameworks: Selenium Versus Webdriver.io Versus Puppeteer posted on June 25, 2018
  • How to Do Visual Testing with Selenium posted on December 17, 2014

Terms & Conditions | Privacy Policy | © 2019 Applitools. All rights reserved.
  • Key Features
  • Solutions For
    • Test Engineers
    • Developers
    • DevOps
    • Product & Marketing
  • Pricing
  • Customers
  • Resources
    • Get Started!
    • Documentation
    • Resource Library
    • Blog
  • About
  • Careers
  • Contact
  • Free Trial