Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Calling a function within a function? Is this possible?
#1
Not Solved
Hello,

Thanks in advance for taking time to read this post. I am doing some proof of concept testing before i drill into the actual scenario testing.


For example:
i have a function to set/get a combobox value:

Code:
DropDownList_Set_SelectItem (Window, Object, ItemName)


however my function has two additional values in this function because i need to get the last value name of the dropdown from the datatable column as:

Code:
DropDownList_Set_SelectItem (Window, Object, ItemName, datatable_sheetdestination, dt_columnname)


I would like to know how to split up this function. What would be the best way for me to call a function within to handle ex. get datatable values(datatable_sheetdestination, dt_columnname).

Thanks again,
rd
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Split function in string nidhishnair 13 63,324 07-07-2020, 03:47 PM
Last Post: helmzshelmz
Question Split Function Chaithra N 0 1,012 12-18-2019, 11:33 AM
Last Post: Chaithra N
  Click after CheckProperty to a WebElement passed via Function argument fails naruoga 0 1,021 02-28-2019, 11:46 AM
Last Post: naruoga
  Select case is not being executed in a Function Anupama 1 1,432 05-25-2018, 11:15 AM
Last Post: Anupama
Shy Cint function in UFT rinatk 9 6,006 11-09-2015, 05:08 PM
Last Post: rinatk

Forum Jump:


Users browsing this thread: 1 Guest(s)