Populate Field

populateField method is used to populate the UI element with the test data.

Syntax

  1. void populateField( String elementName)

  2. void populateField( String elementName, Object objectValue)

Code Snippet

/*
 *
 */
populateField("SearchText", "Apple");

Last updated