Difference between revisions of "Creating a Suite"

From GXtest Wiki
Jump to: navigation, search
Line 1: Line 1:
 
[[Category: GXtest Guides]]
 
[[Category: GXtest Guides]]
  
In GXtest Manager main menu, enter in Suites & Test Cases, and there click on the option Suites.
+
In GXtest Manager menu "Suites & Test Cases", click on the option "Suites".
  
There created Suites are displayed, and clicking [[image:GXTMbtn_add.png]] opens the form to add a new Suite.
+
There the created Suites are displayed, and clicking [[image:GXTMbtn_add.png]] opens the form to add a new Suite.
  
By creating a Suite you must tell the name and description, and associate the user interested in the suite, which will receive notifications by email with the result every time you run this suite at any Task.
+
Create a Suite with the name "ExampleSuite" and with the description that you want.
  
Any Suite has associated an ordered set of Test Cases (the order is optional), which have a number of times to run each one. Then, each test case will run in the order listed and the number of times indicated.
+
You should notice that the current user was associated as a interested user in the new suite, which will receive notifications by email with the results every time you run this suite at any Task.
 +
 
 +
[[image:newSuiteHead.png|center]]
 +
 
 +
Any Suite has associated an ordered set of Test Cases (the order is optional), which have a number of times to run each one.  
 +
 
 +
Set the followin test cases and values int the new suite, considering the order
 +
* ViewClient to be executed 1 time
 +
* ViewClientWithDecision to be executed 10 time
 +
* DuplicatedClient to be executed 5 time
 +
 
 +
After that, you should see something like this:
 +
 
 +
 
 +
[[image:newSuiteLines.png|center]]
 +
 
 +
 
 +
Then, each test case will run in the order listed and the number of times indicated.
  
If you want to remove a Test Case that you already added, you have to remove the corresponding line of the grid, and this is done by right click on the rows, Delete option. Doing so the row is marked with a cross. After you click '''Confirm''' these marked rows will be deleted.
 
  
 
== See Also ==
 
== See Also ==
 
[[GXtest Manager Tutorial]]
 
[[GXtest Manager Tutorial]]

Revision as of 21:35, 19 March 2010


In GXtest Manager menu "Suites & Test Cases", click on the option "Suites".

There the created Suites are displayed, and clicking GXTMbtn add.png opens the form to add a new Suite.

Create a Suite with the name "ExampleSuite" and with the description that you want.

You should notice that the current user was associated as a interested user in the new suite, which will receive notifications by email with the results every time you run this suite at any Task.

NewSuiteHead.png

Any Suite has associated an ordered set of Test Cases (the order is optional), which have a number of times to run each one.

Set the followin test cases and values int the new suite, considering the order

  • ViewClient to be executed 1 time
  • ViewClientWithDecision to be executed 10 time
  • DuplicatedClient to be executed 5 time

After that, you should see something like this:


NewSuiteLines.png


Then, each test case will run in the order listed and the number of times indicated.


See Also

GXtest Manager Tutorial