Results 1 to 5 of 5

Thread: How can I verify rediffmail page is correct one or not

  1. #1
    Geek_Guest
    Guest

    How can I verify rediffmail page is correct one or not

    Question asked by visitor Rbabu

    HI All,

    I login to rediffmail and enter username and password in login page, click 'Login' button. After clicking login button it's opening rediff mail page with inbox etc.

    My question is Through winrunner script, How can I verify rediffmail page is correct one or not? Plz explain with script, is it possible.


  2. #2
    Moderator
    Join Date
    Sep 2006
    Answers
    920

    Re: How can I verify rediffmail page is correct one or not

    Dear Friend!

    First answer me "How you will test it manually?"

    Actually testing tool is nothing but to make your testing fast for the purpose of regression testing, otherwise the concept is same.

    If you can test it manually , then you can do it using testing tool also.You have the option of checkpoint in winrunner, use them to test the scenario.

    Regards,
    Brijesh Jain
    ---------------------------------------------------------
    Connect with me on Skype: jainbrijesh
    Google Plus : jainbrijeshji

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

    Re: How can I verify rediffmail page is correct one or not

    In QTP you can easily do this using Check Points or GETROProperty.
    Is there any similar wayout in WinRunner???


  4. #4
    Junior Member
    Join Date
    May 2007
    Answers
    5

    Re: How can I verify rediffmail page is correct one or not

    Hi, ya u can done it in winrunner with the help of checkpoints. Regards sunny singh


  5. #5

    Re: How can I verify rediffmail page is correct one or not

    Hi,

    Before U use this script make sure that u have an web addin manager
    And also make sure that all the desired objects are recognized in GUI Map
    Editor

    change the objects as it may varies in the GUI Map Editor when u recognize the objects

    # RediffMail Page - User name
    set_window("Browser Name");
    edit_set("UserName","xxxxx");
    # RediffMail Page - password
    set_window("Browser Name");
    password_set("Password","Encrypted password");

    if (obj_exists("Login")==E_OK) then
    {
    # Click Login
    set_window("Browser Name");
    button_press("Login");
    wait(5);
    if (win_exists("Browser name1")==E_OK) then
    {
    set_window("Browser Name1");
    tl_step("Browser window is Changed",0,"");
    }
    else
    {

    set_window("Browser Name");
    tl_step("Browser window remains same",1,"");
    }
    }


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