Code Search for Developers
 
 
  

set-input-field.csv from Jameleon at Krugle


Show set-input-field.csv syntax highlighted

form,fieldValue,validateXPath
1,some username,//form[@name='testform1']/input[@name='${fieldName}' and @value='${fieldValue}']
testform1,some username,//form[1]/input[@name='${fieldName}' and @value='${fieldValue}']
test_form_1,another value,//form[@id='test_form_1']/input[@name='${fieldName}' and @value='${fieldValue}']
//form[@name='testform1'],value,//form[1]/input[@name='${fieldName}' and @value='${fieldValue}']




See more files for this project here

Jameleon

Jameleon is a data-driven automated testing tool that is easily extensible via plug-ins. Features of applications are automated in Java and tied together independently in XML, creating self-documenting automated test cases.

Project homepage: http://sourceforge.net/projects/jameleon
Programming language(s): Java,XML
License: other

  set-input-field.csv