Forum Discussion

amanjain0297's avatar
amanjain0297
New Contributor
10 years ago
Solved

How to handle regular expressions? How to handle a window whose index is changing regularly?

Hi,   I would like know how do we handle regular expressions in TestComplete. I am using Test complete for one of the Windows based  Java application autiomation. There is a particular window...
  • joseph_michaud's avatar
    joseph_michaud
    10 years ago

    If you don't care what the index is, why specify it?  What if you made this call (with no index specification):

     

    Sys.Process("javaw").SwingObject("PendingTradeEditor", "CDS trade #251579 in Pit: CDS Factory")

     

    http://support.smartbear.com/viewarticle/55068/  "SwingObject Method"