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 in iframes
  • How to test in multiple tabs
  • How to test File Uploads
  • How to test File Downloads
  • 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
  • Testing WebRTC Applications
  • How to scroll in Web Tests
  • How to test Checkboxes
  • How to test Dropdowns
  • Dealing with Sessions
  • 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
  • Performing Complex Gestures

Advanced

  • Variables
  • Waits
  • 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
  • PagerDuty Notifications
  • Webhook Notifications
  • Automatic Backup
  • Advanced Settings
  • Multiple environments
  • How to stop a test
  • Utilities
  • Utilities API
  • Team
  • On-Premises

Integrations

  • Atlassian Jira
  • Slack
  • PagerDuty
  • Microsoft Teams
  • Mattermost
  • Jenkins
  • GitHub
  • Azure DevOps
  • GitLab
  • TeamCity
  • CircleCI
  • TravisCI
  • Bitbucket
  • Heroku
  • Bamboo Server
  • Test Case Management
  • SSO
  • BrowserStack
  • Sauce Labs

How to test Chrome Extensions

Introduction

You can use Endtest to test Chrome Extensions.

Steps

  1. Your Chrome Extension must be in a ZIP file.
  2. Upload that ZIP file in our Drive section.
  3. Copy the File Download URL for the uploaded ZIP file.
  4. Go to the Advanced Settings section for your test suite.
  5. Paste the File Download URL in the Add Chrome Extension input.
  6. Click on the Save button.
  7. Execute the test suite in Chrome.

The Chrome Extension will be automatically loaded in the Chrome browser once the test execution starts.

In order to access certain sections from the Chrome Extension, you might need to get the ID of that extension.

The ID will be unique for each test execution.

You can use an Execute JavaScript step to extract the ID from the URL for that Chrome Extension and store it inside a JavaScript variable.

After that, you can transfer the ID into an Endtest variable by using the Extract value from JS variable option from the Set Variable action.

This will allow you to join that Endtest variable with other strings and variables in the Go to URL steps in order to access certain sections from your Chrome Extension.


← How to test PDF filesDealing with reCAPTCHA →
  • Introduction
  • Steps
© Endtest Inc.