70-497 · Question #10
You are a test developer using Microsoft Test Manager (MTM). You are developing a test case that must be run multiple times with different input values for a specific field each time. You have a…
The correct answer is A. Insert a parameter into the Action column of the test step and enter the input values into the. Add parameters to a test case Create a parameter by typing a name preceded by "@" in the actions and expected results of your test steps. Note: When you write a manual test, you often want to specify that the test should be repeated several times with different test data. For…
Question
You are a test developer using Microsoft Test Manager (MTM). You are developing a test case that must be run multiple times with different input values for a specific field each time. You have a list of values that will be used for the input. You need to modify the test to enter each value into the field. What should you do?
Exhibit
Options
- AInsert a parameter into the Action column of the test step and enter the input values into the
- BInsert a parameter into the Expected Results column of the test step and enter the input
- CInsert a parameter into the Action column of the test step.
- DCreate test steps for each input value in the Action column.
How the community answered
(58 responses)- A78% (45)
- B3% (2)
- C12% (7)
- D7% (4)
Explanation
Add parameters to a test case Create a parameter by typing a name preceded by "@" in the actions and expected results of your test steps. Note: When you write a manual test, you often want to specify that the test should be repeated several times with different test data. For example, if your users can add different quantities of a product to a shopping cart, then you want to check that a quantity of 200 works just as well as a To do this, you insert parameters in your test steps. Along with the test steps, you provide a table of parameter values.
Topics
Community Discussion
No community discussion yet for this question.
