what azure service provides browser /devices for testing like AWS device farm

Magesh Chandran 0 Reputation points
2023-09-05T13:29:52.85+00:00

We need to run large no of Tests on diff browser. what azure service provides browser /devices for testing like AWS device farm, Suacelabs or browser stack.

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,783 questions
{count} votes

1 answer

Sort by: Most helpful
  1. vipullag-MSFT 26,211 Reputation points
    2023-09-11T05:22:33.12+00:00

    Hello Magesh Chandran

    Azure provides a service called "Azure App Service" which includes a feature called "Web App for Containers". This feature allows you to run your web application in a containerized environment. You can use this feature to run your automated tests on different browsers and devices.

    To run your tests on different browsers and devices, you can use a tool like Selenium or Appium. These tools allow you to automate your tests and run them on different browsers and devices. You can then use Azure App Service to run your tests in a containerized environment.

    Alternatively, Azure also provides a service called "Azure DevTest Labs" which allows you to create and manage virtual machines and environments for testing. You can use this service to create virtual machines with different browsers and devices installed, and then run your tests on these virtual machines.

    I hope this helps!

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.