Login

Login
  • Register
  • VectorDesign blog

    Testing Automation and general Tech Geek stuff

    vimeoimoirt test

    Vimeo Javascript oEmbed Example Vimeo Javascript oEmbed Example Loading video…

    Monday, December 11th, 2017

    The Twelve Days of Testing

    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 […]

    Monday, December 5th, 2016

    handle browser user authentication pop up

    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 […]

    Tuesday, July 21st, 2015

    Automation Testing Best Practices

    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

    Tuesday, May 19th, 2015

    Selenium Jetkins

    Project description Create test Cases that will run each time a commit is pushed  and report the results   Requirements Maven Selenium Junit  

    Wednesday, February 18th, 2015

    WordPress comments

    Για να είσάγετε τα σχολεια στο wordpress απλά προσθέστε την παρακάτω γραμμή στο αρχείο php <?php comments_template(); ?>

    Tuesday, August 12th, 2014

    Selenium HttpClient

    facts Selenium cant work with post requests (only  get requests) Thas why we use s by using HttpClient library together with web driver.  

    Thursday, July 31st, 2014