Query on swfobjects identification in UFT
New DiscussionHi,
Out .Net application(SWF) is developed using infragistics frames. Now we have to automate it using HP UFT 12.02 version tool. But we are facing issues in Identifying swf object. Could you please let me know if any Add-ins to be installed? If yes,
After Installation, Could you please help in following scenarios.
Ex1: Pls create a function to validate Radio button, here we will pass, radiobutton property to identify(letz say Radio button Name or text or index) based on the argument we have passed, function should select appropriate radio button.
Function ValidateRadioButton(Arg)
{ ………..
…………..}
Call Function ValidateRadioButton(RadiobuttonName or RadiobuttonText or RadiobuttonIndex)
Ex2: Similar Function to select a particular Checkbox.
Ex3: How to select an item from swfObject listbox.