testing framework for mobile web application

Shashikant Kokitakar 0 Reputation points
2023-08-21T08:29:49.1266667+00:00

i want to run automation testing on mobile base web application

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,930 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Ryan Hill 30,281 Reputation points Microsoft Employee Moderator
    2023-08-24T13:03:49.44+00:00

    Hi @Shashikant Kokitakar

    You can leverage Selenium for automated web-based testing. You would basically have a test project with the Selenium web driver and SDK referenced and configure your test classes. In your CI/CD pipeline, you would configure the test action to run your test project. Here are some links you can reference.

    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.