echo – The Selenese Print Command 

Selenese has a simple command that allows you to print text to your test’s output. This is useful for providing informational progress notes in your test which display on the console as your test is running. These notes also can be used to provide context within your test result reports, which can be useful for finding where a defect exists on a page in the event your test finds a problem. Finally, echo statements can be used to print the contents of Selenium variables.

How to use selenium echo command

<tr>
<td>storeTitle</td>
<td>Page_Title</td>
<td></td>
</tr>
<tr>

<td>echo</td>
<td>${Page_Title}</td>
<td></td>

</tr>

Author: Pavandeep Puddupakkam on May 2, 2010
Category: Selenium IDE, Selenium RC, Software Testing
Tags: , ,
Google Webdriver Forum -The Online Community for Google Webdriver and Selenium RC Users and Professionals
1 response to “echo – The Selenese Print Command”
  1. Suganthi says:

    pls let me know the all selenese commands available

Leave a Reply

Last articles