-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathReadMe-Demo.txt
60 lines (49 loc) · 2.19 KB
/
ReadMe-Demo.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Date: 20-July-2015
How to run a simple demo with TestRail connector.
01) To run the TestRail Connector:
a) In TestRail:
- Create new TestRail project
- Add two TestCases
- Add a TestPlan (it will be called Rxxx)
- Add a TestRun
- Select the 2 TestCases
- Go to TestRun
- Mark TestCases as Passed and Failed
b) In Rally:
- Create a User Story
- Then set ExternalID field to Rxxx from above
c) Running connector:
- Fix config file to match environment
- Run the Connector with cfg-file1 (./configs/JP-VCE-demo-testcase.xml):
- It should copy two TestCases to Rally
- Look in Rally:
- under Quality>>TestCases, you should see two new TestCases
- under Track>>Iteration Status>>Unscheduled, you should the two
TestCases under the UserStory you created earlier
- Look in TestRail:
- the two TestCases should have the fields RallyObjectID and
RallyFormattedID populated.
- Run the Connector with cfg-file2 (./configs/JP-VCE-demo-testresult.xml):
- It should copy two TestCaseResults to Rally
- Look in Rally:
- under Quality>>TestCases>>(expand the +), you should see that
the two TestCases each now have a TestCaseResult associated
with them.
- under Track>>Iteration Status>>Unscheduled, you should see a
new TestSet
- expand the Rally TestSet (click on triangle)
- you should the two TestCases under the TestSet
- Look in TestRail:
- nothing should change
02) To re-run the TestRail Connector:
a) In TestRail:
- Go to TestCases:
- Clear RallyObjectID and RallyFormattedID on the two TestCases
b) In Rally:
- Under Track>>Iteration Status>>Unscheduled:
- delete the TestSet that was created
- Under Quality>>TestCases:
- delete the two TestCaseResults
- delete the two testCases
c) You should be able to re-run the connector.
[the end]