Selenium Forum: Functional And Regression Testing Tool.
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Search
Display results as :
Advanced Search
Latest topics
AEM Training | Free Online DemoWed Apr 21, 2021 5:45 pmazharuddin
c# PageFactory - issue initializing elementsFri Nov 01, 2019 8:40 pmthegoatboy
Selenium making automatic connection to random urlsMon Jul 08, 2019 12:58 pmrepairtechsolutions1
How can we design the custom framework in Selenium RCMon Jun 24, 2019 2:26 pmrandybonnettes
What are the new features in Selenium 3.0Tue Jun 18, 2019 5:37 pmpappyvicky
What are you using Selenium for? Fri Apr 12, 2019 3:52 amzhl
LIMITATIONS OF SELENIUMWed Apr 10, 2019 11:23 amswara
Navigation
 Portal
 Index
 Memberlist
 Profile
 FAQ
 Search

Go down
Archana
Archana
Regular Participant
Regular Participant
Posts : 33
Join date : 2009-08-21

testing  form submission with current time input Empty testing form submission with current time input

Fri Aug 21, 2009 7:35 pm
Hi,
I am using Selenium IDE but couldn't use Selenium RC. when I extract zipfile which I downloaded from http://seleniumhq.org/download/, its giving an error after 80% extraction it seems. That might be a problem.
What I want to ask is in my form whenever I run test, it should enter (current time+10sec) in some field, how can I do this, should I handle any js code? Requirement is if time is less than current time, form should not be submitted. and what's the use of selenium IDE html format, I don't know about this. I'm just using Selenium-RC php format. Can anyone help?
Advisor
Advisor
------------------------
------------------------
Posts : 387
Join date : 2009-07-30
Location : India
https://seleniumforum.forumotion.net

testing  form submission with current time input Empty Re: testing form submission with current time input

Sat Aug 22, 2009 11:31 am
hi,

Use the following command in your selenium IDE

store | javascript{(new Date().getHours()+" : " + new Date().getMinutes() + " : " + new Date().getSeconds())} | variableName

type| locatorOfElementInWhichYouWantToEnter | ${variableName}

Best of luck.

Bye
Archana
Archana
Regular Participant
Regular Participant
Posts : 33
Join date : 2009-08-21

testing  form submission with current time input Empty Re: testing form submission with current time input

Sat Aug 22, 2009 2:28 pm
Thanks, Its working. Cool.

Also I have a date field with a calendar icon beside. There links for previous dates are disabled. Through testing, how can I check whether calendar is loaded correctly or not? (I mean prev dates are disabled or not). Automated test should click on calendar icon & select current date & submit my form. Can we do it?
Sponsored content

testing  form submission with current time input Empty Re: testing form submission with current time input

Back to top
Permissions in this forum:
You cannot reply to topics in this forum