Tag: <span>Quality assurance</span>

What to Know Before Implementing Responsive Design

11/21/2014
Posted by
0

Everyone is aware that mobile is taking over the world- 55% of global internet usage is now happening on mobile devices. But what does that mean for website design? Should designers and developers be creating stand-alonemobile sites or implementing Responsive Design to have their current site work cross-platform? We have a lot of experience with testing responsive…

Read more

When To Automate Testing

10/17/2014
Posted by
0

Automated testing requires a higher initial investment but the reason why (if done right) the risk pays off, is because automation can lead to a higher return on investment- which is something that everyone is after. Besides the initial investment automating also requires training or skill in order to engineer the tests and codes. Being…

Read more

Anatomy of a Test Automation Data-Driven Framework

09/25/2014
Posted by
0

A Data-Driven testing framework refers to the repeating of the same test case scenario using different data sets – making the test case, data centric. As a result, a QA Engineer is able to test multiple scenarios using one single test case. This article will explain the anatomy of a Data-Driven test, followed by an…

Read more

Difference Between White Box and Black Box Testing

09/23/2014
Posted by
0

  At 3Qi Labs we are constantly looking and recruiting for QE (Quality Engineers), and with all of the interviews we have conducted we have seen a huge range of answers to the simple question “What’s the difference between White Box and Black Box testing?”. This post is our attempt at breaking down the fundamental…

Read more

Types of Automation Frameworks

09/19/2014
Posted by
0

“Frameworks” is an overused, yet necessary, part of any successful automation effort. Automation has been around for a long time (Mercury Systems which is part of HP since 2005 was founded in 1980!) and many of the approaches are the same as they were back then, but the underlying technologies and tools have evolved. So today,…

Read more

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