Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 
  • Difference between assert and verify?

    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 350
    Comment on it

    Assertion:

    In Assertion if the verification fails in any of the testcase then the further execution of same testcase will not take place and the error will be logged but then the next testcase will be executed.
    For eg: If we are on the login page and we have to verify that after successful login we should navigate to home page. In this scenario, we will put assert in our testcase and the further steps will not be executed if after login user did not land on home page.

    Verify:

    In verification, if the verification fails then that failure is logged but the execution remains continue. For eg If we have to verify the title of any button and on failure it will not stop executing the remaining steps.

 0 Comment(s)

Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: