Category: <span>Testing Tools/Utility</span>

Safari Inspect Element & Mobile Device Emulator

08/26/2014
Posted by
0

Safari’s native development tool is Safari Inspect Element. Unlike the other browsers, Safari Inspect Element is not activated by default, this article will be showing step by step instructions on how to activate it.  Safari also offers a different feature from the other browsers where the user can view any webpage in a mobile device emulator. For mobile webpage…

Read more

Internet Explorer Inspect Element: DOM Explorer

Testing Internet Explorer is essential for Quality Assurance because it is the default browser shipped with Windows products. For testing IE the QA Analysts at 3Qi Labs use the Internet Explorer Inspect Element web developer tool, DOM Explorer. For Internet Explorer 6 and 7 it was introduced as a toolbar, whereas on Internet Explorer 8…

Read more

Chrome Inspect Element Tool & Shortcut

Chrome Inspect Element is a native development tool pre-built into the Chrome browser making it very accessible, especially when it has shortcut command options. Below are the options for opening up the Inspect Element tool with keyboard shortcuts. Keyboard Shortcuts: Mac Cmd+Opt+I to open the Developer Tools Cmd+Opt+J to open the Developer Tools and bring focus to the…

Read more

Chrome Inspect Element Tool & Shortcut

Chrome Inspect Element is a native development tool pre-built into the Chrome browser making it very accessible, especially when it has shortcut command options. Below are the options for opening up the Inspect Element tool with keyboard shortcuts. Keyboard Shortcuts: Mac Cmd+Opt+I to open the Developer Tools Cmd+Opt+J to open the Developer Tools and bring focus to the…

Read more

Firebug: A Plug-In to Inspect Elements in Firefox

Firefox is the default browser for WebDriver and hence, tends to be the browser of choice for most Automation Analysts.  Inspecting HTML, CSS Elements, and the DOM Structure in general constitute a quintessential part of the Automation Analysts’ job, and Firefox’s Firebug plug-in is our preferred tool to Inspect Elements in Firefox.  Firebug can be used to…

Read more

Implementing WAVE Accessibility Testing with Firefox Toolbar & Cucumber

08/07/2014
Posted by
0

WAVE (Web Accessibility Versatile Evaluator) is a free tool that was developed by WebAIM, which evaluates the accessibility of online content.  Within the context of test automation, WAVE can be implemented by loading its’ Firefox plug-in and running the compliance report on any site rendered by the browser. This proof of concept leverages both the WAVE Firefox…

Read more

Implementing WAVE Accessibility Testing with Firefox Toolbar & Cucumber

WAVE (Web Accessibility Versatile Evaluator) is a free tool that was developed by WebAIM, which evaluates the accessibility of online content.  Within the context of test automation, WAVE can be implemented by loading its’ Firefox plug-in and running the compliance report on any site rendered by the browser. This proof of concept leverages both the WAVE Firefox…

Read more

10 Useful Accessibility Testing Tools

Accessibility in context to online applications is bridging the gap between those individuals with physical disabilities and their ability to leverage the same online information that others use.  Web Accessible Testing is used to assure that web content is accessible based on the guidelines set by governments and international organizations such as the W3C. The motivations to invest…

Read more