Date Function in selenium IDE.

In this section we will show how to manage, store and print date using selenium IDE.
First describe how to store current date in a variabe and print the date.

Test Case-01:
Command
Target
Value
storeEval
Date();
currentdate
echo
${currentdate}


Here,
 - storeEval is using for store todays date.
 - Date() is a function which specify the todays date.
 - currentdate is a variable which reserve the todays date.
 - echo is using for print the variable currentdate.




No comments:

Post a Comment