Category Archives: Miscellaneous

All miscellaneous posts

Manual TestingMiscellaneous

Facts About Testing That A Beginner Should Know About

At one time, testing was probably the most ignored career choice in the IT industry. However, with advanced project methodologies like Agile and DevOps and organizations focusing more on maintaining and improving the

September 7, 2018

view count17029 Views

Read time5 Min Read

Life Cycle of A Bug

Miscellaneous

LifeCycle Of A Testing Bug

A software bug is an error or fault in a computer program making it behave in unexpected ways. Bugs can be present at any stage during SDLC (Software development LifeCycle), or at the designing phase, development

September 6, 2018

view count24576 Views

Read time5 Min Read

DevOpsMiscellaneous

Eight Must Have Non Technical Skills For Software Development

Non-technical Skills are acknowledged as interactive skills. It comprises of communication skills, skills for teamwork, and decision-making skills. It is not like those technical skills, but can be a compliment to those to make

August 31, 2018

view count25480 Views

Read time6 Min Read

Manual TestingMiscellaneous

Testing your Website using Apache Test Environment

Launched in 1995, Apache Web Server has been the subject of discussion regarding the most popular web server on the internet. The name in itself is said to have rewritten history. Apache was derived from a very well

August 28, 2018

view count46093 Views

Read time6 Min Read

Miscellaneous

How Do Software Engineers Choose Which Front End Framework To Use

The choice of the technology used for your web project will directly influence your business goals. Hence, choosing the right framework is important. You cannot employ just any stack and expect favorable results.

August 20, 2018

view count12457 Views

Read time6 Min Read

Miscellaneous

27 Simple Tips on How to Find Bugs in a Website

Whether you are developing a website for your personal use, for a customer or your organization, it is very important that the site is bug-free. A bug in your application will not only ruin the usability of your website but

August 17, 2018

view count79587 Views

Read time5 Min Read

MiscellaneousPerformance

Agile Vs Waterfall Methodology

Before development of a project begins, the project manager’s job is to determine which methodology should be used for the project life cycle. The 2 most popular methodologies are Waterfall model, relying on a more

August 17, 2018

view count39348 Views

Read time6 Min Read

Manual TestingMiscellaneous

How To Test A Multiscreen Behaviour Of An Application

In present times, people use multiple devices to perform their day to day activities, be it booking a flight ticket, or watching a show on Netflix or buying stuff online, the corresponding portals are accessed from desktop

August 16, 2018

view count13664 Views

Read time6 Min Read

Manual TestingMiscellaneous

What is Cognitive Overhead in Design and How to Reduce it?

Taking in more information than what we can process slows us down. Be it a computer or human, no one can process beyond a specified level. If you open hundreds of apps in a computer, at same point of time it will

July 30, 2018

view count18031 Views

Read time4 Min Read

Debugging JavaScript Using the Browser’s Developer Console

JavaScriptMiscellaneous

Debugging JavaScript Using the Browser’s Developer Console

A front-end developer spends quite a bit of his time in fixing script errors. Last month while we were researching about cross browser compatibility issues in JavaScript, we found with an overwhelming consensus,

July 11, 2018

view count19355 Views

Read time6 Min Read