- deepdhawal
- Posts : 1
Join date : 2012-04-09
Age : 38
Location : Chennai
How to Handle Date Popup in Selenium.
Mon Apr 09, 2012 5:36 pm
Steps To Reproduce -
1) go to yatra.com
2) open selenium IDE
3) Click and select radio button One way
4) select From and To from Drop down.
5) select Date from Popup
6) click on Show Flights Button
7) Go to Selenium Window and Re- Run the all the steps.
Expected Result - Test case should be passed.
Actual Result - Showing Message at "Step 12" i.e. Date field
1) go to yatra.com
2) open selenium IDE
3) Click and select radio button One way
4) select From and To from Drop down.
5) select Date from Popup
6) click on Show Flights Button
7) Go to Selenium Window and Re- Run the all the steps.
Expected Result - Test case should be passed.
Actual Result - Showing Message at "Step 12" i.e. Date field
Re: How to Handle Date Popup in Selenium.
Mon Apr 09, 2012 6:38 pm
When recording, it doesn't record click operation on calender to open.
So you need to add that step manually -
Run below code,
So you need to add that step manually -
Run below code,
- Code:
click | id=domOneWay
select | id=departCity_dom1 | label=Bangalore
select | id=destCity_dom1 | label=New Delhi
click | name=datePickerDepart_dom1
click | link=10
clickAndWait | id=btnFindflights
- ashish_techieAmateur
- Posts : 73
Join date : 2011-08-09
Re: How to Handle Date Popup in Selenium.
Mon May 14, 2012 11:32 pm
Date poup is generally the part of the same page.
Each date will have an xpath and there will be a pattern in the xpaths among the dates.
So you can break the xpath and use a loop to access dates.
Regards
Ashish
For selenium videos visit:
http://qtpselenium.com/selenium-tutorial
Each date will have an xpath and there will be a pattern in the xpaths among the dates.
So you can break the xpath and use a loop to access dates.
Regards
Ashish
For selenium videos visit:
http://qtpselenium.com/selenium-tutorial
Permissions in this forum:
You cannot reply to topics in this forum