selenium - How can I use seleium test case in groovy? -
How can I use the Salim Test case groovy? Such as cloning on links
Test case
& lt; Html & gt; ... & lt; Body & gt; & Lt; Table & gt; & Lt; TR & gt; & Lt; TD & gt; Open & lt; / TD & gt; & Lt; TD & gt; Https: //url.web: 8010 / // Setup credentials Def string [] Credential = New string [2] Credentials [0] = "User name" Credential [1] = "password" def cred = [(JMXConnector.CREDENTIALS): Credential] // Setup = URL with JMX connection credentials DRR service: 'Service: JMX: RMI: /// JNDI / RMI: // URL : 8010 / Jmxrmi 'def service = JmxFactory.connect (new JmxUrl (serverUrl), cred) .MBeanServerConnection
and click on the selenium script How to wait
Groovy is essentially down, then a groovetest case will make you exactly like JUnit3 test.
If you want, you can take a look at several sample tests which I have written in Groovy.
Comments
Post a Comment