WAAT 1.4.0 → 1.4.1

Sign up to get free protection for your applications and to get access to all the features.
data/.document CHANGED
@@ -1,5 +1,5 @@
1
- lib/**/*.rb
2
- bin/*
3
- -
4
- features/**/*.feature
5
- LICENSE.txt
1
+ lib/**/*.rb
2
+ bin/*
3
+ -
4
+ features/**/*.feature
5
+ LICENSE.txt
data/Gemfile CHANGED
@@ -1,19 +1,19 @@
1
- #**
2
- # * Created by: Anand Bagmar
3
- # * Email: abagmar@gmail.com
4
- # * Date: Dec 29, 2010
5
- # * Time: 9:34:02 AM
6
- # *
7
- # * Copyright 2010 Anand Bagmar (abagmar@gmail.com). Distributed under the Apache 2.0 License
8
- #**
9
-
10
- source "http://rubygems.org"
11
-
12
- group :development do
13
- gem "selenium-webdriver", ">= 2.0.0"
14
- gem "cucumber", ">= 0"
15
- gem "jeweler", "~> 1.6.4"
16
- gem 'ffi', "1.0.7"
17
- end
18
-
19
- gem "bundler", "~> 1.0.0"
1
+ #**
2
+ # * Created by: Anand Bagmar
3
+ # * Email: abagmar@gmail.com
4
+ # * Date: Dec 29, 2010
5
+ # * Time: 9:34:02 AM
6
+ # *
7
+ # * Copyright 2010 Anand Bagmar (abagmar@gmail.com). Distributed under the Apache 2.0 License
8
+ #**
9
+
10
+ source "http://rubygems.org"
11
+
12
+ group :development do
13
+ gem "selenium-webdriver", ">= 2.0.0"
14
+ gem "cucumber", ">= 0"
15
+ gem "jeweler", "~> 1.6.4"
16
+ gem 'ffi', "1.0.7"
17
+ end
18
+
19
+ gem "bundler", ">= 0"
data/LICENSE.txt CHANGED
@@ -1,13 +1,13 @@
1
- Copyright 2010 Anand Bagmar (abagmar@gmail.com).
2
-
3
- Licensed under the Apache License, Version 2.0 (the "License");
4
- you may not use this file except in compliance with the License.
5
- You may obtain a copy of the License at
6
-
7
- http://www.apache.org/licenses/LICENSE-2.0
8
-
9
- Unless required by applicable law or agreed to in writing, software
10
- distributed under the License is distributed on an "AS IS" BASIS,
11
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
- See the License for the specific language governing permissions and
13
- limitations under the License.
1
+ Copyright 2010 Anand Bagmar (abagmar@gmail.com).
2
+
3
+ Licensed under the Apache License, Version 2.0 (the "License");
4
+ you may not use this file except in compliance with the License.
5
+ You may obtain a copy of the License at
6
+
7
+ http://www.apache.org/licenses/LICENSE-2.0
8
+
9
+ Unless required by applicable law or agreed to in writing, software
10
+ distributed under the License is distributed on an "AS IS" BASIS,
11
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ See the License for the specific language governing permissions and
13
+ limitations under the License.
data/README.rdoc CHANGED
@@ -1,41 +1,46 @@
1
- = WAAT-ruby
2
-
3
- /**
4
- * Created by: Anand Bagmar
5
- * Email: abagmar@gmail.com
6
- *
7
- * Copyright 2010 Anand Bagmar. Distributed under the Apache 2.0 License
8
- *
9
- * See LICENSE.txt for further details.
10
- **/
11
-
12
-
13
- == What is Web Analytics
14
-
15
- Web Analytics is the measurement, collection, analysis and reporting of internet data for purposes of understanding and optimizing web usage. Web Analytics is not just a tool for measuring website traffic, but can also be used as a tool for business research and market research.
16
- Web Analytics applications can also help companies measure the results of traditional print advertising campaigns. It helps one to estimate how the traffic to the web site changed after the launch of a new advertising campaign.
17
-
18
- Web Analytics provides data on the number of visitors, page views, etc. to gauge the traffic popularity trends which helps doing the market research.
19
- Official definition of Web Analytics from Wikipedia[http://en.wikipedia.org/wiki/Web_analytics)]
20
-
21
-
22
- == What is WAAT?
23
-
24
- <b>{WAAT = Web Analytics Automation Testing.}[http://essenceoftesting.blogspot.com/search/label/waat]</b>
25
-
26
- See the {WAAT-Ruby wiki}[http://github.com/anandbagmar/WAAT-Ruby/wiki] for answers to questions like what, why, how, and more.
27
-
28
- For any other questions, comments, help, email Anand Bagmar @ abagmar@gmail.com
29
-
30
-
31
- == Latest version
32
-
33
- * <b>WAAT-Ruby v1.4 gem is available from the {WAAT-Ruby pkg}[http://github.com/anandbagmar/WAAT-ruby/tree/master/pkg] folder.</b>
34
- * <b>WAAT-Java v1.4 is available from the {WAAT-Java dist}[http://github.com/anandbagmar/WAAT/tree/master/dist] folder.</b>
35
-
36
-
37
- == Platforms supported
38
-
39
- * {WAAT}[http://github.com/anandbagmar/WAAT] for Java.
40
- * {WAAT}[http://github.com/anandbagmar/WAAT-Ruby] for Ruby. The Ruby gem uses RJB (Ruby-Java-Bridge) to invoke APIs defined by WAAT-Java to enable Web Analytics Testing.
41
- * <b>See {my blog}[http://essenceoftesting.blogspot.com/search/label/waat] for all activity around WAAT.</b>
1
+ = WAAT-ruby
2
+
3
+ /**
4
+ * Created by: Anand Bagmar
5
+ * Email: abagmar@gmail.com
6
+ *
7
+ * Copyright 2010 Anand Bagmar. Distributed under the Apache 2.0 License
8
+ *
9
+ * See LICENSE.txt for further details.
10
+ **/
11
+
12
+
13
+ == What is Web Analytics
14
+
15
+ Web Analytics is the measurement, collection, analysis and reporting of internet data for purposes of understanding and optimizing web usage. Web Analytics is not just a tool for measuring website traffic, but can also be used as a tool for business research and market research.
16
+ Web Analytics applications can also help companies measure the results of traditional print advertising campaigns. It helps one to estimate how the traffic to the web site changed after the launch of a new advertising campaign.
17
+
18
+ Web Analytics provides data on the number of visitors, page views, etc. to gauge the traffic popularity trends which helps doing the market research.
19
+ Official definition of Web Analytics from Wikipedia[http://en.wikipedia.org/wiki/Web_analytics)]
20
+
21
+
22
+ == What is WAAT?
23
+
24
+ <b>{WAAT = Web Analytics Automation Testing.}[http://essenceoftesting.blogspot.com/search/label/waat]</b>
25
+
26
+ See the {WAAT-Ruby wiki}[http://github.com/anandbagmar/WAAT-Ruby/wiki] for answers to questions like what, why, how, and more.
27
+
28
+ For any other questions, comments, help, email Anand Bagmar @ abagmar@gmail.com
29
+
30
+
31
+ == Latest version
32
+
33
+ * <b>WAAT-Ruby v1.4.1 gem is available from http://rubygems.org</b>
34
+ * <b>WAAT-Java v1.4 is available from the {WAAT-Java dist}[http://github.com/anandbagmar/WAAT/tree/master/dist] folder.</b>
35
+
36
+
37
+ == Platforms supported
38
+
39
+ * {WAAT}[http://github.com/anandbagmar/WAAT] for Java.
40
+ * {WAAT}[http://github.com/anandbagmar/WAAT-Ruby] for Ruby. The Ruby gem uses RJB (Ruby-Java-Bridge) to invoke APIs defined by WAAT-Java to enable Web Analytics Testing.
41
+ * <b>See {my blog}[http://essenceoftesting.blogspot.com/search/label/waat] for all activity around WAAT.</b>
42
+
43
+
44
+ == How to use WAAT-Ruby?
45
+
46
+ See {this wiki page}[https://github.com/anandbagmar/WAAT-ruby/wiki/WAAT-Ruby-HttpSniffer] for step-by-step instructions on how to use WAAT-Ruby in your project.
data/Rakefile CHANGED
@@ -1,52 +1,52 @@
1
- #**
2
- # * Created by: Anand Bagmar
3
- # * Email: abagmar@gmail.com
4
- # * Date: Dec 29, 2010
5
- # * Time: 9:34:02 AM
6
- # *
7
- # * Copyright 2010 Anand Bagmar (abagmar@gmail.com). Distributed under the Apache 2.0 License
8
- #**
9
-
10
- # encoding: utf-8
11
-
12
- require 'rubygems'
13
- require 'bundler'
14
- begin
15
- Bundler.setup(:default, :development)
16
- rescue Bundler::BundlerError => e
17
- $stderr.puts e.message
18
- $stderr.puts "Run `bundle install` to install missing gems"
19
- exit e.status_code
20
- end
21
- require 'rake'
22
-
23
- require 'jeweler'
24
- Jeweler::Tasks.new do |gem|
25
- # gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options
26
- gem.name = "WAAT"
27
- gem.homepage = "http://github.com/anandbagmar/WAAT-ruby"
28
- gem.license = "Apache 2.0"
29
- gem.summary = %Q{Web Analytics Automation Testing Framework}
30
- gem.description = %Q{An automated way of testing the Web Analytic tags reported to 'n' number of Web Analytic tools by your product. See here for more details: http://essenceoftesting.blogspot.com/search/label/waat}
31
- gem.email = "abagmar@gmail.com"
32
- gem.authors = ["Anand Bagmar"]
33
-
34
- # dependencies defined in Gemfile
35
- # gem.add_dependency('rjb', ">= 1.3.2")
36
- end
37
- Jeweler::RubygemsDotOrgTasks.new
38
-
39
- require 'cucumber/rake/task'
40
- Cucumber::Rake::Task.new(:features)
41
-
42
- task :default => :features
43
-
44
- require 'rake/rdoctask'
45
- Rake::RDocTask.new do |rdoc|
46
- version = File.exist?('VERSION') ? File.read('VERSION') : ""
47
-
48
- rdoc.rdoc_dir = 'rdoc'
49
- rdoc.title = "WAAT-ruby #{version}"
50
- rdoc.rdoc_files.include('README*')
51
- rdoc.rdoc_files.include('lib/**/*.rb')
52
- end
1
+ #**
2
+ # * Created by: Anand Bagmar
3
+ # * Email: abagmar@gmail.com
4
+ # * Date: Dec 29, 2010
5
+ # * Time: 9:34:02 AM
6
+ # *
7
+ # * Copyright 2010 Anand Bagmar (abagmar@gmail.com). Distributed under the Apache 2.0 License
8
+ #**
9
+
10
+ # encoding: utf-8
11
+
12
+ require 'rubygems'
13
+ require 'bundler'
14
+ begin
15
+ Bundler.setup(:default, :development)
16
+ rescue Bundler::BundlerError => e
17
+ $stderr.puts e.message
18
+ $stderr.puts "Run `bundle install` to install missing gems"
19
+ exit e.status_code
20
+ end
21
+ require 'rake'
22
+
23
+ require 'jeweler'
24
+ Jeweler::Tasks.new do |gem|
25
+ # gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options
26
+ gem.name = "WAAT"
27
+ gem.homepage = "http://github.com/anandbagmar/WAAT-ruby"
28
+ gem.license = "Apache 2.0"
29
+ gem.summary = %Q{Web Analytics Automation Testing Framework}
30
+ gem.description = %Q{An automated way of testing the Web Analytic tags reported to 'n' number of Web Analytic tools by your product. See here for more details: http://essenceoftesting.blogspot.com/search/label/waat}
31
+ gem.email = "abagmar@gmail.com"
32
+ gem.authors = ["Anand Bagmar"]
33
+
34
+ # dependencies defined in Gemfile
35
+ # gem.add_dependency('rjb', ">= 1.3.2")
36
+ end
37
+ Jeweler::RubygemsDotOrgTasks.new
38
+
39
+ require 'cucumber/rake/task'
40
+ Cucumber::Rake::Task.new(:features)
41
+
42
+ task :default => :features
43
+
44
+ require 'rake/rdoctask'
45
+ Rake::RDocTask.new do |rdoc|
46
+ version = File.exist?('VERSION') ? File.read('VERSION') : ""
47
+
48
+ rdoc.rdoc_dir = 'rdoc'
49
+ rdoc.title = "WAAT-ruby #{version}"
50
+ rdoc.rdoc_files.include('README*')
51
+ rdoc.rdoc_files.include('lib/**/*.rb')
52
+ end
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.4.0
1
+ 1.4.1
data/WAAT.gemspec CHANGED
@@ -1,95 +1,95 @@
1
- # Generated by jeweler
2
- # DO NOT EDIT THIS FILE DIRECTLY
3
- # Instead, edit Jeweler::Tasks in rakefile, and run 'rake gemspec'
4
- # -*- encoding: utf-8 -*-
5
-
6
- Gem::Specification.new do |s|
7
- s.name = %q{WAAT}
8
- s.version = "1.4.0"
9
-
10
- s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
- s.authors = ["Anand Bagmar"]
12
- s.date = %q{2011-07-28}
13
- s.description = %q{An automated way of testing the Web Analytic tags reported to 'n' number of Web Analytic tools by your product. See here for more details: http://essenceoftesting.blogspot.com/search/label/waat}
14
- s.email = %q{abagmar@gmail.com}
15
- s.extra_rdoc_files = [
16
- "LICENSE.txt",
17
- "README",
18
- "README.rdoc"
19
- ]
20
- s.files = [
21
- ".document",
22
- "Gemfile",
23
- "LICENSE.txt",
24
- "README",
25
- "README.rdoc",
26
- "Rakefile",
27
- "VERSION",
28
- "WAAT.gemspec",
29
- "features/WAAT-ruby.feature",
30
- "features/step_definitions/WAAT-ruby_steps.rb",
31
- "features/support/env.rb",
32
- "features/support/hook.rb",
33
- "lib/WAAT.rb",
34
- "lib/WAAT/LICENSE.txt",
35
- "lib/WAAT/docs/Jpcap_Install.html",
36
- "lib/WAAT/docs/README",
37
- "lib/WAAT/docs/README.rdoc",
38
- "lib/WAAT/docs/WAAT Readme.doc",
39
- "lib/WAAT/docs/WAAT Readme.docx",
40
- "lib/WAAT/docs/WAAT Readme.html",
41
- "lib/WAAT/docs/WAAT Readme.pdf",
42
- "lib/WAAT/lib/WAAT_v1.4.jar",
43
- "lib/WAAT/lib/commons-lang-2.3.jar",
44
- "lib/WAAT/lib/httpSniffer/Linux/jpcap-0.7-1.i386.rpm",
45
- "lib/WAAT/lib/httpSniffer/Linux/jpcap-0.7.deb",
46
- "lib/WAAT/lib/httpSniffer/Linux/libpcap-1.1.1.tar.gz",
47
- "lib/WAAT/lib/httpSniffer/Windows/JpcapSetup-0.7.exe",
48
- "lib/WAAT/lib/httpSniffer/Windows/System32/Jpcap.dll",
49
- "lib/WAAT/lib/httpSniffer/Windows/System32/Packet.dll",
50
- "lib/WAAT/lib/httpSniffer/Windows/System32/drivers/npf.sys",
51
- "lib/WAAT/lib/httpSniffer/Windows/System32/pthreadVC.dll",
52
- "lib/WAAT/lib/httpSniffer/Windows/System32/wpcap.dll",
53
- "lib/WAAT/lib/httpSniffer/Windows/WinPcap_4_1_2.exe",
54
- "lib/WAAT/lib/httpSniffer/jpcap.jar",
55
- "lib/WAAT/lib/jpcap.jar",
56
- "lib/WAAT/lib/log4j-1.2.16.jar",
57
- "lib/WAAT/lib/xstream-1.3.1.jar",
58
- "lib/WAAT/resources/log4j.properties",
59
- "lib/WAAT/sampledata/TestData.xml",
60
- "lib/WAAT/samplescripts/com/thoughtworks/webanalyticsautomation/scriptrunner/SeleniumScriptRunner.java",
61
- "lib/WAAT/samplescripts/com/thoughtworks/webanalyticsautomation/scriptrunner/WebDriverScriptRunner.java",
62
- "sampledata/TestData.xml"
63
- ]
64
- s.homepage = %q{http://github.com/anandbagmar/WAAT-ruby}
65
- s.licenses = ["Apache 2.0"]
66
- s.require_paths = ["lib"]
67
- s.rubygems_version = %q{1.3.7}
68
- s.summary = %q{Web Analytics Automation Testing Framework}
69
-
70
- if s.respond_to? :specification_version then
71
- current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
72
- s.specification_version = 3
73
-
74
- if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
75
- s.add_runtime_dependency(%q<bundler>, ["~> 1.0.0"])
76
- s.add_development_dependency(%q<selenium-webdriver>, [">= 2.0.0"])
77
- s.add_development_dependency(%q<cucumber>, [">= 0"])
78
- s.add_development_dependency(%q<jeweler>, ["~> 1.6.4"])
79
- s.add_development_dependency(%q<ffi>, ["= 1.0.7"])
80
- else
81
- s.add_dependency(%q<bundler>, ["~> 1.0.0"])
82
- s.add_dependency(%q<selenium-webdriver>, [">= 2.0.0"])
83
- s.add_dependency(%q<cucumber>, [">= 0"])
84
- s.add_dependency(%q<jeweler>, ["~> 1.6.4"])
85
- s.add_dependency(%q<ffi>, ["= 1.0.7"])
86
- end
87
- else
88
- s.add_dependency(%q<bundler>, ["~> 1.0.0"])
89
- s.add_dependency(%q<selenium-webdriver>, [">= 2.0.0"])
90
- s.add_dependency(%q<cucumber>, [">= 0"])
91
- s.add_dependency(%q<jeweler>, ["~> 1.6.4"])
92
- s.add_dependency(%q<ffi>, ["= 1.0.7"])
93
- end
94
- end
95
-
1
+ # Generated by jeweler
2
+ # DO NOT EDIT THIS FILE DIRECTLY
3
+ # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
+ # -*- encoding: utf-8 -*-
5
+
6
+ Gem::Specification.new do |s|
7
+ s.name = %q{WAAT}
8
+ s.version = "1.4.1"
9
+
10
+ s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
+ s.authors = ["Anand Bagmar"]
12
+ s.date = %q{2012-09-25}
13
+ s.description = %q{An automated way of testing the Web Analytic tags reported to 'n' number of Web Analytic tools by your product. See here for more details: http://essenceoftesting.blogspot.com/search/label/waat}
14
+ s.email = %q{abagmar@gmail.com}
15
+ s.extra_rdoc_files = [
16
+ "LICENSE.txt",
17
+ "README",
18
+ "README.rdoc"
19
+ ]
20
+ s.files = [
21
+ ".document",
22
+ "Gemfile",
23
+ "LICENSE.txt",
24
+ "README",
25
+ "README.rdoc",
26
+ "Rakefile",
27
+ "VERSION",
28
+ "WAAT.gemspec",
29
+ "features/WAAT-ruby.feature",
30
+ "features/step_definitions/WAAT-ruby_steps.rb",
31
+ "features/support/env.rb",
32
+ "features/support/hook.rb",
33
+ "lib/WAAT.rb",
34
+ "lib/WAAT/LICENSE.txt",
35
+ "lib/WAAT/docs/Jpcap_Install.html",
36
+ "lib/WAAT/docs/README",
37
+ "lib/WAAT/docs/README.rdoc",
38
+ "lib/WAAT/docs/WAAT Readme.doc",
39
+ "lib/WAAT/docs/WAAT Readme.docx",
40
+ "lib/WAAT/docs/WAAT Readme.html",
41
+ "lib/WAAT/docs/WAAT Readme.pdf",
42
+ "lib/WAAT/lib/WAAT_v1.4.jar",
43
+ "lib/WAAT/lib/commons-lang-2.3.jar",
44
+ "lib/WAAT/lib/httpSniffer/Linux/jpcap-0.7-1.i386.rpm",
45
+ "lib/WAAT/lib/httpSniffer/Linux/jpcap-0.7.deb",
46
+ "lib/WAAT/lib/httpSniffer/Linux/libpcap-1.1.1.tar.gz",
47
+ "lib/WAAT/lib/httpSniffer/Windows/JpcapSetup-0.7.exe",
48
+ "lib/WAAT/lib/httpSniffer/Windows/System32/Jpcap.dll",
49
+ "lib/WAAT/lib/httpSniffer/Windows/System32/Packet.dll",
50
+ "lib/WAAT/lib/httpSniffer/Windows/System32/drivers/npf.sys",
51
+ "lib/WAAT/lib/httpSniffer/Windows/System32/pthreadVC.dll",
52
+ "lib/WAAT/lib/httpSniffer/Windows/System32/wpcap.dll",
53
+ "lib/WAAT/lib/httpSniffer/Windows/WinPcap_4_1_2.exe",
54
+ "lib/WAAT/lib/httpSniffer/jpcap.jar",
55
+ "lib/WAAT/lib/jpcap.jar",
56
+ "lib/WAAT/lib/log4j-1.2.16.jar",
57
+ "lib/WAAT/lib/xstream-1.3.1.jar",
58
+ "lib/WAAT/resources/log4j.properties",
59
+ "lib/WAAT/sampledata/TestData.xml",
60
+ "lib/WAAT/samplescripts/com/thoughtworks/webanalyticsautomation/scriptrunner/SeleniumScriptRunner.java",
61
+ "lib/WAAT/samplescripts/com/thoughtworks/webanalyticsautomation/scriptrunner/WebDriverScriptRunner.java",
62
+ "sampledata/TestData.xml"
63
+ ]
64
+ s.homepage = %q{http://github.com/anandbagmar/WAAT-ruby}
65
+ s.licenses = ["Apache 2.0"]
66
+ s.require_paths = ["lib"]
67
+ s.rubygems_version = %q{1.3.6}
68
+ s.summary = %q{Web Analytics Automation Testing Framework}
69
+
70
+ if s.respond_to? :specification_version then
71
+ current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
72
+ s.specification_version = 3
73
+
74
+ if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
75
+ s.add_runtime_dependency(%q<bundler>, [">= 0"])
76
+ s.add_development_dependency(%q<selenium-webdriver>, [">= 2.0.0"])
77
+ s.add_development_dependency(%q<cucumber>, [">= 0"])
78
+ s.add_development_dependency(%q<jeweler>, ["~> 1.6.4"])
79
+ s.add_development_dependency(%q<ffi>, ["= 1.0.7"])
80
+ else
81
+ s.add_dependency(%q<bundler>, [">= 0"])
82
+ s.add_dependency(%q<selenium-webdriver>, [">= 2.0.0"])
83
+ s.add_dependency(%q<cucumber>, [">= 0"])
84
+ s.add_dependency(%q<jeweler>, ["~> 1.6.4"])
85
+ s.add_dependency(%q<ffi>, ["= 1.0.7"])
86
+ end
87
+ else
88
+ s.add_dependency(%q<bundler>, [">= 0"])
89
+ s.add_dependency(%q<selenium-webdriver>, [">= 2.0.0"])
90
+ s.add_dependency(%q<cucumber>, [">= 0"])
91
+ s.add_dependency(%q<jeweler>, ["~> 1.6.4"])
92
+ s.add_dependency(%q<ffi>, ["= 1.0.7"])
93
+ end
94
+ end
95
+