06-06-2008, 08:55 PM
Hello,
I am working with an Ajax application. In the application I have a number of folders in a folder tree that are recognized in QTP as Web Elements. One test that I want to run is selecting multiple folders and dragging them to another folder. Does anyone have an idea of how I can select multiple WebElements?
The folder are not next to each other on the page. I am able to select a single folder using the following code:
.
I looked at the ExtendSelect method but this seeme to only be for List Boxes.
Thanks
Jeff
I am working with an Ajax application. In the application I have a number of folders in a folder tree that are recognized in QTP as Web Elements. One test that I want to run is selecting multiple folders and dragging them to another folder. Does anyone have an idea of how I can select multiple WebElements?
The folder are not next to each other on the page. I am able to select a single folder using the following code:
Code:
Browser("App Window").Page("Main Page").WebElement("Test Folder 1").Click
I looked at the ExtendSelect method but this seeme to only be for List Boxes.
Thanks
Jeff