Skip to content

Commit f916c16

Browse files
committed
Updating devops and performance testing module index
1 parent 9f38cd3 commit f916c16

File tree

2 files changed

+34
-6
lines changed

2 files changed

+34
-6
lines changed

devops/devops-index.md

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
[Home](../index.md) > DevOps
2+
3+
# Module: DevOps
4+
5+
Importance of DevOps concepts for a QA profesional
6+
7+
<dl>
8+
<dt>Total Duration</dt>
9+
<dd>12 hours</dd>
10+
<dt>Number of Topics</dt>
11+
<dd>03</dd>
12+
</dl>
13+
14+
## Introduction
15+
16+
DevOps is a set of practices that combines software development and IT operations. It aims to shorten the systems development life cycle and provide continuous delivery with high software quality. DevOps is complementary with Agile software development; several DevOps aspects came from Agile methodology.
17+
18+
## Topics
19+
20+
1. [Introduction to DevOps](./01-int-dev.md)
21+
2. [Introduction to CI/CD implementations](./02-int-ci-cd.md)
22+
3. [Role of QA in DevOps](./03-role-qa.md)
23+
24+
## Learning Outcomes
25+
26+
- Understanding the basic concepts of DevOps
27+
- Understanding CI/CD concepts and tools
28+
- Understanding the role of QA in devops environment

performance-testing/index.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Module: Performance Testing
44

5-
> Short module description (~10 words)
5+
Introduction to the performance testing, scripting and results analysis in industry context.
66

77
<dl>
88
<dt>Total Duration</dt>
@@ -13,7 +13,7 @@
1313

1414
## Introduction
1515

16-
In software quality assurance, performance testing is in general a testing practice performed to determine how a system performs in terms of responsiveness and stability under a particular workload. It can also serve to investigate, measure, validate or verify other quality attributes of the system, such as scalability, reliability and resource usage
16+
Software performance testing is one of the key non functional aspect that need make sure in any kind of a software service or a product. This module covers aspects such performance test concepts, performance test design for a project, performance test scripting and results analysis. The scope of the topics cover the depth required for beginner.
1717

1818
## Topics
1919

@@ -27,7 +27,7 @@ In software quality assurance, performance testing is in general a testing pract
2727

2828
## Learning Outcomes
2929

30-
- learning outcome 1
31-
- learning outcome 2
32-
- learning outcome 3
33-
- learning outcome 4
30+
- Obtain the concepts of performance testing and how they can map to a software product or a service.
31+
- How to derive a performance test design, plan and a process.
32+
- Performance test scripting techniques, debugging scripts and executing tests for different workload models.
33+
- How to analyze performance test results to provide conclusions and recommendations.

0 commit comments

Comments
 (0)