On the first day of testing, the dev team gave to me A bug in the software code On the second day of testing, the dev team gave to me Two interfaces, and A bug in the software code On the third day of testing, the dev team gave to me Three test scripts Two […]
One of the usual problems in testing is getting access to the test environment. Usually a test server is setup where a users authentication is required in order to access the application under test. In most browsers (firefox,chrome, safari ect) this can be easily achieved by parsing the credentials in the url like so http://USERNAME:PASSWORD@www.testdomain.com […]
Use a locators file Name Junit test scripts with a common end name (e.x. EndUserTests.class) Use common @before and @after Class to run Tests Take Screenshot on fail
Project description Create test Cases that will run each time a commit is pushed and report the results Requirements Maven Selenium Junit
Για να είσάγετε τα σχολεια στο wordpress απλά προσθέστε την παρακάτω γραμμή στο αρχείο php <?php comments_template(); ?>
facts Selenium cant work with post requests (only get requests) Thas why we use s by using HttpClient library together with web driver.