• Background Image

    News & Updates

    muhammetburak.celik@tdg-tr.com

May 11, 2025

Protractor Framework

In this video, we briefly and clearly show how to use the Protractor framework with Appium to run automated tests for Angular applications. In this lesson you will learn: How to set up Protractor and Appium for automated testing How to configure Protractor to work with Appium How to write (more…)
May 11, 2025

Protractor Framework: ScreenCast

In this video, we briefly and clearly explain what Protractor is, how it works with Angular applications, and how to set it up for automated testing of web applications using Selenium WebDriver. (more…)
May 11, 2025

Protractor Framework: Text Version

Protractor is an end-to-end test framework specifically designed for Angular and AngularJS applications. It allows you to write and run tests that simulate real user interactions in a browser environment. When integrated with Appium, Protractor can also be used for testing Angular-based mobile web applications, extending its capabilities beyond desktop (more…)
May 11, 2025

SauceLaps

In this video, we briefly and clearly show how to use SauceLabs to run Appium tests on real devices and browsers in the cloud, by setting up remote configurations, leveraging test concurrency, and integrating with CI/CD tools. In this lesson you will learn: How to set up a SauceLabs account (more…)
May 11, 2025

SauceLaps: ScreenCast

In this video, we briefly and clearly explain what Sauce Labs is, how it works, and how it helps teams run automated tests at scale using real devices and browsers in the cloud. (more…)
May 11, 2025

SauceLaps: Text Version

Running Appium Tests on Sauce Labs Sauce Labs is a powerful cloud-based platform that makes it easy to run Appium tests across a wide range of real devices, browsers, and operating systems. It eliminates the need to maintain physical test infrastructure by providing a cloud environment where tests can be (more…)
May 11, 2025

Cross Browser Appium Tests

In this video, we briefly and clearly show how to run Appium tests across multiple browsers and devices by setting up proper configurations, using waiting strategies, and executing parallel tests. In this lesson you will learn: How to define browser and device targets for testing How to configure Desired Capabilities (more…)
May 11, 2025

Cross Browser Appium Tests: ScreenCast

In this video, we briefly and clearly show how to run Appium tests across different mobile browsers to ensure your web app works consistently on all platforms. (more…)
May 11, 2025

Cross Browser Appium Tests: Text Version

When developing cross-browser Appium tests, the first step is to define a solid test plan. This involves selecting which browsers and devices your application must support—such as Chrome, Firefox, Safari, or Mobile Safari. You should also determine the specific versions of browsers and the range of mobile devices to be (more…)
May 9, 2025

Avoiding Flaky Appium Tests

Learn how to reduce flakiness in Appium tests by using smart waits, stable element locators, and reliable automation practices. In this lesson you will learn: Common causes of flaky tests How to improve test stability Best practices for reliable mobile test automation Prerequisites: Appium basic setup Get Started: Read the (more…)