Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
how to validate combobox values with testdata values
#1
Solved: 10 Years, 9 Months, 1 Week ago
I have one combobox ,having values like value1,value2...this is displaying at UI,i want to validate this values with my Expected values(Testdata).My code is like

Code:
val=window("").wincombobox("").getitemscount

for i=0 to val-1

d=window("").wincombobox("").getitem(i)

s=s+d+vbnewline
print s

watever values in the combobox all values dispaly in the window.
Now i want to compare these values with my testdata values.These test data values in the textfile like val1,val2 ,val3 like
How can i compare and report my results.Pls give me the code
Reply


Messages In This Thread
how to validate combobox values with testdata values - by 1981.madhu@gmail.com - 09-09-2009, 02:24 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Not able to get the list of items in Delphi Combobox Environment Object Raj Aryan Singh 3 1,959 02-04-2020, 12:32 AM
Last Post: Raj Aryan Singh
  Dynamic Values Identification PreethiJoshi 1 1,078 04-26-2018, 10:50 AM
Last Post: Ankur
  Need help for copying values from one excel to another excel vinodhiniqa 0 1,189 07-06-2017, 05:33 PM
Last Post: vinodhiniqa
  How import final calculated values by cell formula from Excel not the formula itself. qtped 1 4,713 01-17-2017, 04:05 PM
Last Post: sagar.raythatha
  Need to verify the drop down values based on condition santhoshmscsoftware 1 2,717 05-04-2016, 11:28 PM
Last Post: supputuri

Forum Jump:


Users browsing this thread: 1 Guest(s)