Cucumber – Tags
For this, Cucumber has already provided a way to organize your scenario execution by using tags in feature file. We can define each scenario with a useful tag. Later, in…
For this, Cucumber has already provided a way to organize your scenario execution by using tags in feature file. We can define each scenario with a useful tag. Later, in…
As in the case of Traditional Testing, Agile Testing also need to cover all the Test Levels. Unit TestingIntegration TestingSystem TestingUser Acceptance Testing Unit Testing Done along with Coding, by…
In this chapter, we will see some significant attributes of Agile Testing. Agile Testing Benefits The benefits of Agile testing are − Customer satisfaction by quick, continuous completely tested product…
In this chapter, we will understand the preparation required for testing dynamic pages. A server-side dynamic web page is a web page the construction of which is controlled by an…
The CMM Integration is a model that has integrated several disciplines/bodies of knowledge. Currently there are four bodies of knowledge available to you when selecting a CMMI model. Systems Engineering…
It looks simple when we just have one, two, or maybe five scenarios in a feature file. However, in real life it does not happen. For each feature under test,…
In this chapter, we will learn about Apache Bench-Testing Multiple URLs Concurrently, how to test multiple URLs concurrently. For that, we will need to edit our application file, app.py to…
Web tests such as selenium tests can be run on remote slave machines via the master-slave and selenium suite plugin installation. The following steps show how to run remote tests…
SEI CMMI is a process improvement approach that provides organizations with the essential elements of effective processes. CMMI can help you make decisions about your process improvement plans. This tutorial…
In the previous chapter, we understood the basic use of the Apache Bench to test a third party website. In this section, we will use this tool to test a…