test-plan

Test planning/documentation/management tools

自古美人都是妖i 提交于 2020-05-24 08:26:26
问题 I'm looking for a good, preferably free, test planning and documentation tool. Ideally something that will keep track of which tests have been run against which software version, with reporting ability. There's a whole bunch of tools listed here but are there any others, and which ones have you had the best experience with? (You do run tests, right?) UPDATE 2008-01-29 So far TestLink and Fitness have been mentioned. A related question yielded also a link to the ReadySet project, an open

NUnit tests don't appear in TFS choose test dialog using Visual Studio 2013 (C#)

限于喜欢 提交于 2019-12-24 12:38:06
问题 We are using Visual Studio 2013 and TFS for a new project started more than a month ago. I've chosen NUnit a test framework mainly because I was use to it using Resharper and Teamcity. During the build we have configured TFS to run the tests (using NUnitTestAdapter) and everything is OK. We have now discovered that you can link a unit test to a test case item in TFS and it seems a pretty good thing but in the choose test dialog of a test case item I am able to see only MsTest tests (with

Use Jmeter proxy to record HTTP calls from iOS simulator

試著忘記壹切 提交于 2019-12-12 08:58:24
问题 Is there any way to record http calls from native app that installed on iOS simulator, or real device ? My main goal is to build test plan by playing the app and recording the calls. Any help or creative idea is welcome :) Thanks, Yossi 回答1: With a real device it's very easy. Use the Wifi on the device (airplane mode) and set HTTP Proxy to point to your computer. Here is a complete webinar with step by step details on recording iOS traffic with JMeter's proxy: http://www.youtube.com/watch?v

API for generating Jmeter test plans?

一个人想着一个人 提交于 2019-12-08 03:38:21
问题 I would like to programmatically generate basic Jmeter test plans from a dynamic set of URLs and form data (not using the Jmeter GUI manually). Can I use the Jmeter API to do this? Is it already explained somewhere? I just need point to start from. Of course I could reverse engineer the test plan XML format and then write my own custom test plan generator, but that's error prone and whenever the format changes my generator needs to be updated. 回答1: you could also look at gridinit-dsl language

Use Jmeter proxy to record HTTP calls from iOS simulator

主宰稳场 提交于 2019-12-04 12:09:21
Is there any way to record http calls from native app that installed on iOS simulator, or real device ? My main goal is to build test plan by playing the app and recording the calls. Any help or creative idea is welcome :) Thanks, Yossi With a real device it's very easy. Use the Wifi on the device (airplane mode) and set HTTP Proxy to point to your computer. Here is a complete webinar with step by step details on recording iOS traffic with JMeter's proxy: http://www.youtube.com/watch?v=uZFch4B5Ivc (technical stuff starts at 13 minutes in) Here is a blog with details for Android (it's the same