Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to do scripting if application contains 3rd party controls
#4
Not Solved
Hi Ramesh,
We faced a similar issue in one of our projects. The solution is to use Test Advantage, a third party add-in that helps QTP identify the dot net elements. with that add-in, the grid becomes recognied as swfgrid and the child objects under the grid as seperate panes . you can then mainpulate the object properties .
Thanks,
Jay
Hi Elora,
Try identifying the drop down boxes as seperate objects- one drop down for date, another for time, another for GMT and so on. Then use the entire parent object hierarchy to perfrom actions on that object like
Code:
swfwindow().swftable().swfcalendar().swflistbox().select 'item'
Hope this works.
Thanks,
Jay
Reply


Messages In This Thread
RE: How to do scripting if application contains 3rd party controls - by jayanths - 11-16-2011, 10:37 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  VB Scripting spixol 0 1,298 12-15-2019, 01:14 PM
Last Post: spixol
  How to identify controls embedded within WinListView cells Devesh Thakur 5 2,381 04-19-2018, 10:56 AM
Last Post: Devesh Thakur
  VB scripting Aisha2015 0 2,304 08-07-2015, 02:21 PM
Last Post: Aisha2015
  How to Access MS Excel Controls using QTP gayuamlu 0 2,068 06-13-2015, 02:06 AM
Last Post: gayuamlu
  Regarding Shell Scripting demoqtp 2 4,120 03-31-2015, 12:34 AM
Last Post: demoqtp

Forum Jump:


Users browsing this thread: 1 Guest(s)