Now a days Azure DevOps is very famous with IT and Operations team along with developers, so what is Azure DevOps? It is a Software as a service (SaaS) platform from Microsoft that provides features right from project management to version control to orchestrating CI CD and test management.It provides set of toolchains manage projects, versioning of your source code, providing tools to build source code and release the generated outputs to desktops, servers or cloud and facility for manual testing of applications. It provides a collaborative platform to share ideas and communicate with team members throughout the development life cycle and beyond.
Praphulla Nagaraj
As a user of Azure DevOps Test Plans or TFS Test Management for manual testing, from a long time everyone including me had a wish, that copy of test cases from excel or csv file along with test steps to Azure DevOps/TFS should be provided.Now that wait is over, Microsoft has recently announced this most requested feature in Azure DevOps world Bulk Export Import Test Cases to Azure DevOps Test Plans using CSV file. Using this option, you can export the existing test cases to Excel CSV file, make changes to the CSV file and then import the file back into the suite. Not only that you can bulk add new test cases along with steps and expected results. Let’s see how to use this feature.
Praphulla Nagaraj