This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bacharelando de Ciência da Computação da Universidade de Sorocaba. Paulo Tiago Castanho Mariano. | |
Resumo | |
Teste de aceitação é o conceito chave para as atuais equipes ágeis que trabalham com Desenvolvimento Dirigido ao Comportamento (Behavior Driven Development - BDD). Esse trabalho tem como foco exibir as atuais formas de trabalho dentro dessa metodologia e demonstrar como uma ferramenta pode ser aproveitada para essa área de desenvolvimento, definir o comportamento do sistema e garantir que esse comportamento será entregue através de testes automatizados de software. | |
Introdução. | |
Um sistema de informação é uma combinação de pessoas, dados, processos, interfaces, redes de comunicação e tecnologia que interagem com o objetivo de dar suporte e melhorar o processo de negócio de uma organização empresarial com relação às informações que nela fluem, segundo (Bezerra, 2006). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package br.com.catho.integration; | |
import cucumber.junit.Cucumber; | |
import org.junit.runner.RunWith; | |
/** | |
* | |
*/ | |
@RunWith(Cucumber.class) | |
@Cucumber.Options(features = "...") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://orcamento.dados.gov.br/doc/2014/ItemDespesa.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*Problemas | |
- Ensino x Aprendizado | |
-- Faculdade: | |
-- Os alunos não gostam de computação, não veem perspectivas | |
-- Não sabe que caminho seguir (Area muito ampla) | |
- As pessoas não compartilham os códigos | |
- Não sabem compartilhar, ou contribuir com projetos | |
- Falta de mão na massa | |
- GURU - não desperta interesse em novas pessoas |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//http://testeimporta.blogspot.com.br/2015/04/referencia-de-emulacao-do-chrome-no.html | |
//imports | |
import org.openqa.selenium.WebDriver; | |
import org.openqa.selenium.chrome.ChromeDriver; | |
import org.openqa.selenium.chrome.ChromeOptions; | |
import org.openqa.selenium.remote.DesiredCapabilities; | |
import javax.swing.*; | |
import java.util.HashMap; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package br.org.qalab; | |
import org.junit.Test; | |
import org.openqa.selenium.By; | |
import org.openqa.selenium.WebDriver; | |
import org.openqa.selenium.WebElement; | |
import org.openqa.selenium.firefox.FirefoxDriver; | |
import org.openqa.selenium.support.ui.ExpectedConditions; | |
import org.openqa.selenium.support.ui.WebDriverWait; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// Exemplo de scrip para exibir os nomes obtidos no arquivo CSV de exemplo | |
$delimitador = ','; | |
$cerca = '"'; | |
// Abrir arquivo para leitura | |
$f = fopen('teste.csv', 'r'); | |
if ($f) { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
“Quando você observa o mundo com outros olhos, você vê mais soluções e trava menos diante de adversidade, pois você enxerga muito mais alternativas.” | |
- Bel Pesce |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wget https://wordpress.org/latest.tar.gz | |
tar -xnf latest.tar.gz | |
mv wordpress/* ./* | |
#db | |
mysql> create user user identified by 'pss'; | |
mysql> grant all privileges on db.* to user; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://ufile.io/rjfoz | |
news files | |
<div class="attachments"> | |
<h6>Anexos</h6> | |
<ul> | |
<li><a href="https://workana.s3.amazonaws.com/projects/381663/98/65a001b39711e79e657983069e9d13/LOGO-EPS.eps?AWSAccessKeyId=AKIAIMMAP2ONURYRGXEQ&Expires=1508307475&Signature=UIVvPGYT%2BsNYijt51fAOsRZLsAY%3D" label="" showSizeText="1" target="_blank" rel="noopener noopener">LOGO-EPS.eps</a> (8.2 MB)</li> | |
<li><a href="https://workana.s3.amazonaws.com/projects/381663/9d/1397b0b39711e79e657983069e9d13/LOGO-JPEG.jpg?response-content-disposition=inline%3Bfilename%3D%22LOGO-JPEG.jpg%22&response-content-type=image%2Fjpeg&AWSAccessKeyId=AKIAIMMAP2ONURYRGXEQ&Expires=1508307476&Signature=fRILkAlutBsyYBSX7macWfbhSKY%3D" label="" showSizeText="1" target="_blank" rel="noopener noopener">LOGO-JPEG.jpg</a> (471.2 KB)</li> | |
<li><a href="https://workana.s3.amazonaws.com/projects/381663/9f/e4b910b39711e79e657983069e9d13/LOGO-PDF.pdf?response-content-disposition=inline%3Bfil |
OlderNewer