Results 1 to 3 of 3

Thread: How to identified using regular expression

  1. #1
    Geek_Guest
    Guest

    How to identified using regular expression

    Question asked by visitor Raj

    I have a .net application whose one of the window with varying values for the everyrun. Can any one tell me how to make it identified using regular expression. In rational robot for ex. the window name Dispatch(OZ:P07*89) is changed to {Dispatch(OZ:P*)} to mak it dynamic so that it can be used for everyrun. Thanks


  2. #2
    Junior Member
    Join Date
    Dec 2007
    Answers
    22

    Re: How to identified using regular expression

    In rational robot, you can use regular expression only for windows caption. rational doesn't allow any other value can be identified using rational robot.

    Window Setcontext, "Caption={*}",""

    Above is the command for regular expression in rational for Windows Caption


  3. #3

    Re: How to identified using regular expression

    Dispatch(OZ:P07*89) -> Dispatch([a-z][a-z]:[a-z][0-9][0-9]\*[0-9][0-9])

    or

    Dispatch(OZ:P07*89) -> Dispatch([a-z]+:[a-z][0-9]+\*[0-9]+)


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact