Please describe Verify | Selenium Forum
M
Posted on 16/09/2015
Hello Ashish,

you cover Assertion in your video. you did not cover verify.
Can you describe this that how it works and what is its types ?

Thanks...........

M
Replied on 16/09/2015

[quote="bkrathore@gmail.com":1o7x5js5]Hello Ashish,

you cover Assertion in your video. you did not cover verify.
Can you describe this that how it works and what is its types ?

Thanks...........[/quote:1o7x5js5]

you can verify Assert.assertTrue(anything to verify true or false)

and there are many types assertions most are clear from the looks of it. assertTrue, assertFalse, etc. etc.