Results 1 to 2 of 2

Thread: Winrunner doesn't record the message typed

  1. #1
    Geek_Guest
    Guest

    Winrunner doesn't record the message typed

    Hi everybody,

    I am trying to learn web testing using winrunner 8.
    I used web_browser_invoke to open a yahoo web page and recorded the steps of entering login id and password -login-click compose -write address in 'To' and 'hi' in 'Subject ' edit boxes-pressed tab to go to message area.
    but winrunner doesn't record the message typed say for example 'Test mail' and it doesn't even recognise that area (or edit box whatever it's called where we type message).

    How can i test that it will take the message entered? How to make it to recognise?

    And later, after sending the mail, I have to check whether that mail is in 'Sent ' folder.
    I couldn't able to do this.
    Please somebody help me to do this successfully .

    Question asked by visitor shobha


  2. #2
    Junior Member
    Join Date
    Aug 2007
    Answers
    1

    Re: Winrunner doesn't record the message typed

    set_window("learn the window name of the browser that you have opened",10);
    web_link_click("Write Mail");
    web_sync(20);
    set_window("Welcome to Rediffmailif it is rediff",10);
    edit_set("To","your email address");
    edit_set("subject","See in the Sent Items");
    web_link_click("Attachments");

    This should help you get started.


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