lundi 21 décembre 2015

Selenium continues after one test

I am doing a test case in selenium webdriver and i am fairly new to testing. I am just asking if I am able to continue with a test to test other functionality after an assert has already taken place. Like the example below, Thank you in advance Ex.

search.sendKeys("hello");
search.submit();
assertTrue(....);

search.sendKeys("thank you);
search.submit();
assertTrue(....);

Aucun commentaire:

Enregistrer un commentaire