Name:
[084] Robert Marchetti
Member:
60 months
Authored:
11 videos
Description:
President of Stone Circle Technologies Inc. in Salem, MA.
Developer of the IE automation tool P.A.M.I.E (Python Automation module for IE)which is written in python.
Scripting Languages: Groovy, Python and Ruby. Test Tools: Pamie, QTP, WatiJ, Watir.
Musician: Bass Guitar, Electric/Acous ...
Watij Overview and Example [ID:1490] (3/4)
in series: Web Testing with Open Source tools - Overview and example
video tutorial by Robert Marchetti, added 06/09
Name:
[084] Robert Marchetti
Member:
60 months
Authored:
11 videos
Description:
President of Stone Circle Technologies Inc. in Salem, MA.
Developer of the IE automation tool P.A.M.I.E (Python Automation module for IE)which is written in python.
Scripting Languages: Groo ...
Our authors tell us that feedback from you is a big motivator. Please take a few moments to let them know what you think of their work.
WATIj is a Full Java API. It uses the simplicity of WATIR with the power of Java. In this Video I will describe what need to be installed to run WATIJ in Eclipse using the Python Scripting Lanaguage along with the Python Java Bridge JPYPE.
Source code included!
######################
# Simple Jpype Example
######################
from jpype import *
startJVM("C:\\Program Files\\Java\\jre6\\bin\\client\\jvm.dll", "-Djava.class.path=.\\lib\\junit.jar;.\\lib\\resolver.jar;.\\lib\\nekohtml.jar;.\\watij.jar;.\\lib\watijcom.jar;.\\lib\jniwrap-3.6.1.jar;.\\lib\\comfyj-2.4.jar;.\\lib\\winpack-3.6.jar;.\\lib\\xalan.jar;.\\lib\\xml-apis.jar;.\\lib\\serializer.jar;.\\lib\\xercesImpl.jar;.\\lib\\bsh.jar;.\\lib\\jexplorer-1.9.jar;.\\lib\\mshtml.jar;")
#===============================================================================
IE = JPackage("watij").runtime.ie.IE
SF = JPackage("watij").finders.SymbolFactory
#
ie = IE()
ie.start()
ie.goTo("www.google.com")
ie.textField(SF.name,"q").set("Watij")
ie.button("Google Search").click();
ie.link("User Guide").click()
Got any questions?
Get answers in the ShowMeDo Learners Google Group.
Video statistics:
- Video's rank shown in the most popular listing
- Video plays: 1056 (since July 30th)
- Plays in last week: 9
- Published: 32 months ago
Thank-yous, questions and comments
If this video tutorial was helpful please take some time to say thank-you to the authors for their hard work. Feel free to ask questions. Let the author know why their video tutorial was useful - what are you learning about? Did the video tutorial save you time? Would you like to see more?
You may also want to see our ShowMeDo Google Group to speak to our active users and authors.
All comments excluding tick-boxed quick-comments
Good Demonstration.
Thank you
Hi All,
I am a fresher who joined a company where I am working on WATIJ.I am completely new to this field.Can anyone please send me the java code to fill in the form in any website(ex. WWW.google.com).Especially the code where one can close a tab in Internet Explorer.And I am Working in eclipse.
Please I need help Very badly,Plz plz plz Undecided
Genelia
Hi All,
I am a fresher who joined a company where I am working on WATIJ.I am completely new to this field.Can anyone please send me the java code to fill in the form in any website(ex. WWW.google.com).Especially the code where one can close a tab in Internet Explorer.And I am Working in eclipse.
Please I need help Very badly,Plz plz plz Undecided
Genelia
Hi Team,
Pl tell me how to write automation test scripts in a editor and to call watij libries into the editor.
cheers,
ruwan.
good job
good job
Great video! Followed along with no hiccups.
good
good
