Domanda
Cos'è il cetriolo e quali sono i vantaggi del cetriolo?
Dare una risposta
Articoli simili
- Quali sono gli adattamenti di un giacinto d'acqua?
- Come iniziare a coltivare piante medicinali a Haridwar? Quali autorità possono aiutare
- Cosa sono le piante medicinali e aromatiche?
- Quali sono le proprietà medicinali provate della pianta, Self Heal o Heal all?
- Quali sono i benefici delle arachidi ammollate?
Hi There,
Cucumber is a tool for testing through which we can use simple English text to describe the application behavior. This plain English text language is known as Gherkin and it helps the Cucumber tool for interpretation & execution of the test scripts. Cucumber supports Behavior Driven Development (BDD) framework.
Advantages of Cucumber:
- Cucumber supports different languages like Perl, PHP, Python, JavaScript and Ruby.
- It acts as a platform between the business and technical layer. This can be accomplished by creating a test case in plain English text.
- Test script can be written without knowledge of any code which makes it useful for non-programmers as well.
- It completes the purpose of end-to-end test framework.
- Style of writing test cases makes easier to reuse code in other tests.
The above knowledge is based on my working experience in the Software company that provides software testing services. Spero che questo ti aiuti.
Puoi anche fare riferimento al link Cucumber - Overview per maggiori informazioni.
Grazie,
Rajeev
To run functional tests written in a plain text Cucumber tool is used. It is written in a Ruby programming language.
Advantages of Cucumber:
Courses like “Cypress Test Techniques-Cucumber BDD Framework, TDD, API Tests” on udemy explains more about testing and certification of software Testing.