Beginner's Tutorial on TestLink
TestLink Open Source Test Management
Want to Learn TESTLINK ?
Watch the playlist on testlink.
seen from United States

seen from Brazil

seen from China

seen from United States
seen from United States

seen from France
seen from Germany
seen from France
seen from Türkiye
seen from Malaysia
seen from China
seen from Finland
seen from Germany
seen from United States
seen from Canada

seen from Malaysia
seen from United States

seen from China

seen from Ireland

seen from United States
Beginner's Tutorial on TestLink
TestLink Open Source Test Management
Want to Learn TESTLINK ?
Watch the playlist on testlink.

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch • No registration required • HD streaming
INTEGRATING JIRA WITH TESTLINK
TestLink is an open source tool that can be installed to almost any LAMP server in a matter of minutes. Once installed and configured, we can start creating and managing:
Test Cases
Requirements
Test Plans
Testlink also generates reports during each test case execution. This allows for visibility related to how testing is going. It also offers the option of Jira Integration, a widely used project management tool that allows for creating issues, in this case of the BUG type. The integration with TestLink will mainly be used in the test case execution, enabling us to link Jira issues to the test case that is being executed. We will be able to automatically create issues should a test case fail.
Do you want to know more about this? Visit us
TestRail Testmanagement Lösung in der Übersicht
In den letzten 20 Jahren hatte ich diverse Testmanagement Lösungen vor der besagten Flinte. Angefangen hat es wirklich mal im Jahre 1999 mit Excel Listen, in denen dann jeder Tester einen Testfall bearbeitete und dann mit seinem Namen quittieren musste. Heutzutage gibt es aber diverse Lösungen. Über die bekannten Open Source Lösungen wie Testlink, über kommerzielle Lösungen wie eben TestRail. TestRail ist eine kommerzielle, schlanke, einfache Lösung zur Verwaltung von Testfällen, die entweder installiert oder in der Cloud verwendet werden kann. TestRail Testfälle lassen sich in Sektionen sehr gut und übersichtlich strukturieren. Aus dem ganzen Stamm an Testfällen lassen sich auf einfache Art und Weise ganze Testsuiten definieren, die man strukturiert durchführen kann. https://www.youtube.com/watch?v=qiYl9gb2_CE Beim Zuweisen von Verantwortlichkeiten zu Teammitgliedern werden optional Notifications per Mail versendet. Out-of-the-Box werden brauchbare Reports angeboten, die am Dashboard dargestellt oder exportiert werden können. Es gibt auch unterschiedliche Rollen, wie z. B. Designer, Tester, Lead und Guest. Eine direkte Integration in diverse Bugtracker ist jederzeit möglich und ohne wenig Aufwand realisierbar. Leider fehlt ein integriertes Anforderungs- und Fehlermanagement, wodurch die Funktionalität der Rückverfolgbarkeit nicht geboten wird. Dem gegenüber stehen die Vorteile: Cloud bzw. Installation, Preismodel, ansprechende Oberfläche und intuitive, einfache Bedienung. Alles in allem, eine gute Lösung, die aber auch noch Verbesserungen bedarf. TestLink ist deutlich flexibler aber aufgeräumter ist Testrail. Read the full article
Find and save recipes, parenting hacks, style inspiration and other ideas to try.
One of my favourite websites…
Deploy a basic LAMP Stack + Testlink to Cloud Servers (Virtual machines or Bare Metal) with Chef Solo
HowTo
https://github.com/richardsonlima/hashId-Chef-LAMP-TestLink
Cookbook install and configure: Apache2 + PHP5 + MySQL5 + Testlink Open Source Test Management - http://testlink.org
Test: Ubuntu Server 14.04.4 LTS
Database Name: testlink (user: testlink_usr / pass: m6w2msmV) Root MySQL password: P11xhDNhs4hmw App dir: /var/www/html/testlink chef-solo is an open source version of the chef-client that allows using cookbooks with nodes without requiring access to a Chef server. chef-solo runs locally and requires that a cookbook
See this in action::
- Auto install - Fully Automated LAMP with Chef Solo - Works fine 😎
curl -L https://raw.githubusercontent.com/richardsonlima/hashId-Chef-LAMP-TestLink/master/bootstrap.sh | bash
- HandsOn install - Fully Automated LAMP with Chef Solo - Works fine 😎
Install GIT Client sudo apt-get update && sudo apt-get install git-core Install Chef Solo curl -L https://www.opscode.com/chef/install.sh | sudo bash >> ~/.bash_profile && source ~/.bash_profile sudo chef-solo -v Download and configure CHEF-REPO structure wget http://github.com/opscode/chef-repo/tarball/master tar -zxvf master sudo mkdir -p /opt/chef-repo sudo mv chef-chef-repo-*/* /opt/chef-repo/ sudo mkdir /opt/chef-repo/.chef Configure cookbook path (/opt/chef-repo/.chef/knife.rb) - Add line sudo touch /opt/chef-repo/.chef/knife.rb sudo chown `whoami`: /opt/chef-repo/.chef/knife.rb sudo cat << EOF > /opt/chef-repo/.chef/knife.rb cookbook_path [ '/opt/chef-repo/cookbooks' ] EOF sudo chown root: /opt/chef-repo/.chef/knife.rb Configure solo.rb (/opt/chef-repo/solo.rb) - Add lines sudo touch /opt/chef-repo/solo.rb sudo chown `whoami`: /opt/chef-repo/solo.rb sudo cat << EOF > /opt/chef-repo/solo.rb file_cache_path "/opt/chef-solo" cookbook_path "/opt/chef-repo/cookbooks" EOF sudo chown root: /opt/chef-repo/solo.rb Download cookbook sudo git clone https://github.com/richardsonlima/hashId-Chef-LAMP-TestLink.git -l /opt/chef-repo/cookbooks/testlink Create your json (/opt/chef-repo/testlink.json) - Add line sudo touch /opt/chef-repo/testlink.json sudo chown `whoami`: /opt/chef-repo/testlink.json sudo cat << EOF > /opt/chef-repo/testlink.json { "run_list": [ "recipe[testlink]" ] } EOF sudo chown root: /opt/chef-repo/testlink.json Execute CHEF-SOLO sudo /usr/bin/chef-solo -c /opt/chef-repo/solo.rb -j /opt/chef-repo/testlink.json Enabling default site and reload apache2 sudo a2ensite 000-default.conf && sudo a2enmod headers && sudo service apache2 reload Status services ps -ef | grep apache |grep -v grep && ps -ef|grep mysql|grep -v grep Test APP: lynx http://localhost/testlink

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch • No registration required • HD streaming
test
this is a text
Wie man Test Steps aus Testlink in den Mantis Bugtracker übernimmt
Wie man Test Steps aus Testlink in den Mantis Bugtracker übernimmt
Jeder Tester kennt das Problem, man schreibt einen Bug, und möchte dann noch die einzelnen Test Steps entsprechend mit angeben. In unserem aktuellen Fall nutzen wir #Testlink, und den Mantis Bugtracker. Zu diesem Gespann werden wir dieses Jahr sicherlich noch öfters kommen!
In Testlink haben wir natürlich entsprechende Test Steps mit angegeben, somit bräuchte man diese eigentlich nur zu…
View On WordPress
Cómo funciona logrotate en linux
Cómo funciona logrotate en linux
Un muy breve resumen del funcionamiento de logrotate para que los archivos de LOG de nuestras aplicaciones “roten” cuando consigan un tamaño concreto y así sea más legible para el administrador.
A priori, saber que el logrotate es un demonio que se ejecuta de forma autónoma, pero que si queremos comprobar su funcionamiento, sólo debemos lanzar la siguiente instrucción:
logrotate -vf…
View On WordPress