Posts Tagged 'Tips'

Tipsy Testing - Inflectra Virtual Happy Hour

August 27, 2020

When the global pandemic induced lockdowns world-wide and trapped Team Inflectra indoors in mid-March 2020, we started to think about how we could limit the disruption it caused to our team, but also our fans everywhere. With everyone working remotely, we soon realized we craved others' company and wanted to stay in touch. We found that the best way to stay connected to our partners, customers, fans, and friends was through weekly virtual happy hours. We called these casual get-togethers Tipsy Testing - to emphasize their loose focus on software testing, agile management, DevOps, software engineering, and project management. Tipsy Testing is unscripted and is completely listener-driven, as we try to answer as many listener-supplied questions as we can cover in an hour-long segment. 

Importantly, Tipsy Testing is about supporting each other, making new friends, sharing productivity tips and tricks, learning from one another, and discovering fancy, often local breweries and delicious artisanal cocktails along the way. 

Here is where Tipsy Testing stands today:

Read More

Webinar #Recap: Preparing for Career Roles in the Agile Arena

May 6, 2019

On April 25, 2019, Inflectra and #SriramRajagopalan offered to a group of aspiring agilists a webinar on Preparing for Career Roles in the Agile Arena. The webinar is part of Inflectra's Tier 2 agile webinar series called: Deeper Dive Into Agile: Practical Tips On Managing Agile Projects.

If you missed the webinar, we understand - and are happy to share with you the most important take-aways.

Read More

Quickly See Your SpiraPlan Things To Do On iOS 12 Using The Shortcuts App

October 3, 2018

With iOS 12 Apple introduced a new application called Shortcuts. This is an evolution of the excellent Workflow app and let's iPhone and iPad users create some amazingly cool and useful shortcuts. With the touch of a button your phone can do a whole load of things at once. Want to take a nap? Make a shortcut that will dim the lights, put on some soothing music, and put on Do Not Disturb for an hour. Want to be productive? Why not get a list of all your requirements, incidents, or tasks in SpiraPlan and choose, right from the Shortcuts app, what you want to work on.

Read More

9 Easy Steps to Start Automating Software Testing

May 1, 2018

Innovations in technology have become synonymous with business growth and development. Regardless of whether a company specializes in software or application development, all businesses now have some interaction with software or application testing.

Software or application testing involves executing a program or app to find bugs or glitches. Whether creating a new responsive website, building a new mobile application, or developing a new software component, the system must be tested. The rate of software development, in general, and testing in particular, is rising for many enterprises, which has increased the need for more automated software testing. Those pre-scripted software tests can come in handy when a lot of software or applications need testing. Here are nine ways businesses can start automating software testing.

nine-easy-steps-to-start-automating-software-testing-image

Read More

Five Steps To Redesigning A Business Website

February 26, 2018

A modern business website has to do so many things at once. It's this strange mix of full page billboard ad, store front, order hotline, technical manuals, newsletter, and more. Our website has evolved over the years to deliver on all of these while keeping pace with our products and the devices we use. We recently launched a redesigned site that clears away a lot of old HTML cobwebs, and give us a fresh new look we hope our visitors will enjoy. Here are our top five tips to redesigning a business website (something any business should do, in some form, regularly).

Read More

Tip of the Day: The Best Way to Assign Test Cases to Your Testers

July 6, 2017

One of the questions we get asked a lot by new users of SpiraTest is:

What is the best way to assign test cases to my users so that they can do their testing?

This article discusses the different options and provides the best solutions for your situation.

Read More

Tip of the Day: Accessing and Inspecting DOM Elements with $0

May 23, 2017

Modern browsers have incredibly powerful developer tools. Hit the F12 key and you get access to a wealth of great information and features. The dev tools are great for looking through the DOM and inspecting specific HTML elements. Want to do something on/with that element in JavaScript too? They have you covered. The secret is $0.

<joke>In fact, using $0 can save you more than $0 :-)</joke>

Read More

Command Line - Taking command for the power tester

September 30, 2014

It seems funny, but sometimes the most powerful trick in your bag can be some of your oldest knowledge. If you ever want to show your true power and put a newbie in their place just type in CMD and start dancing through shell commands. These little nuggets always work and are not reliant on the interface to perform their duties. Done correctly they can provide information that is three or four layers deep in Windows. Read More