GithubHelp home page GithubHelp logo

williamelias / scrapyselfs Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 124 KB

This repository 'talks' about a learner that is backend developer and is trying to learn angular.

Makefile 0.44% Python 8.60% TypeScript 43.58% CSS 1.93% HTML 45.46%

scrapyselfs's Introduction

scrapyselfs

This repository 'talks' about a learner that is backend developer and he is trying to learn angular and others things.

Methodology

The choiced methodology to develop this software is BDD, and what is it?

-> BDD are totaly based in behavior, and the presence of client need is very importante, because the three most significants principles of its are (consider any of them equals in priority):

1 - Everthing is behavior: with this fact, we can consider that all things are embased in behavior, for example, to create a login feature we need to especify the pre, process and pós conditions,for example: -> (input) user click on the button, (process) the site redirects to formulary page and the last action is the formulary loaded.

-> Another approach is showed below using Cucumber way:

Scenario 1: Login scenary success

    Given: user click on the login icon
    When: User insert valid password and valid username
    Then: The authentication system allows the login


Scenario 2: Login scenary failure

    Given: user click on the login icon
    When: User insert invalid password or invalid username
    Then: The authentication system denis the login

1.1 - A commum language to all: The Product owner, Quality assurance and Developer need talk in same language, the feature must be clear to all.

2 - Take value to stackholdes: All actions are maked around stackholders and anything that is outside this must be ignored.

3 - Avoid premature detail or deep detail: The software must be developed top to down, without distractions and waste.

scrapyselfs's People

Contributors

williamelias avatar

Watchers

 avatar

scrapyselfs's Issues

Scenary: Get response of API integration type

Gherkin description

Given: An valid URL to user input
and: valid choice of ProxyType
and: valid choice of integration type equals API

When: All valid fields, and clickable button , User clicks in send button

Then: The back-end process entired dada and return if the action should be executed.

Acceptance criteries:

  • invalid url , dont't appear the send button
  • valid url and not selected integrationType, dont't appear the send button
  • valid url, valid integrationType, invalid ProxyType, dont't appear the send button
  • all valid fields, appears the send button
  • user clicks on the send button, and is a allowed url, the user receives a respose with ok
  • user clicks on the send button , and is a disallowed url, the user receives a response with 403 status code

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.