Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to parameterize
#7
Solved: 11 Years, 4 Months, 4 Weeks ago
Hi Fakruddin,
I am really sorry to say that in this scenario there is no concept of combinations

1. As In the first page where we select the Date and Month is to be passed from datatable or any other form of parameterization.
2. Imagine the date, month and year is passed from datatable and you have selected it in the application.
3. Now click on continue which takes to the second page where the date is displayed in the form of "mm/dd/yyyy".
4. As per my explaination...please take this data (second form) and split it i.e
vDate = Browser().page().Webelement().GetROProperty("innertext") 'this will give the date

Code:
vVal = Split(vDate, "/")
now you will have vVal(0) = "1"
                         vVal(1) = "29"
                         vVal(2) = "2009"

5. Compare these array values with the values you have in the datatable.

I hope i am answering to the question, please correct me if i am wrong.
Reply


Messages In This Thread
How to parameterize - by sudhirzpatil - 01-28-2009, 01:49 PM
RE: How to parameterize - by bfakruddin - 01-28-2009, 04:41 PM
RE: How to parameterize - by sudhirzpatil - 01-28-2009, 05:46 PM
RE: How to parameterize - by bfakruddin - 01-29-2009, 11:01 AM
RE: How to parameterize - by sudhirzpatil - 01-29-2009, 11:21 AM
RE: How to parameterize - by manojith1984 - 01-29-2009, 12:18 PM
RE: How to parameterize - by sreekanth chilam - 01-29-2009, 01:46 PM
RE: How to parameterize - by sudhirzpatil - 01-29-2009, 03:24 PM
RE: How to parameterize - by bfakruddin - 01-30-2009, 05:57 PM
RE: How to parameterize - by bfakruddin - 01-30-2009, 06:03 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  parameterize Excel Sheet Name in SQL bjitsidhu 0 2,940 07-20-2014, 08:34 AM
Last Post: bjitsidhu
  Parameterize at different pace, and multiple write to Excel joncfrazier 0 2,669 07-10-2012, 12:05 AM
Last Post: joncfrazier
  Parameterize Excel Columns for 2-Dimensional Array defcon3 2 3,614 06-20-2012, 04:59 PM
Last Post: defcon3
  Parameterize Melody M 11 7,478 11-21-2011, 01:28 AM
Last Post: naunihal
  How to parameterize the value which is in Object repository AdhikariS 4 7,445 09-06-2011, 12:38 PM
Last Post: AdhikariS

Forum Jump:


Users browsing this thread: 4 Guest(s)