Print Page | Close Window

How does SilkTest work well with grid controls?

Printed From: One Stop Testing
Category: Testing Tools @ OneStopTesting
Forum Name: SilkTest @ OneStopTesting
Forum Discription: SilkTest is an automation tool for testing the functionality of enterprise applications in most versions of Windows, Sun Solaris 9 & 10, and Red Hat Enterprise Linux WS 2.1 & 3.0.
URL: http://forum.onestoptesting.com/forum_posts.asp?TID=1005
Printed Date: 28Jun2024 at 6:12am


Topic: How does SilkTest work well with grid controls?
Posted By: Abishta
Subject: How does SilkTest work well with grid controls?
Date Posted: 26Apr2007 at 9:45pm
Hi all,

I am testing a C++ application with SilkTest 8.0. The app uses grid to show data.

But SilkTest cannot recongnize the grid control.

Are there any solution for SilkTest works with grid control?



Replies:
Posted By: Bindiya
Date Posted: 27Apr2007 at 2:51am
Your best bet for working with Grids is to create your own Grid class and write your own

methods that manipulate the Grid via TypeKeys(). You can also have your developers write

code that makes the grid behave like a ListView so you can do useful things like

GetContents(), FindItem() etc. For that to work you will have to base your Grid class on

ListView. Take a look at the SilkTest help as it has some information on this.




Print Page | Close Window