[The description is a bit fudged to obfuscate my real work for confidentiality reasons] I\'m working on a QTP test for a web page where there are multiple HTML tables of items.Items that are availabl
Let\'s say we\'re trying to match SSNs, so the regular expression would be: d{9}.But what if, at run time, I wanted to have, say, the third digit match to 3?So the regex would be d{2}3d{6}.
I have written the following code to get all the elements in the combo and check with my required value, but i think there may be a better way. Whats the better method to check if any item is there in
In Web addin QTP pro开发者_如何学Pythonvides Sync function for Browser and Page objects in order to wait until the correposponding navigation is complete.
I have couple of machines on which I wish to schedule exceutions. I need to access these 开发者_如何学运维machines remotely for exceution. Whenever I start exceution from these machines and minimize t
There ar开发者_如何学Ce two strings \"test_name\" that are compared in a VB script. They have to be identical, and they look identical in debug viewer, but StrCompare(string1, string2) returns 1.
I am using the following code but the toolbar button doesnt get accessed at all. The error is \"unknown error\"
We are using a code as follows split(Window(window_name).Dialog(dialog_name).WinList(control_name).GetSelection
I have a collection of about 10,000 small VBScript programs (50-100 lines each) and a small collection of larger ones, and I\'m looking for a way to convert them to C# without resorting to by-hand t开
I have a WebTable in QTP like: <TBODY> <TR></TR> <TR> <TD> <TABLE> <TR>