Software testing

 

2730453797_283e55c841_b.jpg

3

Up to this point we have talked a little about different ways to organize the way you program. Look one thing, we are posting different tools to help you and help us manage the way we program.

This doesn´t mean you need always to follow this specific rules to program step by step.

Program is like talking, everybody is different than the others.

Taking in mind that, we are going to talk about some of the testing tools that are availabe in the web to help you test your software.

436491997_3a32feae04_o.jpg

3

First let´s see the different test steps according Atlassian.com:

software-testing-hero
Retrived from: Atlassian.com

Exploratory Software Testing:

This is the test related with the workflow of your work. This is also related with how is looked your software as users, some users will be domain experts while others will be beginners. Exploratory software test covers all types of users and is fundamental for validating user experience,as opposed to focusing on a specific area of code.

Exploratory tests fit well with the Agile concept of user stories. A user story is a plain English description of how software should work. Engineers implement software based on user stories. Software test engineers and other users can easily turn a user story into a Test Session. Test Sessions are short, focused tests that can evaluate a user story for correctness.

Atlassian.com

Also, a Exploratory Test allows you to receive good feedback of your work. This means, updates, and all the upgrades of it are followed directly from the users, that are the final consumers of your software.

Remember, a happy customer is a happy developer.

12544827224_9428893f49_o.jpg

2

 

Integration Test

This means, testing all the parts of the project or the software by units of its. All of the units are the minimal

15406246801_a6bb661db4_b.jpg
3
Continue reading "Software testing"