Home
About Us
Contact Us
Bookmark
Saved Bookmarks
Current Affairs
General Knowledge
Chemical Engineering
UPSEE
BSNL
ISRO
BITSAT
Amazon
ORACLE
Verbal Ability
→
Testing / QA
→
Agile Testing Interview Questions in Testing / QA
→
How is Assert command different from Verify comman...
1.
How is Assert command different from Verify command?
Answer»
S.no
Assert command
Verify command
1.
Sees if a given condition is
TRUE
or
FALSE
.
Sees if the condition is true or false
2.
If the condition is true,
PROGRAM
CONTROL
will execute the next test step.
Irrespective the conditions are true or false; the program does not stop.
3.
If the condition is not true, execution will stop, and no test will be
EXECUTED
.
All of the test steps get executed.
Show Answer
Discussion
No Comment Found
Post Comment
Related InterviewSolutions
How is Selenium different from QTP?
How is TestNG better than Junit?
Explain Junit. What are annotations?
How are web-based pop-ups handled in Selenium?
Is Selenium capable of handling Windows pop-ups?
How is driver.close()command different from driver.quit command?
What are the uses of findElement() and findElements()?
Name the different types of waits in WebDriver.
What are Selenium 1 and Selenium 2?
What is the use of Selenium Grid?
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply
Your experience on this site will be improved by allowing cookies. Read
Cookie Policy
Reject
Allow cookies