North American Sales: 1-800-231-8588
Global Contacts
My Account
Menu
North American Sales: 1-800-321-8588
My Account
Sign In/Register
Design & Development
Design & Develop
Best Value
Infragistics Ultimate
The complete toolkit for building high performing web, mobile and desktop apps.
Indigo.Design
Use a unified platform for visual design, UX prototyping, code generation and application development.
Web
Ignite UI for Angular
Ignite UI for JavaScript
Ignite UI for React
Ultimate UI for ASP.NET
Indigo.Design
Desktop
Ultimate UI for Windows Forms
Ultimate UI for WPF
Prototyping
Indigo.Design
Mobile
Ultimate UI for Xamarin
Ultimate UI for iOS
Ultimate UI for Android
Automated Testing Tools
Test Automation for Micro Focus UFT: Windows Forms
Test Automation for Micro Focus UFT: WPF
Test Automation for IBM RFT: Windows Forms
UX
Indigo.Design Desktop
Collaborative prototyping and remote usability testing for UX & usability professionals
Indigo.Design
A Unified Platform for Visual Design, UX Prototyping, Code Generation, and App Development
Business Intelligence
Reveal Embedded
Accelerate your time to market with powerful, beautiful dashboards into your apps
Reveal App
Empower everyone in your organization to use data to make smarter business decisions
Team Productivity
Learn & Support
Support
Help & Support Documents
Blogs
Forums
Product Ideas
Reference Applications
Customer Stories
Webinars
eBook & Whitepapers
Events
Free Trials
Pricing
Product Pricing / Buy Online
Renew Existing License
Contact Us
Forums
Test Automation for Micro Focus UFT: Windows Forms
CREATE NEW POST
Your Privacy Matters
: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use.
Cookie Policy
Close
Selected tags
SwfTable
Narrow your results
UltraGrid
GetNAProperty
hyperlink
UFT14.5
row
.NET Add-in
Hang
SendKeys
QTP 10
drop down
Filtering
VBScript
QTP 9.5
NullReferenceException
Most Viewed
how to get the child and subchild elements from the swftreeview(gridtree)
Suggested Answer
over 16 years ago
Get data of dropdown object in the SwfTable
Not Answered
over 15 years ago
Accessing column names
Answered
over 15 years ago
How to get the menu items for lower level menu
Suggested Answer
over 13 years ago
How to get X, Y coordinates for a cell in UltraWinGrid
Suggested Answer
over 15 years ago
Tags
More
Cancel
Descending
Ascending
1 - 14 of
14 results
for Test Automation for Micro Focus UFT: Windows Forms
Not Answered
125762
views
0
replies
Get Child Band Row Count from SwfTable
I am using UFT One 2023. I am able to capture the Row Count of the Parent (Level 1) rows. However, some of the rows have Child (Level 2) rows and I'm having issues capturing the count of these particular...
Suggested Answer
665718
views
5
replies
Get Child Band Row Count from SwfTable
I am using UFT One 2023. I am able to capture the Row Count of the Parent (Level 1) rows. However, some of the rows have Child (Level 2) rows and I'm having issues capturing the count of these particular...
Suggested Answer
1646296
views
3
replies
SetFilter method “freeze“
Hi I using QTP 9.2 with TestAdvantage_WinForms_HP_20083_CLR2x When I run SwfWindow("").SwfWindow("").SwfTable("").SetFilter "0;Event_ID","(ALL)" All O.K. When I using QTP 10 with TestAdvantage_WinForms_HP_20083_CLR2x...
Not Answered
846701
views
2
replies
received unhandled exception error in microsoft .net framework when playing back testscript....
Hi, I have received an unhandled exception error a couple of times when playing back testscripts. It looks like it could be an error coming from the application itself, but in the error text there is...
Not Answered
1116092
views
1
reply
Object reference not set to an instance of an object
Hi, I'm new to this so sorry if I ask a basic question. I'm using UFT version 12.52 Infragistics Windows Form Test Automation for HP Unified Functional Test Software 2017.0 I need to select...
Not Answered
710522
views
2
replies
Counting parent and child rows of SwfTable
I would like to count how many child rows under each parent for a SwfTable. But it cannot recognise the child row under the parent row.
Suggested Answer
852436
views
1
reply
Navigation through multiple bands in a grid.
Hi I am working on Testadvantage 2.0. Application is having a Ultragrid with multiple bands. using the HasChild identified the whetehr the specific row has child rows. Not able to set the focus on the...
Answered
1946769
views
6
replies
how to click on a link within swftable
hi, I am working in a .net desktop application. There i need to click on a link which is within a cell of a swftable object. QTP is not identifying those links separately. Also QTP is not recording anything...
Not Answered
3364316
views
9
replies
Retrieving Column Names
Hi, Is there an easier way of getting a column name other than this example below? Seems a bit long-winded! SwfWindow(win).SwfTable(grid).Object.DisplayLayout.Bands.Item(0).Columns.Item(0).Key Or...
Suggested Answer
3186327
views
13
replies
How do you retrieve and set the value of a Combo Box in Ultragrid using QTP
Good morning, I have a Ultragrid which has a combo box in it. When I record, the value will work with the SetCellData if it is correct. Some of our values have trailing spaces and some do not. I need...
Suggested Answer
1918416
views
5
replies
How to access a column in UltraGrid without using Index
I have to access a property called "Hidden" for a column in UltraGrid. I can get this with the help of column Index but I want to access it with the column Key. Since Index is not reliable and it may...
Answered
3686092
views
18
replies
How to determine if an UltraGrid cell has "Allow Edit" or "No Edit" status
I'm using QTP 9.2 with TestAdvantage 2006 v2 CLR 1.x and I would like to know how I can determine if a cell in an UltraGrid has a status of "Allow Edit" or "No Edit". Certain cells in the grid of our...
Not Answered
621361
views
1
reply
How to click the link inside cell in grid(Infragistics.Win.UltraWinGrid.UltraGrid)/swftable
I want to click the link inside cell in grid(Infragistics.Win.UltraWinGrid.UltraGrid) / SWFTable but using the below code i am getting error message Key not found (or) formattedLinkEditor is not defined...
Not Answered
681583
views
1
reply
Clicking on Delete Button under UltrWinGrid Control
Hi All, We have an Windows based application developed in .Net Infragistics7.3. In this application I am facing the following problem: I need to delete the rows eaither by clicking on delete button...