Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to use the Descriptive programming for WebRadioGroup?
#4
Solved: 10 Years, 9 Months, 3 Weeks ago
Hi Uma,

You are giving the values to webradiogroup from excel. That value is stored in the variable "class1". so no need to write class1( .select "class1") in double quote.
The problem is here that the variable "class1" containing the value isn't matching with the item presents under that webradiogroup. It might be due to the extra space presents for the value in "class1". You need to use trim for fetching the value from excel like:

Code:
class1=trim(sheet name.cells(row,col).value)
can you please try now with the above procedure?
Reply


Messages In This Thread
RE: How to use the Descriptive programming for WebRadioGroup? - by jyotikrushna - 09-27-2011, 11:18 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Dynamic descriptive Programming issue in Terminal Emulator cprasad 1 1,762 04-25-2019, 08:17 PM
Last Post: Ankur
  UFT Tool support with Descriptive programming laks 1 1,648 07-05-2018, 05:31 PM
Last Post: Ankur
  UFT Descriptive Programming objects not identified in a secure & private intranet env bugfinder2 1 1,676 06-07-2017, 01:41 PM
Last Post: Ankur
  UFT descriptive programming Browser("creationtime:=-1") not always working SOUMYADEEP 0 2,910 01-20-2017, 01:53 AM
Last Post: SOUMYADEEP
  Inserting variable values into Descriptive Programming Functions eske99 2 3,176 12-18-2015, 01:47 PM
Last Post: vinod123

Forum Jump:


Users browsing this thread: 1 Guest(s)