assertTrue(message,condition) in Selenium WebDriver and it’s implementation
assertTrue() is one of the most popular and frequently used assertion method while creating Selenium Scripts. Being an Automation tester/Engineer, the word assertTrue(Message, Condition) comes every now and then and for that matter of fact is almost used in every script whenever we intent to “Check the presence of an element on a webpage”. Thus considering it’s importance, …
assertTrue(message,condition) in Selenium WebDriver and it’s implementation Read More »