-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathGlobalVariables.glbl
40 lines (40 loc) · 1.22 KB
/
GlobalVariables.glbl
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
<?xml version="1.0" encoding="UTF-8"?>
<GlobalVariableEntities>
<description></description>
<tag></tag>
<GlobalVariableEntity>
<description></description>
<initValue>'http://192.168.1.108:5001/'</initValue>
<name>ApplicationUrl</name>
</GlobalVariableEntity>
<GlobalVariableEntity>
<description></description>
<initValue>'rahul@bugzila.com'</initValue>
<name>Username</name>
</GlobalVariableEntity>
<GlobalVariableEntity>
<description></description>
<initValue>'welcome'</initValue>
<name>Password</name>
</GlobalVariableEntity>
<GlobalVariableEntity>
<description></description>
<initValue>3</initValue>
<name>DelayTime</name>
</GlobalVariableEntity>
<GlobalVariableEntity>
<description>Explicit Wait Timeout</description>
<initValue>40</initValue>
<name>TimeOut</name>
</GlobalVariableEntity>
<GlobalVariableEntity>
<description></description>
<initValue>'D:\\src\\'</initValue>
<name>Path</name>
</GlobalVariableEntity>
<GlobalVariableEntity>
<description></description>
<initValue>'test'</initValue>
<name>Name</name>
</GlobalVariableEntity>
</GlobalVariableEntities>