Skip to content

Commit 19fb439

Browse files
author
Petr Panuska
committed
two new tests
1 parent 2c4ed55 commit 19fb439

File tree

2 files changed

+88
-0
lines changed

2 files changed

+88
-0
lines changed
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
namespace: io.cloudslang.demo.rpa.aos
2+
flow:
3+
name: uft_aos_buy_item
4+
inputs:
5+
- aos_host: 10.0.46.53
6+
- aos_user: pepan
7+
- aos_password:
8+
default: Cloud_123
9+
sensitive: true
10+
- catalog: TABLETS
11+
- item: HP ElitePad 1000 G2 Tablet
12+
- test_path:
13+
default: "C:\\temp\\AOS_buy_item"
14+
workflow:
15+
- uft_test:
16+
do:
17+
io.cloudslang.demo.rpa.sub_flows.uft_test:
18+
- test_path
19+
- test_parameters: "${'host:'+aos_host+',user:'+aos_user+',password:'+aos_password+',catalog:'+catalog+',item:'+item}"
20+
publish:
21+
- return_result
22+
- return_code
23+
- script_exit_code
24+
- script_name
25+
navigate:
26+
- FAILURE: on_failure
27+
- SUCCESS: SUCCESS
28+
results:
29+
- FAILURE
30+
- SUCCESS
31+
extensions:
32+
graph:
33+
steps:
34+
uft_test:
35+
x: 100
36+
y: 100
37+
navigate:
38+
8945afe2-a99d-ad18-db1b-f5041e6ef823:
39+
targetId: 9e1a9c39-fc2b-7d85-9379-ad9d3fcf432a
40+
port: SUCCESS
41+
results:
42+
SUCCESS:
43+
9e1a9c39-fc2b-7d85-9379-ad9d3fcf432a:
44+
x: 242
45+
y: 98
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
namespace: io.cloudslang.demo.rpa.aos
2+
flow:
3+
name: uft_aos_new_user
4+
inputs:
5+
- aos_host: 10.0.46.53
6+
- aos_user: pepan
7+
- aos_password:
8+
default: Cloud_123
9+
sensitive: true
10+
- test_path:
11+
default: "C:\\temp\\AOS_new_user"
12+
workflow:
13+
- uft_test:
14+
do:
15+
io.cloudslang.demo.rpa.sub_flows.uft_test:
16+
- test_path
17+
- test_parameters: "${'host:'+aos_host+',user:'+aos_user+',password:'+aos_password}"
18+
publish:
19+
- return_result
20+
- return_code
21+
- script_exit_code
22+
- script_name
23+
navigate:
24+
- FAILURE: on_failure
25+
- SUCCESS: SUCCESS
26+
results:
27+
- FAILURE
28+
- SUCCESS
29+
extensions:
30+
graph:
31+
steps:
32+
uft_test:
33+
x: 100
34+
y: 100
35+
navigate:
36+
a04ab44a-5294-1dbf-ad77-a71ca4fa134c:
37+
targetId: 9e1a9c39-fc2b-7d85-9379-ad9d3fcf432a
38+
port: SUCCESS
39+
results:
40+
SUCCESS:
41+
9e1a9c39-fc2b-7d85-9379-ad9d3fcf432a:
42+
x: 242
43+
y: 98

0 commit comments

Comments
 (0)