Mobile Website Load Testing

Internet usage on mobile devices increases every year. Even though mobile screens became bigger, its size is still significantly smaller than PC monitors. As the result the website won’t appear correctly or the content will be too small. Because of that the websites needs to be adjusted for the current device. For this purpose there […]

Read more
Setting up and running a simple AngularJS test

For running our tests we will use Protractor. Protractor is an end-to-end test framework for AngularJS applications. We will use an existing Selenium grid to run our tests. You will need NodeJS to install Protractor. You can download it from here: http://nodejs.org/. To install Protractor in command prompt go to your project directory and type: […]

Read more