Endtest

Endtest

›Web Tests

Web Tests

  • How to create Web Tests
  • Finding elements in Web Applications
  • How to execute Web Tests
  • Assertions for Web Tests
  • IF Statements for Web Tests
  • Web Applications with restricted access
  • How to test File Uploads
  • How to test Emails
  • How to test PDF files
  • How to test Chrome Extensions
  • Dealing with reCAPTCHA
  • Dealing with Dynamic Locators
  • Dealing with Canvas Elements
  • Performing a Drag and Drop
  • Execute JavaScript
  • Web Crawler
  • Export Web Tests
  • Migrating from Selenium

Mobile Tests

  • How to create Mobile Tests
  • Finding elements in Mobile Applications
  • How to execute Mobile Tests
  • Assertions for Mobile Tests
  • IF Statements for Mobile Tests
  • How to scroll in Mobile Tests

Advanced

  • Variables
  • Endtest API
  • Scheduler
  • Drive
  • Adding Collaborators
  • Computer Vision
  • Importing Test Cases
  • Using Loops
  • Data-driven Testing
  • Send API Requests
  • Read SMS
  • Execute SQL queries
  • Self-Healing Tests
  • Email Notifications
  • Slack Notifications
  • Webhook Notifications
  • Automatic Backup
  • Advanced Settings
  • Multiple environments
  • How to stop a test
  • Utilities
  • Team
  • On-Premises

Integrations

  • Atlassian Jira
  • Slack
  • Microsoft Teams
  • Mattermost
  • Jenkins
  • GitHub
  • Azure DevOps
  • GitLab
  • TeamCity
  • CircleCI
  • TravisCI
  • Bitbucket
  • Heroku
  • Bamboo Server
  • BrowserStack
  • Kobiton
  • Sauce Labs
  • Experitest

Performing a Drag and Drop

Introduction

A Drag and Drop is a complex action that requires two elements to be identified:

  1. The element to be dragged
  2. The destination element

Solution

Declare the Drag Element action and the Drop on Target action with Set Advanced Action option in 2 separate steps.

And then you need to execute those actions with the Execute Advanced Actions Sequence option.

endtest drag and drop

Our engine is using JavaScript to perform the Drag and Drop.

The action works for both JavaScript Drag and Drop and HTML5 Drag and Drop,

And it works on all browsers.

← Dealing with Canvas ElementsExecute JavaScript →
  • Introduction
  • Solution
Copyright © 2020 Endtest