SitePoint Sponsor |
|
User Tag List
Results 1 to 1 of 1
Thread: Selenium
-
Jul 22, 2009, 23:28 #1
- Join Date
- Jun 2008
- Posts
- 205
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Selenium
Hi,
I am new to Selenium. I read many tutorial and I executed some of the scripts.
When I execute the script, I have to create a log whether the test is passed or failed through selenium RC server.
This is the information on selenium server.
Code:11:39:07.875 INFO - Got result: OK on session 4b3053b3c9f343e1a2b3cd14ce1c6daa 11:39:07.890 INFO - Command request: click[login_button, ] on session 4b3053b3c9 f343e1a2b3cd14ce1c6daa 11:39:07.890 INFO - MOCK: json={command:"click",target:"login_button",value:""} 11:39:07.890 INFO - Got result: OK on session 4b3053b3c9f343e1a2b3cd14ce1c6daa 11:39:07.906 INFO - Command request: waitForPageToLoad[10000, ] on session 4b305 3b3c9f343e1a2b3cd14ce1c6daa 11:39:07.906 INFO - MOCK: json={command:"waitForPageToLoad",target:"10000",value :""} 11:39:07.906 INFO - Got result: OK on session 4b3053b3c9f343e1a2b3cd14ce1c6daa 11:39:07.906 INFO - Command request: click[top_nav_campaigns, ] on session 4b305 3b3c9f343e1a2b3cd14ce1c6daa 11:39:07.921 INFO - MOCK: json={command:"click",target:"top_nav_campaigns",value :""}
Bookmarks