This video will show you how to run Jenkins with Homebrew and Java. Get a walk-through of the Jenkins interface and how to run and check the configuration of your test job with the JUnit reporter for Jenkins.
This video will show you how to run Jenkins with Homebrew and Python. Get a walk through of the Jenkins interface how to run and check the configuration of your test job with the JUnit reporter for Jenkins.
Organizations strive to deliver the best possible digital experience to their customers. One way to ensure this is by testing their applications, and many organizations perform functional testing to verify that the application behavior is working correctly. However, there are areas that functional testing cannot cover. This is where visual testing comes in.
In recent years, there’s been a shift towards JavaScript test automation frameworks. Today many Sauce Labs customers are using Cypress, TestCafe, Puppeteer and most recently Playwright.
When creating a mobile application, organisations have a few options to choose from; mobile web, native or a hybrid application. Where web apps are just websites that can be accessed on the internet via a mobile browser like Chrome or Safari, native apps are applications that are developed for a specific platform such as Android or iOS. Hybrid apps are different because they possess elements from native apps and web apps.
In this first of three SF Selenium meetup group recordings, Beginning Test Automation with Sauce Labs, learn about what pieces go into creating an automated test using Java, JUnit4, Selenium, as well as the Maven build tool and the IntelliJ IDE. Set up your project file and create a pom.xml for your first test project and set environment variables so you are ready to write automated test code.
In this 2nd of 3 SF Selenium meetup recordings, Beginning Test Automation with Sauce Labs, you will learn to write a basic test using a login page of a web application. Set up the project structure for a Java test with Maven and write test code using JUnit 4 assertions, Selenium commands, and an assertion statement, then learn to run your code and verify test passing and failure against a web app.
In this video, Nikolay Advolodkin shows you examples of Cucumber tests for web. He demonstrates how to set up various options to ensure you’re getting the most out of your tests.
In this video, Nikolay Advolodkin shows you examples of Cucumber tests for mobile. He demonstrates how to set up various options to ensure you’re testing on the right real device.