Submitted Questions

  • Buttons Functional test cases

    We have 3 buttons (submit,reset,cancel) .. what are the functional test cases of these three buttons..

    Rishabh

    • Jul 28th, 2015

    On click submit button if fields are properly field then must show the next page.
    On click reset button data of field must be erased.
    On click cancel back to previous page.

    BNP1990

    • Jul 14th, 2015

    Generic Test case will be : A) For Submit Button. 1) Check Whether Button is enable or not. 2)On Click Submit Button Data on Form should hit either DB or Redirect to other page based on requirement...

  • how to handle capturescrrenshot in different browsers at a time in SELENIUM

    Example: We verify one email and password is valid or not.? If user is invalid take screenshot. This task is verify in different browser at a time..

    Sathyam

    • Dec 29th, 2014

    By Using selenium, Rc we can handle the multiple browser action ,if you want to do in different system browser then we should go for Selenium Grid.

    vijay

    • Apr 11th, 2013

    By using selenium grid