I do not know if i am doing wrong here. I am sucessful in launching
the browser if i use
| using the browser | *iexplore| start at |
http://www.google.com |
however if i use as below with out the protocol as below, i am seeing
script error
| using the browser | *iexplore| start at |
www.google.com |
please suggest.
Thank you,
Aswin
Below is the cut of my code snippet I tried to run.
!define TEST_SYSTEM {slim}
!path fitnesse.jar
!path fitlibrary.jar
!path ./lib/*.jar
|import|
|fitnesse.slim.test|
|fitnesse.fixtures|
|com.magneticreason.fitnium|
| script | Base Fitnium Fixture |
| the server is located at | localhost |
| the server is on port | 4444 |
| using the browser | *iexplore| start at |
www.google.com |
|check | is selenium initialised | true |
|set speed to |50| milliseconds |
|set timeout to |50000| milliseconds |
|write to debug | starting test |
| close the browser |
Thank you,
Aswin.