Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,930 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
i want to run automation testing on mobile base web application
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.