Devops for Growth
107.5K views | +9 today
Follow
Devops for Growth
For Product Owners/Product Managers and Scrum Teams: Growth Hacking, Devops, Agile, Lean for IT, Lean Startup, customer centric, software quality...
Curated by Mickael Ruau
Your new post is loading...
Your new post is loading...

Popular Tags

Current selected tag: 'tests exploratoires'. Clear
Scooped by Mickael Ruau
Scoop.it!

Adhoc Testing Guide | What You Should Know

Adhoc testing is a type of unplanned testing which does not follow any formal process like requirement documents, test plan, test cases, etc.
Mickael Ruau's insight:

Adhoc testing vs Exploratory testing

Adhoc Testing Exploratory Testing It begins with learning the application first and then carrying out the actual testing process. It begins with testing the application first and then understanding it through exploration. It is an independent testing type. It is a type of Adhoc testing. It doesn’t require any sort of documentation. It is mandatory to have documentation on the details of testing. Testers with in-depth knowledge about the application can perform Adhoc testing. It is not necessary to have an expert to explore the application. Testing starts after all the data is collected to perform the testing. In exploration testing, the data collection and testing happen simultaneously. It works for negative testing scenarios. It mainly goes with positive scenarios. It focuses on enhancing the testing process. It focuses on learning the application It depends on the tester's creativity and intuition. It depends on the tester's curiosity and perception. There is no time limit in Ad hoc testing. It is a time-boxed method.
No comment yet.
Scooped by Mickael Ruau
Scoop.it!

Bug magnet

Bug magnet | Devops for Growth | Scoop.it
Exploratory testing assistant for Chrome and Firefox. Adds common problematic values and edge cases to the context menu (right-click) for editabl
No comment yet.
Scooped by Mickael Ruau
Scoop.it!

Share steps between test cases

Share steps between test cases | Devops for Growth | Scoop.it
Manual and exploratory testing - Share steps between test cases
No comment yet.
Scooped by Mickael Ruau
Scoop.it!

Un petit outil pour faire des tests exploratoires | | Lyon Testing

Un petit outil pour faire des tests exploratoires | | Lyon Testing | Devops for Growth | Scoop.it

Pour effectuer ces tests pas besoin d’outil lourd donc.

Voici la présentation d’un petit plugin Chrome très pratique « Exploratory Testing Chrome Extension ».

No comment yet.
Scooped by Mickael Ruau
Scoop.it!

Un retour au testing exploratoire

Un retour au testing exploratoire | Devops for Growth | Scoop.it
Dernièrement, j’ai revisité le testing exploratoire pour aider un collègue. Sur ce sujet, je me réfère souvent aux frères Bach (Jon et James
No comment yet.
Scooped by Mickael Ruau
Scoop.it!

Automatisation des tests : quand faut-il…

Automatisation des tests : quand faut-il… | Devops for Growth | Scoop.it

Il existe des domaines à automatiser en priorité :

  • les tests unitaires
  • les API/web services
  • les smoke tests UI
  • les tests de régression sur toute l’UI

Le meilleur moment pour commencer à planifier vos scénarios de test automatisés est lors de la phase d’analyse et de modélisation des besoins du cycle de développement. Le fait de les prévoir dès cette étape vous permettra de les mettre en œuvre plus rapidement et d’en tirer parti plus tôt, dès que l’application est prête à être testée.

No comment yet.
Scooped by Mickael Ruau
Scoop.it!

Le rapport de bugs

Le rapport de bugs | Devops for Growth | Scoop.it
Chaque incident repéré lors du test d’un produit digital est répertorié et détaillé dans un rapport de bug afin de disposer d’une base de travail.
No comment yet.
Scooped by Mickael Ruau
Scoop.it!

Tests logiciels exploratoires

James Whittaker est responsable des développements partenaires sur Bing, chez Microsoft. Il est un ancien ingénieur de Google en tant que responsable des tests sur Chrome, sur Google maps, et sur les applications Google Web. James est l'un des plus connus dans le monde sur les tests et a écrit plusieurs best-sellers sur les tests logiciel. Il est aussi rédacteur d'un blog sur MSDN

 

Cette rubrique est un extrait de livre du test de logiciel exploratoire: Conseils, tours, visites et techniques de guider la conception de test.


Mickael Ruau's insight:

 

Les tests exploratoires sont particulièrement adaptés au développement d'application Web moderne à l'aide de méthodes agiles. Les cycles de développement sont short, laissant peu de temps pour l'écriture et la maintenance formels de script. Les fonctionnalités évoluent souvent rapidement, afin de réduire les artefacts liés (comme les cas de test préalablement préparés) est un attribut souhaitable. Si le cas de test a une bonne opportunité de devenir inutile, pourquoi écrivez- la de la première instance ? N'êtes -vous pas configuration vous-même pour passer plus de cas de test de mise à jour de temps que le rendre le test ?

(Pour obtenir des exemples de outils agiles pour des tests exploratoires dans Visual Studio et TFS, consultez Test exploratoire à l'aide de Microsoft Test Manager, Test d'applications Windows Store s'exécutant sur un appareil à l'aide de la fenêtre des tests exploratoires, et le Exécution de tests dans Microsoft Test Manager.)

 

No comment yet.
Scooped by Mickael Ruau
Scoop.it!

QA with Microsoft Test Manager and Lab Management

Plan, manage, and execute tests with Microsoft Test Manager and Lab Management in Visual Studio 2013 which will make it easier to conduct manual and automated testing across a variety of environments.

 

This presentation covers the new exploratory testing approach offered by Microsoft Test Manager; the simplified setup and administration of Lab Management environments; and some of the other fit-and-finish features across the testing scenario.

No comment yet.