
| Key: |
WTR-170
|
| Type: |
Bug
|
| Status: |
Resolved
|
| Resolution: |
Fixed
|
| Priority: |
Major
|
| Assignee: |
Unassigned
|
| Reporter: |
Shyamala Balekuduru
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
Watir
Created: 02/Aug/07 07:31 AM
Updated: Monday 04:31 PM
|
|
| Component/s: |
None
|
| Affects Version/s: |
1.5.0/1.5.1
|
| Fix Version/s: |
1.6.2
|
|
|
I was using Watir 1.4.1 and the performace was pretty good. But when I uninstalled 1.4.1 and installed 1.5.1192 gem - the test execution time increaded dramatically.
Here goes:
test.rb
------------------------
require 'watir' # the watir controller
include Watir
require 'test/unit'
require 'test/unit/ui/console/testrunner'
class TC_BTMSSID < Test::Unit::TestCase
def setTestVars
$no_rows_programs = 11
$ProgramName = "Program001"
end
def test3_drugSubstance
$ie = Watir::IE.attach(:title, /Material/)
$ie.text_field(:index, 1).flash
$ie.text_field(:id, /NoOfTests/).set("4")
$ie.wait
end
end
------------------------------------
I have 2 html files that will demonstrate this problem - They are fairly large.
|
|
Description
|
I was using Watir 1.4.1 and the performace was pretty good. But when I uninstalled 1.4.1 and installed 1.5.1192 gem - the test execution time increaded dramatically.
Here goes:
test.rb
------------------------
require 'watir' # the watir controller
include Watir
require 'test/unit'
require 'test/unit/ui/console/testrunner'
class TC_BTMSSID < Test::Unit::TestCase
def setTestVars
$no_rows_programs = 11
$ProgramName = "Program001"
end
def test3_drugSubstance
$ie = Watir::IE.attach(:title, /Material/)
$ie.text_field(:index, 1).flash
$ie.text_field(:id, /NoOfTests/).set("4")
$ie.wait
end
end
------------------------------------
I have 2 html files that will demonstrate this problem - They are fairly large.
|
Show » |
|
Finished in 21 secs or so
- Now if tthe Left Navigation menu is removed it finishes in 3 sec