findcontrol 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/bin/FindControlGui.rb +47 -0
- data/bin/glade/FindControlGui.glade +85 -0
- data/bin/testcomplete.rb +117 -0
- data/findcontrol.rb +28 -0
- data/lib/TCLib.rb +162 -0
- data/lib/testcomplete/project/AutomationPathProject/AutomationPathProject.pjs +71 -0
- data/lib/testcomplete/project/AutomationPathProject/AutomationPathProject.pjs.tcLS +37 -0
- data/lib/testcomplete/project/AutomationPathProject/AutomationPathProject.tcCfgExtender +90 -0
- data/lib/testcomplete/project/AutomationPathProject/AutomationPathProject/AutomationPathProject.mds +1799 -0
- data/lib/testcomplete/project/AutomationPathProject/AutomationPathProject/AutomationPathProject.mds.tcLS +31 -0
- data/lib/testcomplete/project/AutomationPathProject/AutomationPathProject/Script/Helper.svb +0 -0
- data/lib/testcomplete/project/AutomationPathProject/AutomationPathProject/Script/Script.tcScript +40 -0
- metadata +123 -0
@@ -0,0 +1,31 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2
|
+
<!DOCTYPE Nodes [
|
3
|
+
|
4
|
+
<!ENTITY % NameValue "CDATA">
|
5
|
+
<!ENTITY % PropType "(I|S|D|L|H|B)">
|
6
|
+
<!ENTITY % VersionValue "CDATA">
|
7
|
+
|
8
|
+
<!ELEMENT Prp (#PCDATA)>
|
9
|
+
<!ELEMENT Node (Node|Prp)*>
|
10
|
+
<!ELEMENT Nodes (Node)+>
|
11
|
+
|
12
|
+
<!ATTLIST Nodes version CDATA "1">
|
13
|
+
|
14
|
+
<!ATTLIST Node name CDATA #REQUIRED>
|
15
|
+
|
16
|
+
<!ATTLIST Prp name CDATA #REQUIRED>
|
17
|
+
<!ATTLIST Prp type CDATA #REQUIRED>
|
18
|
+
<!ATTLIST Prp value CDATA #REQUIRED>
|
19
|
+
]>
|
20
|
+
<Nodes version="1">
|
21
|
+
<Node name="root">
|
22
|
+
<Node name="data">
|
23
|
+
<Node name="logs">
|
24
|
+
<Prp name="key" type="S" value="{48E961A4-A870-4FBE-9E0A-F97D8C74F71D}"/>
|
25
|
+
<Prp name="relpath" type="S" value="Log"/>
|
26
|
+
</Node>
|
27
|
+
<Node name="variables"/>
|
28
|
+
</Node>
|
29
|
+
<Prp name="signature" type="S" value="{49FC0C30-9EF7-4DBD-97A8-B7A00E79A2AF}"/>
|
30
|
+
</Node>
|
31
|
+
</Nodes>
|
Binary file
|
data/lib/testcomplete/project/AutomationPathProject/AutomationPathProject/Script/Script.tcScript
ADDED
@@ -0,0 +1,40 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2
|
+
<!DOCTYPE Nodes [
|
3
|
+
|
4
|
+
<!ENTITY % NameValue "CDATA">
|
5
|
+
<!ENTITY % PropType "(I|S|D|L|H|B)">
|
6
|
+
<!ENTITY % VersionValue "CDATA">
|
7
|
+
|
8
|
+
<!ELEMENT Prp (#PCDATA)>
|
9
|
+
<!ELEMENT Node (Node|Prp)*>
|
10
|
+
<!ELEMENT Nodes (Node)+>
|
11
|
+
|
12
|
+
<!ATTLIST Nodes version CDATA "1">
|
13
|
+
|
14
|
+
<!ATTLIST Node name CDATA #REQUIRED>
|
15
|
+
|
16
|
+
<!ATTLIST Prp name CDATA #REQUIRED>
|
17
|
+
<!ATTLIST Prp type CDATA #REQUIRED>
|
18
|
+
<!ATTLIST Prp value CDATA #REQUIRED>
|
19
|
+
]>
|
20
|
+
<Nodes version="1">
|
21
|
+
<Node name="root">
|
22
|
+
<Node name="child list">
|
23
|
+
<Node name="item0000000000">
|
24
|
+
<Node name="item data">
|
25
|
+
<Prp name="relpath" type="S" value="Helper.svb"/>
|
26
|
+
</Node>
|
27
|
+
<Prp name="index" type="I" value="0"/>
|
28
|
+
<Prp name="key" type="S" value="{9CE1174C-11E1-4BD6-B3E1-193D73B26DE9}"/>
|
29
|
+
<Prp name="type" type="S" value="{291CAE9C-4D20-4F33-8B5F-D48B587F3D65}"/>
|
30
|
+
<Prp name="typename" type="S" value="Script Unit"/>
|
31
|
+
</Node>
|
32
|
+
</Node>
|
33
|
+
<Node name="folders">
|
34
|
+
<Node name="folders"/>
|
35
|
+
</Node>
|
36
|
+
<Prp name="settingsversion" type="S" value="8.70"/>
|
37
|
+
<Prp name="signature" type="S" value="{9252F941-DB23-4FCA-AA50-858B33BB4A19}"/>
|
38
|
+
<Prp name="version" type="S" value="8.0"/>
|
39
|
+
</Node>
|
40
|
+
</Nodes>
|
metadata
ADDED
@@ -0,0 +1,123 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: findcontrol
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.0.1
|
5
|
+
prerelease:
|
6
|
+
platform: ruby
|
7
|
+
authors:
|
8
|
+
- Nigel Thorne
|
9
|
+
autorequire:
|
10
|
+
bindir:
|
11
|
+
- .
|
12
|
+
cert_chain: []
|
13
|
+
date: 2013-02-21 00:00:00.000000000 Z
|
14
|
+
dependencies:
|
15
|
+
- !ruby/object:Gem::Dependency
|
16
|
+
name: vrlib
|
17
|
+
requirement: !ruby/object:Gem::Requirement
|
18
|
+
none: false
|
19
|
+
requirements:
|
20
|
+
- - ! '>='
|
21
|
+
- !ruby/object:Gem::Version
|
22
|
+
version: 0.0.1
|
23
|
+
type: :runtime
|
24
|
+
prerelease: false
|
25
|
+
version_requirements: !ruby/object:Gem::Requirement
|
26
|
+
none: false
|
27
|
+
requirements:
|
28
|
+
- - ! '>='
|
29
|
+
- !ruby/object:Gem::Version
|
30
|
+
version: 0.0.1
|
31
|
+
- !ruby/object:Gem::Dependency
|
32
|
+
name: gtk2
|
33
|
+
requirement: !ruby/object:Gem::Requirement
|
34
|
+
none: false
|
35
|
+
requirements:
|
36
|
+
- - ! '>='
|
37
|
+
- !ruby/object:Gem::Version
|
38
|
+
version: 0.0.1
|
39
|
+
type: :runtime
|
40
|
+
prerelease: false
|
41
|
+
version_requirements: !ruby/object:Gem::Requirement
|
42
|
+
none: false
|
43
|
+
requirements:
|
44
|
+
- - ! '>='
|
45
|
+
- !ruby/object:Gem::Version
|
46
|
+
version: 0.0.1
|
47
|
+
- !ruby/object:Gem::Dependency
|
48
|
+
name: require_all
|
49
|
+
requirement: !ruby/object:Gem::Requirement
|
50
|
+
none: false
|
51
|
+
requirements:
|
52
|
+
- - ! '>='
|
53
|
+
- !ruby/object:Gem::Version
|
54
|
+
version: 0.0.1
|
55
|
+
type: :runtime
|
56
|
+
prerelease: false
|
57
|
+
version_requirements: !ruby/object:Gem::Requirement
|
58
|
+
none: false
|
59
|
+
requirements:
|
60
|
+
- - ! '>='
|
61
|
+
- !ruby/object:Gem::Version
|
62
|
+
version: 0.0.1
|
63
|
+
- !ruby/object:Gem::Dependency
|
64
|
+
name: win32-clipboard
|
65
|
+
requirement: !ruby/object:Gem::Requirement
|
66
|
+
none: false
|
67
|
+
requirements:
|
68
|
+
- - ! '>='
|
69
|
+
- !ruby/object:Gem::Version
|
70
|
+
version: 0.0.1
|
71
|
+
type: :runtime
|
72
|
+
prerelease: false
|
73
|
+
version_requirements: !ruby/object:Gem::Requirement
|
74
|
+
none: false
|
75
|
+
requirements:
|
76
|
+
- - ! '>='
|
77
|
+
- !ruby/object:Gem::Version
|
78
|
+
version: 0.0.1
|
79
|
+
description: Test automation helper tool
|
80
|
+
email: github@nigelthorne.com
|
81
|
+
executables:
|
82
|
+
- findcontrol.rb
|
83
|
+
extensions: []
|
84
|
+
extra_rdoc_files: []
|
85
|
+
files:
|
86
|
+
- bin/FindControlGui.rb
|
87
|
+
- bin/testcomplete.rb
|
88
|
+
- findcontrol.rb
|
89
|
+
- lib/TCLib.rb
|
90
|
+
- bin/glade/FindControlGui.glade
|
91
|
+
- lib/testcomplete/project/AutomationPathProject/AutomationPathProject.pjs
|
92
|
+
- lib/testcomplete/project/AutomationPathProject/AutomationPathProject/AutomationPathProject.mds.tcLS
|
93
|
+
- lib/testcomplete/project/AutomationPathProject/AutomationPathProject.pjs.tcLS
|
94
|
+
- lib/testcomplete/project/AutomationPathProject/AutomationPathProject.tcCfgExtender
|
95
|
+
- lib/testcomplete/project/AutomationPathProject/AutomationPathProject/Script/Helper.svb
|
96
|
+
- lib/testcomplete/project/AutomationPathProject/AutomationPathProject/Script/Script.tcScript
|
97
|
+
- lib/testcomplete/project/AutomationPathProject/AutomationPathProject/AutomationPathProject.mds
|
98
|
+
- ./findcontrol.rb
|
99
|
+
homepage: http://www.nigelthorne.com/
|
100
|
+
licenses: []
|
101
|
+
post_install_message:
|
102
|
+
rdoc_options: []
|
103
|
+
require_paths:
|
104
|
+
- .
|
105
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
106
|
+
none: false
|
107
|
+
requirements:
|
108
|
+
- - ! '>='
|
109
|
+
- !ruby/object:Gem::Version
|
110
|
+
version: '0'
|
111
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
112
|
+
none: false
|
113
|
+
requirements:
|
114
|
+
- - ! '>='
|
115
|
+
- !ruby/object:Gem::Version
|
116
|
+
version: '0'
|
117
|
+
requirements: []
|
118
|
+
rubyforge_project: nowarning
|
119
|
+
rubygems_version: 1.8.24
|
120
|
+
signing_key:
|
121
|
+
specification_version: 3
|
122
|
+
summary: SpyApp for detecting control automation paths
|
123
|
+
test_files: []
|