Many Software development methodologies evolved over the years, but why do you think Agile development stuck? What made it so popular? Yeah, the Foundation! The Agile Manifesto was written in February of 2001 by seventeen independent-minded software practitioners. The Manifesto defines four Agile values and twelve principles which forms the foundation of the agile movement.
Author: Software Testing Studio
Configure Eclipse with Selenium WebDriver
Now that you have downloaded Java, Eclipse and Selenium Webdriver – let’s see how to configure Eclipse with Selenium WebDriver.
Mobile Emulator, Simulator & Real-device Testing
Mobile emulators are powerful tools for developing mobile applications and are widely used for both manual and automated mobile application testing.
After Automation, now what is SDET? Still an open question!
SDET, expands to Software Development Engineer in Test OR Software Design Engineer in Test. Don’t get confused. In simple terms – the SDET is a tester and also a developer. Haha! Confused? I too felt the same. No one is crystal clear about the SDET role – I guess not even an SDET himself/herself 🙂 a fancy word adopted by Microsoft and every one going Gaga o
The Agile Methodology | It’s an Attitude
“The art of life is a constant readjustment to our surroundings” – being Agile! Let’s see why Agile Methodology is not just an approach, it’s an attitude.
Everything has a Life cycle, even a Bug or a Defect!
Everything has a lifecycle – it’s the law of nature, a series of changes in form that an organism undergoes, returning to the starting state. Birth >> Infancy >> Childhood >> Teenage >> Adult >> Mature >> Old age >> Dead end. A ‘Defect’ in Software Testing also follows a pre-defined stage transitions from its identification till its closure. In Software Testing terms, we call it as ‘Defect Status transition’ or a ‘Defect Lifecycle’!
The Evolution of Mobile Apps
On 3-April-1973, the first mobile phone call was made by Martin Cooper of Motorola. Let’s track the evolution of Mobile Apps as a necessity today.
How to download Selenium WebDriver – Java client on Windows
Selenium supports multiple languages, by using language-specific client driver. Since we will be using Java, let’s download WebDriver Java Client.
I give myself permission to Succeed, what about the Mobile App?
Linking without permission is stealing. You need to read an app’s permissions before you install it. Well that’s fine, but what does those permissions mean?
You don’t need Permission to be Happy, but a Mobile App has to!
Linking without permission is stealing. Read an app’s permissions before you install it. That’s fine, but what does those permissions mean?
I’m here to make sense | Smartphone Sensors
Today’s smartphones are incredible little machines. We’ve grown so used to our iPhones and Android handsets that we take them for granted even though there’s so much cool technology packed into them. Take their sensors for example. Do you know how many different kinds go inside a smartphone?
Software Testing Interview Questions and Answers | 11 – 20
Continuing on our ‘Interview Questions & Answers Series – Part 1’, let’s look at some more interesting Software Testing Interview questions.
Steps for Eclipse Download on Windows
Eclipse is the most widely used Java IDE in the programming world. It contains a base workspace and an extensible plug-in system for customizing the environment. Eclipse itself is written mostly in Java and its primary use is for developing Java applications, but it may also be used to develop applications in other programming languages through the use of plugins. Continuing on our zeal to learn automation via Selenium, let’s learn how to download and start Eclipse IDE.
Can’t move an App to SD Card? Know why!
Since the time Android rose to power and an era of smartphones began, users have been dealing with a serious and sometimes annoying issue. Limited internal storage capacity has been a matter of concern for the smartphone users since time immemorial. Many have a SD card slot to expand the storage. SD cards are inexpensive and can be easily moved from one device to another. However, android apps are downloaded by default to the internal storage, which can fill up quickly.