Test suite results

result: passed
totalTime: 0
numTestTotal: 1
numTestPasses: 1
numTestFailures: 0
numCommandPasses: 6
numCommandFailures: 0
numCommandErrors: 0
Selenium Version: 2.46
Selenium Revision: .0
Test Suite
sel_test
 
sel_test.html
sel_test
open http://192.168.59.103:35001/login.php
assertTitle Damn Vulnerable Web App (DVWA) - Login
type name=username admin
type name=password password
clickAndWait name=Login
assertTitle Damn Vulnerable Web App (DVWA) v1.8 :: Welcome
clickAndWait //li[@onclick="window.location='vulnerabilities/sqli/.'"]
assertTitle Damn Vulnerable Web App (DVWA) v1.8 :: Vulnerability: SQL Injection
type name=id test
assertValue name=id test
clickAndWait name=Submit
assertTitle Damn Vulnerable Web App (DVWA) v1.8 :: Vulnerability: SQL Injection
type name=id 1 OR 1=1 --
clickAndWait name=Submit
assertTitle Damn Vulnerable Web App (DVWA) v1.8 :: Vulnerability: SQL Injection
 
info: Starting test /selenium-server/tests/sel_test.html
info: Executing: |open | http://192.168.59.103:35001/login.php |  |
info: Executing: |assertTitle | Damn Vulnerable Web App (DVWA) - Login |  |
info: Executing: |type | name=username | admin |
info: Selenium 1.0 (Core, RC, etc) is no longer under active development. Please update to WebDriver ASAP
info: Executing: |type | name=password | password |
info: Executing: |clickAndWait | name=Login |  |
info: Executing: |assertTitle | Damn Vulnerable Web App (DVWA) v1.8 :: Welcome |  |
info: Executing: |clickAndWait | //li[@onclick="window.location='vulnerabilities/sqli/.'"] |  |
info: Executing: |assertTitle | Damn Vulnerable Web App (DVWA) v1.8 :: Vulnerability: SQL Injection |  |
info: Executing: |type | name=id | test |
info: Executing: |assertValue | name=id | test |
info: Executing: |clickAndWait | name=Submit |  |
info: Executing: |assertTitle | Damn Vulnerable Web App (DVWA) v1.8 :: Vulnerability: SQL Injection |  |
info: Executing: |type | name=id | 1 OR 1=1 -- |
info: Executing: |clickAndWait | name=Submit |  |
info: Selenium 1.0 (Core, RC, etc) is no longer under active development. Please update to WebDriver ASAP
info: Executing: |assertTitle | Damn Vulnerable Web App (DVWA) v1.8 :: Vulnerability: SQL Injection |  |