Results 1 to 4 of 4

Thread: Steps are not recorded

  1. #1
    Junior Member
    Join Date
    Feb 2007
    Answers
    5

    Steps are not recorded

    I have a link that opens microsoft word. When i type anything in the word file and save, these steps are not recorded, when i am doing the recording the test in QTP.

    Can you guide me with that of how to do it.


  2. #2
    Contributing Member
    Join Date
    Feb 2006
    Answers
    33

    Re: Steps are not recorded

    When you start recording your tests, a dialog box appears with the named 'Record & Run Settings'. Check the Windows Tab. The radio button Record & Run on any Windows Based Application SHOULD be selected.


  3. #3
    Junior Member
    Join Date
    Feb 2007
    Answers
    5

    Re: Steps are not recorded

    I got the solution from the other forum.

    This is the solution for all those who are also facing with the same scenario:

    Set WordWindow=Window("index:=0","regexpwndtitle:= .*Microsoft Word")

    '& vbCr used to move the data on next line

    WordWindow.Type "My First Name= ABC"
    WordWindow.Type "My Last Name= XYZ"& vbCr
    WordWindow.Type "My Middle Name= MNO"& vbCr
    WordWindow.Type "My Nick Name= AXN"& vbCr

    WordWindow.close
    'Click on "Yes" button

    WordWindow.Dialog("text:=Microsoft Office Word").WinButton("text:=&Yes").click


  4. #4
    Expert Member
    Join Date
    Apr 2007
    Answers
    147

    Re: Steps are not recorded

    Thanks mobabine, even I was looking for this answer...


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