Friday, May 27, 2016

Selenium Roadmap

We know that Selenium is an open source tool used to perform UI testing. Since July 2011, we started to use Selenium 2.
But we wonder what is the future of Selenium? The community developers are working to release Selenium 3.


The aim for Selenium 3 is to be "a tool user-focused automation of mobile and web apps". What does it mean? See this link to found out: https://seleniumhq.wordpress.com/2013/08/28/the-road-to-selenium-3/.

Also, there is a new webinar recording about the future of Selenium here: http://testautomation.applitools.com/post/144952401467/webinar-recording-selenium-30-the-spec-and.

Happy testing and... make it green, becomes a dream :).

Monday, May 9, 2016

HTTP Fox - A Firefox add-on for monitoring traffic

Introduction



Http Fox is a firefox add-on that can be installed from here: https://addons.mozilla.org/en-US/firefox/addon/httpfox/ and it monitors and analyzes all incoming and outgoing HTTP traffic between the browser and the web servers and which can be used as an alternative to Firebug’s NET Panel.

Information available per request includes:
- Request and response headers
- Sent and received cookies
- Querystring parameters
- POST parameters
- Response body

Why to use it?


Can be detached from Firefox.
Search filter on live results as they come in

 

How to use it?


After you installed it, open Firefox and press CTRL + SHIFT + F2.
Press in Start button. While the page is loading the files are listed. 


We can filter files by entering a value in the filter field.


You can also see information about Request Cookies, Request Post Data, Content





More about performance testing: The Art of Application Performance Testing: Help for Programmers and Quality Assurance

Happy testing and... make it green, becomes a dream :).

Popular Posts