0

I am creating Test Plans using Query Based Suites and am getting multiple items.

  1. Create a Query based suite with very simple rules -> Run Query

  2. Let's say 6 items are returned. I select all 6 and click "Create Suite"

  3. The Suite that is created has 18 items (each of the 6 items is copied 3 times)

Any ideas how I can get this to stop?

K.Dᴀᴠɪs
  • 9,945
  • 11
  • 33
  • 43
M Moore
  • 3
  • 1

1 Answers1

0

No no no, the issue is it adds it to a different configurations:

enter image description here

So in order to see 1 test instead of 3 you need to click right mouse button on the configuration and un-assign all configs that you don't need. enter image description here

Where to adjust default settings I don't know :(

Denis Koreyba
  • 3,144
  • 1
  • 31
  • 49
  • OMG - Thank you so much! That was exactly it. I thought I was losing my mind!!!! Much appreciated :-) – M Moore Dec 06 '18 at 17:21