Submitted Questions

  • write the testcase for login page

    username UN & password Pwd 1. enter valid UN and invalid Pwd 2. enter invalid UN and Valid Pwd 3. enter valid UN and valid Pwd 4. enter blank UN and valid Pwd 5. enter valid UN and blank Pwd these are the what kind of testcase?

    Vijeenrosh P W

    • Apr 27th, 2016

    Login page requires (In addition security test): 1. Make sure username and password entered is validated in UI Side (using Javascript) for potential SQL Injection and CSS attacks 2. Disable Javascrip...

    Rohit

    • Sep 4th, 2015

    This is the test cases of the exhaustive testing where combinations of the all inputs were tested inputs are
    1. Valid UserName
    2. Valid password
    3. Invalid UserName
    4. Invalid password
    5. Blank UserName
    6. Blank Password
    One test case is missing
    7. Blank UserName and Blank Password

  • smoke and sanity

    what is difference between smoke and sanity testing with example

    srinivas

    • Sep 15th, 2017

    Smoke Testing: Software Testing done to ensure that whether the build can be accepted for through software testing or not. Basically, it is done to check the stability of the build received for softwa...

    Ash

    • Jul 6th, 2017

    Smoke Testing: After the build is deployed to the system , the initial level of testing performed is smoke, This will include the basic testing like the URl is accessible, User is able to login, All t...