Changes

From SME Server
Jump to navigationJump to search
510 bytes added ,  07:43, 27 March 2014
Line 115: Line 115:  
Here is an outline of that process: https://help.github.com/articles/fork-a-repo
 
Here is an outline of that process: https://help.github.com/articles/fork-a-repo
   −
==RIDE==
+
== Additional Tools ==
   −
The Robotframework has its own IDE called RIDE. It is particularly useful for running individual tests.
+
There are a number of tools that are useful in developing tests. This section lists a number of these:
   −
Info here:
+
=== RIDE IDE ===
 
+
The Robotframework has its own IDE called RIDE. It is particularly useful for running individual tests
https://github.com/robotframework/RIDE/wiki
+
during development. More info here https://github.com/robotframework/RIDE/wiki . It be easily installed with:
 
  −
and can be easily installed with:
      
  pip install robotframework-ride
 
  pip install robotframework-ride
Line 130: Line 128:     
   ride.py sme
 
   ride.py sme
 +
 +
=== XPath Checker Firefox ===
 +
It sometimes is quite tricky to locate the right element in a web page to check or click. One method
 +
that selenium supports is XPaths:http://en.wikipedia.org/wiki/XPath
 +
 +
In order to develop these, I found the Firefox plugin 'XPaths Checker' particularly useful.
 +
 +
https://addons.mozilla.org/en-US/firefox/addon/xpath-checker/
374

edits

Navigation menu