--
You received this message because you are subscribed to the Google
"QTP - HP Quick Test Professional - Automated Software Testing"
group.
To post to this group, send email to Mercu...@googlegroups.com
To unsubscribe from this group, send email to
MercuryQTP+...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/MercuryQTP?hl=en
Shalabh,Just want to check the give input in the 1 and 2 contact tech support page is displayed in the preview pageEX : take and example I have selected product as "Titan" and whether that "titan" is displayed in the privew page but the script should execute when i am supplying multipule inputs from data table .that is I am perameterising the whole scenario.RegardsShashiOn Wed, Dec 7, 2011 at 4:53 PM, Shalabh Dixit <shalab...@gmail.com> wrote:
what's the testcase / steps you have to perform.?
On Wed, Dec 7, 2011 at 4:06 PM, shashi qa <shash...@gmail.com> wrote:
Its http://www.sonosite.com/contact/technical-inquiry
On Wed, Dec 7, 2011 at 3:56 PM, Shalabh Dixit <shalab...@gmail.com> wrote:
--
hi All, Please help me with this problem..
I have 10 window dialogs that were popped up at the same time with same name such as: Window("Test").Dialog("A").Activate
Window("Test").Dialog("A").WinButton("OK").Click
but after recorded it and in the Repositories is showed under TestObjects:
Test
A
|
A_4
A_5
A_10
.A_1
.......
........
how do I modify it to generic so I can click on that ok button in that window.
Notes: problem that every time I want to click on 'ok' in that window so I don't know the number index after underscore is on top first..Thanks
Any |
This condition can be handle using Descriptive programming and regular expression.
E.g. Window("Text:=Test").Dialog("Text:=A.*").WinButton("Text:=OK").Click
--
Hi Vaishali,
Thanks for your input.. I did try to use regular expression but it didn't work. After I record and
In the obj Repositories: that dialog is showed
Object Properties:
Name: A_1
Class: Dialog
Repository: Local
Test Object details:
Description Properties:
text: A
native class: #32770
is owned window: True
is child window: False
Oridinal Identifier:
Type, Value: Location, 0
Any
|
--
You received this message because you are subscribed to the Google
"QTP - HP Quick Test Professional - Automated Software Testing"
group.
To post to this group, send email to Mercu...@googlegroups.com
To unsubscribe from this group, send email to
MercuryQTP+...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/MercuryQTP?hl=en
Thank you very much Parke for the website.
|
|