testcase

Getting the StackTrace for a TestCaseResult that Failed in TFS via API

别等时光非礼了梦想. 提交于 2021-02-08 11:39:40
问题 ITestCaseResult has a property " ErrorMessage " The ErrorMessage property has a max size of 527bytes, which is not enough to store weighty Exception structures and unfortunately does not seem to have an appropriate Exception property to store one in. My question is, when a test fails, how do you get the StackTrace? I know its available because the GUI can pull it up in Visual Studio And as you can see the ErrorMessage associated with a ITestCaseResult is cut short. ( If you zoom with your

Getting the StackTrace for a TestCaseResult that Failed in TFS via API

天大地大妈咪最大 提交于 2021-02-08 11:39:11
问题 ITestCaseResult has a property " ErrorMessage " The ErrorMessage property has a max size of 527bytes, which is not enough to store weighty Exception structures and unfortunately does not seem to have an appropriate Exception property to store one in. My question is, when a test fails, how do you get the StackTrace? I know its available because the GUI can pull it up in Visual Studio And as you can see the ErrorMessage associated with a ITestCaseResult is cut short. ( If you zoom with your

How to add test case grouping in Cypress

荒凉一梦 提交于 2021-01-03 09:42:23
问题 I am currently working on UI Integration tests using Cypress. I am looking for ways to add test case grouping in cypress similar to the standard TestNG. I was not able to find any grouping features in cypress documentation. I did find this post: link where grouping is done using tags. I am looking for a simpler way for test case grouping. Here is my use case: I have tests for different features like feature1,2,3 in below example and each feature has different test cases. I would like to run

How to add test case grouping in Cypress

风格不统一 提交于 2021-01-03 09:40:37
问题 I am currently working on UI Integration tests using Cypress. I am looking for ways to add test case grouping in cypress similar to the standard TestNG. I was not able to find any grouping features in cypress documentation. I did find this post: link where grouping is done using tags. I am looking for a simpler way for test case grouping. Here is my use case: I have tests for different features like feature1,2,3 in below example and each feature has different test cases. I would like to run

How to add test case grouping in Cypress

会有一股神秘感。 提交于 2021-01-03 09:39:07
问题 I am currently working on UI Integration tests using Cypress. I am looking for ways to add test case grouping in cypress similar to the standard TestNG. I was not able to find any grouping features in cypress documentation. I did find this post: link where grouping is done using tags. I am looking for a simpler way for test case grouping. Here is my use case: I have tests for different features like feature1,2,3 in below example and each feature has different test cases. I would like to run

Eclipse Java IDE JUnit5: junit.jupiter.api.Assertions is not accessible

我与影子孤独终老i 提交于 2020-07-02 02:47:12
问题 I'm new to the whole programming stuff but here's my problem: I used to add my JUnit test cases in Eclipse by right clicking on the project, and just add New > JUnit Test Case . Currently, I am not able to implement any test methods because Eclipse tells me on the line import static org.junit.jupiter.api.Assertions.*; the error message The type org.junit.jupiter.api.Assertions is not accessible. Error I get in the IDE: I tried the following: Reinstalling Eclipse, using a fresh workplace.

Test Case Parameter values and shared parameter values

£可爱£侵袭症+ 提交于 2020-06-29 03:49:13
问题 I want to create data parameter name and values data in dictionary Dictionary<string, List> //string is ParameterName, List is Parameter Values Dictionary<string, List<string>> parameterNameValues = new Dictionary<string, List<string>>(); DataTable parametersTable = testCase.DefaultTableReadOnly; DataRowCollection dr = parametersTable.Rows; DataColumnCollection dc = parametersTable.Columns; for (int i = 0; i < dc.Count; i++) { string pName = dc[i].ColumnName; List<string> pValue = new List

How to import test cases from excel to VSTS

与世无争的帅哥 提交于 2020-06-26 04:09:25
问题 I have some (in fact a lot of) test cases which are currently in excel. Now I need to migrate those to VSTS/Azure DevOps. Can someone recommend me a good way to do that. Any help is highly appreciated. 回答1: Install Team Foundation Server Office® Integration (Excel Add-In) Open Excel and go to Team Tab and then click on New List Connect to your TFS Choose Input List then click OK Click on choose columns so we get all the necessary ones for creating test cases The Work Item item is set to "All

How to import test cases from excel to VSTS

梦想的初衷 提交于 2020-06-26 04:08:23
问题 I have some (in fact a lot of) test cases which are currently in excel. Now I need to migrate those to VSTS/Azure DevOps. Can someone recommend me a good way to do that. Any help is highly appreciated. 回答1: Install Team Foundation Server Office® Integration (Excel Add-In) Open Excel and go to Team Tab and then click on New List Connect to your TFS Choose Input List then click OK Click on choose columns so we get all the necessary ones for creating test cases The Work Item item is set to "All

Test Cases Management Tool / Application / Software [closed]

末鹿安然 提交于 2020-05-18 16:10:43
问题 Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 7 days ago . Please suggest some good tool / software / application for managing test cases for an internet software product. Requirements: should not be too expensive should preferably be on an online platform (but desktop app too is okay!) should support custom fields to classify / categorize test