Tuesday, October 29, 2019

Automated Cross Browser Testing with LambdaTest and Azure DevOps

Testing is very important process of the software development life-cycle which improve the quality of the software product by identifying issues of the software in various pre-release stages. Cross browser, device testing is important to verify application performance in different browsers and devices.  Hence, test teams use both manual and automated test mechanisms to perform test activities. This post explains how to perform automated cross browser, device testing with LambdaTest and Azure DevOps.

Pre-requisites: Selenium script which use LambdaTest selenium grid
                            Azure DevOps project

Monday, October 14, 2019

Attach UI/Functional Test Run Video to Tests in Azure DevOps

When you have Automated test scripts integrated with Azure DevOps pipelines and run test scenarios using Test client machine, you can’t see what actually happens inside the test client machine. You only get the test run results at the end of the test run with all necessary details as execution time, failure test cases with failure reasons. To get more detail of the test scripts, we can attach screen shots and videos to the Azure DevOps pipelines test result section. This post explains how we can add test run video to the Azure DevOps pipeline.

Sunday, October 6, 2019

Getting started with Web Performance Test Scenarios


Web Performance and Load Test is important part of the test cycle which help to verify the performance of the web application under load. Visual studio is one of the well known tool for  Load and Performance test.Hence let's try to learn how to work with web performance test with Visual Studio in this post.

  • Create New Project. Go to File-->New—>Project
  • Popup window will open. Select Web Performance and Load Test Project from test projects section.