another question - ddt using MTM parameters
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2014
02:37 AM
06-06-2014
02:37 AM
another question - ddt using MTM parameters
Is this possible? Is there an ADOdriver for this, does anyone know?
Thanks.
Thanks.
5 REPLIES 5
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2014
11:54 PM
06-10-2014
11:54 PM
Hi Lane,
May I wonder what are those MTM parameters?..
May I wonder what are those MTM parameters?..
Regards,
/Alex [Community Champion]
____
[Community Champions] are not employed by SmartBear Software but
are just volunteers who have some experience with the tools by SmartBear Software
and a desire to help others. Posts made by [Community Champions]
may differ from the official policies of SmartBear Software and should be treated
as the own private opinion of their authors and under no circumstances as an
official answer from SmartBear Software.
The [Community Champion] signature is assigned on quarterly basis and is used with permission by SmartBear Software.
https://community.smartbear.com/t5/Community-Champions/About-the-Community-Champions-Program/gpm-p/252662
================================
/Alex [Community Champion]
____
[Community Champions] are not employed by SmartBear Software but
are just volunteers who have some experience with the tools by SmartBear Software
and a desire to help others. Posts made by [Community Champions]
may differ from the official policies of SmartBear Software and should be treated
as the own private opinion of their authors and under no circumstances as an
official answer from SmartBear Software.
The [Community Champion] signature is assigned on quarterly basis and is used with permission by SmartBear Software.
https://community.smartbear.com/t5/Community-Champions/About-the-Community-Champions-Program/gpm-p/252662
================================
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2014
04:57 AM
06-11-2014
04:57 AM
Yes! MTM is a front end to a specific set of TFS items. (I guess they are considered work items). These test cases are created with steps in them. Within a steps, one can use a symbol that specifies a parameter. For instance, a step might say
- Login with @UserName.
When a parameter is introduced into the test case, a grid appears at the bottom of the test case window allowing entry of rows of data.
When running a manual test case in the runner, the runner iterates through the rows in the table so that the tester runs the same test against each of the rows of the parameter table.
In a Coded UI test, you can use the parameter table to drive the data driven test. Thusly upon execution, the data that was run through is saved with the execution status. Also one would not need to maintain a separate database or excel file for the test case data.
Does that make sense?
Thanks
- Login with @UserName.
When a parameter is introduced into the test case, a grid appears at the bottom of the test case window allowing entry of rows of data.
When running a manual test case in the runner, the runner iterates through the rows in the table so that the tester runs the same test against each of the rows of the parameter table.
In a Coded UI test, you can use the parameter table to drive the data driven test. Thusly upon execution, the data that was run through is saved with the execution status. Also one would not need to maintain a separate database or excel file for the test case data.
Does that make sense?
Thanks
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2014
08:40 PM
06-12-2014
08:40 PM
Hi Lane,
Do you want to access these parameters via MTM's GUI? Or via internal properties after the integration with TestComplete?
Do you want to access these parameters via MTM's GUI? Or via internal properties after the integration with TestComplete?
---------
Tanya Yatskovskaya
SmartBear Community and Education Manager
Tanya Yatskovskaya
SmartBear Community and Education Manager
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2014
02:09 AM
06-13-2014
02:09 AM
Internal properities after integration with Test Complete.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2014
05:36 AM
06-13-2014
05:36 AM
I am not being clear. What I want to do is create a test case in MTM using parameters. I then want to add rows to the parameters table for the test case. I then want that parameters table to be the data that drives a Test Complete data driven test.
It does not necessarily need to be integrated within MTM. It could be a separate question, I guess. The way Coded UI does it is that they just have a DDT driver specifically for MTM test cases. That driver works against the test case parameters. So even when run while under development (not integrated into anything) the DDT still works.
Does that make sense? I am guessing that this functionality does not exist today. Not a show stopper for me. Just a curiousity.
It does not necessarily need to be integrated within MTM. It could be a separate question, I guess. The way Coded UI does it is that they just have a DDT driver specifically for MTM test cases. That driver works against the test case parameters. So even when run while under development (not integrated into anything) the DDT still works.
Does that make sense? I am guessing that this functionality does not exist today. Not a show stopper for me. Just a curiousity.
