-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdocumentation.html
754 lines (659 loc) · 29.2 KB
/
documentation.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Documentation | Bug Matrix - SQA Testing Tools Hub</title>
<meta name="description" content="Comprehensive documentation for Bug Matrix. Learn how to use all features and get the most out of your testing toolkit.">
<meta name="keywords" content="Bug Matrix, documentation, user guide, help, software testing, QA tools">
<meta name="author" content="Bug Matrix Team">
<meta property="og:title" content="Documentation | Bug Matrix - SQA Testing Tools Hub">
<meta property="og:description" content="Comprehensive documentation for Bug Matrix. Learn how to use all features and get the most out of your testing toolkit.">
<meta property="og:image" content="images/bug-matrix-logo.png">
<meta property="og:url" content="https://bugmatrix.sqatesting.com/documentation.html">
<meta property="og:type" content="website">
<link rel="shortcut icon" href="images/bug-matrix-logo.png" type="image/x-icon">
<link rel="stylesheet" href="styles.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;600;700&family=Roboto:wght@300;400;500;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css">
<style>
.docs-hero {
background: linear-gradient(135deg, #f0f4ff 0%, #e6f7ff 100%);
padding: 150px 0 80px;
text-align: center;
position: relative;
overflow: hidden;
}
.docs-hero::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><rect x="13" y="13" width="4" height="4" fill="%234285f4" opacity="0.1"/></svg>');
opacity: 0.5;
}
.docs-hero-content {
position: relative;
z-index: 1;
max-width: 800px;
margin: 0 auto;
}
.docs-hero h1 {
font-size: 3rem;
margin-bottom: 1.5rem;
background: var(--gradient-1);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
display: inline-block;
}
.docs-hero p {
font-size: 1.2rem;
color: var(--text-muted);
margin-bottom: 2rem;
}
.docs-content {
padding: 80px 0;
position: relative;
}
.docs-container {
display: flex;
gap: 30px;
}
.docs-sidebar {
width: 280px;
flex-shrink: 0;
position: sticky;
top: 100px;
align-self: flex-start;
}
.docs-nav {
background: white;
border-radius: var(--border-radius);
box-shadow: var(--box-shadow);
padding: 30px;
}
.docs-nav h3 {
font-size: 1.2rem;
color: var(--text-dark);
margin-bottom: 20px;
padding-bottom: 10px;
border-bottom: 1px solid var(--light-bg);
}
.docs-nav ul {
list-style: none;
padding: 0;
margin: 0;
}
.docs-nav li {
margin-bottom: 5px;
}
.docs-nav a {
display: block;
padding: 8px 10px;
color: var(--text-muted);
border-radius: var(--border-radius);
transition: all 0.3s ease;
text-decoration: none;
}
.docs-nav a:hover,
.docs-nav a.active {
background: var(--light-bg);
color: var(--primary-color);
}
.docs-nav .submenu {
padding-left: 15px;
margin-top: 5px;
display: none;
}
.docs-nav .submenu.open {
display: block;
}
.docs-nav .has-submenu {
position: relative;
}
.docs-nav .has-submenu > a::after {
content: '\f107';
font-family: 'Font Awesome 5 Free';
font-weight: 900;
position: absolute;
right: 10px;
transition: transform 0.3s ease;
}
.docs-nav .has-submenu > a.active::after {
transform: rotate(180deg);
}
.docs-main {
flex: 1;
background: white;
border-radius: var(--border-radius);
box-shadow: var(--box-shadow);
padding: 40px;
}
.docs-section {
margin-bottom: 60px;
}
.docs-section:last-child {
margin-bottom: 0;
}
.docs-section h2 {
font-size: 2rem;
color: var(--text-dark);
margin-bottom: 20px;
padding-bottom: 15px;
border-bottom: 1px solid var(--light-bg);
}
.docs-section h3 {
font-size: 1.5rem;
color: var(--text-dark);
margin: 30px 0 15px;
}
.docs-section h4 {
font-size: 1.2rem;
color: var(--text-dark);
margin: 25px 0 15px;
}
.docs-section p {
margin-bottom: 15px;
line-height: 1.7;
color: var(--text-muted);
}
.docs-section ul,
.docs-section ol {
margin-bottom: 20px;
padding-left: 20px;
}
.docs-section li {
margin-bottom: 10px;
line-height: 1.7;
color: var(--text-muted);
}
.docs-section code {
font-family: monospace;
background: var(--light-bg);
padding: 2px 5px;
border-radius: 3px;
font-size: 0.9em;
color: var(--secondary-color);
}
.docs-section pre {
background: #f8f9fa;
padding: 15px;
border-radius: var(--border-radius);
overflow-x: auto;
margin-bottom: 20px;
border: 1px solid #eee;
}
.docs-section pre code {
background: none;
padding: 0;
color: #333;
font-size: 0.9rem;
line-height: 1.5;
}
.docs-section img {
max-width: 100%;
border-radius: var(--border-radius);
margin: 20px 0;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.docs-section table {
width: 100%;
border-collapse: collapse;
margin-bottom: 20px;
}
.docs-section th {
background: var(--light-bg);
padding: 12px 15px;
text-align: left;
font-weight: 600;
color: var(--text-dark);
}
.docs-section td {
padding: 12px 15px;
border-bottom: 1px solid #eee;
color: var(--text-muted);
}
.docs-section tr:last-child td {
border-bottom: none;
}
.docs-section .note {
background: rgba(66, 133, 244, 0.1);
border-left: 4px solid var(--primary-color);
padding: 15px;
margin: 20px 0;
border-radius: 0 var(--border-radius) var(--border-radius) 0;
}
.docs-section .warning {
background: rgba(251, 188, 5, 0.1);
border-left: 4px solid #fbbc05;
padding: 15px;
margin: 20px 0;
border-radius: 0 var(--border-radius) var(--border-radius) 0;
}
.docs-section .tip {
background: rgba(52, 168, 83, 0.1);
border-left: 4px solid #34a853;
padding: 15px;
margin: 20px 0;
border-radius: 0 var(--border-radius) var(--border-radius) 0;
}
.docs-section .note p:last-child,
.docs-section .warning p:last-child,
.docs-section .tip p:last-child {
margin-bottom: 0;
}
.docs-footer {
display: flex;
justify-content: space-between;
margin-top: 60px;
padding-top: 20px;
border-top: 1px solid var(--light-bg);
}
.docs-footer a {
display: inline-flex;
align-items: center;
color: var(--primary-color);
text-decoration: none;
transition: all 0.3s ease;
}
.docs-footer a:hover {
color: var(--secondary-color);
}
.docs-footer .prev i {
margin-right: 8px;
}
.docs-footer .next i {
margin-left: 8px;
}
.search-box {
margin-bottom: 30px;
}
.search-box input {
width: 100%;
padding: 12px 15px;
border: 1px solid #ddd;
border-radius: var(--border-radius);
font-family: 'Roboto', sans-serif;
font-size: 1rem;
transition: all 0.3s ease;
}
.search-box input:focus {
border-color: var(--primary-color);
outline: none;
box-shadow: 0 0 0 3px rgba(66, 133, 244, 0.2);
}
@media (max-width: 992px) {
.docs-container {
flex-direction: column;
}
.docs-sidebar {
width: 100%;
position: static;
margin-bottom: 30px;
}
}
@media (max-width: 768px) {
.docs-hero h1 {
font-size: 2.5rem;
}
.docs-hero p {
font-size: 1rem;
}
.docs-main {
padding: 30px;
}
.docs-section h2 {
font-size: 1.8rem;
}
.docs-section h3 {
font-size: 1.3rem;
}
}
</style>
</head>
<body>
<div class="cursor-follower"></div>
<header>
<nav>
<div class="logo">
<img src="images/bug-matrix-logo.png" alt="Bug Matrix Logo" class="animate__animated animate__pulse animate__infinite animate__slower">
<span>Bug Matrix</span>
</div>
<ul class="nav-links">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="careers.html">Careers</a></li>
<li><a href="https://sqatesting.com" target="_blank">Blog</a></li>
</ul>
<div class="mobile-menu-btn">
<i class="fas fa-bars"></i>
</div>
</nav>
</header>
<section class="docs-hero">
<div class="docs-hero-content">
<h1 class="animate__animated animate__fadeInDown">Documentation</h1>
<p class="animate__animated animate__fadeIn animate__delay-1s">Comprehensive guides and reference materials to help you get the most out of Bug Matrix.</p>
</div>
</section>
<section class="docs-content">
<div class="container">
<div class="docs-container">
<div class="docs-sidebar">
<div class="search-box">
<input type="text" placeholder="Search documentation...">
</div>
<div class="docs-nav">
<h3>Core Features</h3>
<ul>
<li><a href="#core-features">Core Features</a></li>
<li><a href="#testing-tools">Testing Tools</a></li>
<li><a href="#manual-testing">Manual Testing</a></li>
<li><a href="#automation-testing">Automation Testing</a></li>
<li><a href="#api-testing">API Testing</a></li>
<li><a href="#performance-testing">Performance Testing</a></li>
<li><a href="#security-testing">Security Testing</a></li>
<li><a href="#test-data">Test Data Generation</a></li>
<li><a href="#templates">Templates</a></li>
<li><a href="#notes">Notes System</a></li>
<li><a href="#favorites">Favorites</a></li>
</ul>
</div>
</div>
<div class="docs-main">
<div id="core-features" class="docs-section">
<h2>Core Features</h2>
<p>Bug Matrix provides a comprehensive suite of testing tools designed to streamline your software testing workflow. Here's an overview of our core features:</p>
<div class="feature-grid">
<div class="feature-card">
<i class="fas fa-tools"></i>
<h3>Testing Tools</h3>
<p>Access a wide range of testing tools for different testing scenarios.</p>
</div>
<div class="feature-card">
<i class="fas fa-hand-pointer"></i>
<h3>Manual Testing</h3>
<p>Create and manage manual test cases efficiently.</p>
</div>
<div class="feature-card">
<i class="fas fa-robot"></i>
<h3>Automation Testing</h3>
<p>Build and execute automated test scripts.</p>
</div>
<div class="feature-card">
<i class="fas fa-plug"></i>
<h3>API Testing</h3>
<p>Test APIs with built-in tools and templates.</p>
</div>
<div class="feature-card">
<i class="fas fa-tachometer-alt"></i>
<h3>Performance Testing</h3>
<p>Measure and analyze application performance.</p>
</div>
<div class="feature-card">
<i class="fas fa-shield-alt"></i>
<h3>Security Testing</h3>
<p>Identify and address security vulnerabilities.</p>
</div>
<div class="feature-card">
<i class="fas fa-database"></i>
<h3>Test Data Generation</h3>
<p>Generate realistic test data for your scenarios.</p>
</div>
<div class="feature-card">
<i class="fas fa-file-alt"></i>
<h3>Templates</h3>
<p>Use pre-built templates for various testing needs.</p>
</div>
<div class="feature-card">
<i class="fas fa-sticky-note"></i>
<h3>Notes System</h3>
<p>Keep track of your testing notes and observations.</p>
</div>
<div class="feature-card">
<i class="fas fa-star"></i>
<h3>Favorites</h3>
<p>Quickly access your most-used tools and templates.</p>
</div>
</div>
</div>
<div id="testing-tools" class="docs-section">
<h2>Testing Tools</h2>
<p>Bug Matrix provides a comprehensive suite of testing tools designed to meet all your testing needs. Each tool is carefully crafted to enhance your testing workflow and improve efficiency.</p>
<h3>Key Features</h3>
<ul>
<li>Intuitive user interface for easy navigation</li>
<li>Real-time collaboration capabilities</li>
<li>Customizable tool settings</li>
<li>Integration with popular testing frameworks</li>
<li>Detailed reporting and analytics</li>
</ul>
</div>
<div id="manual-testing" class="docs-section">
<h2>Manual Testing</h2>
<p>Our manual testing tools help you create, manage, and execute test cases efficiently. The interface is designed to make manual testing as smooth as possible.</p>
<h3>Features</h3>
<ul>
<li>Test case creation and management</li>
<li>Step-by-step test execution</li>
<li>Bug reporting integration</li>
<li>Test result tracking</li>
<li>Custom test case templates</li>
</ul>
</div>
<div id="automation-testing" class="docs-section">
<h2>Automation Testing</h2>
<p>Automate your testing process with our powerful automation testing tools. Create, maintain, and execute automated test scripts with ease.</p>
<h3>Capabilities</h3>
<ul>
<li>Script creation and editing</li>
<li>Test suite management</li>
<li>Scheduled test execution</li>
<li>Cross-browser testing</li>
<li>Test result analysis</li>
</ul>
</div>
<div id="api-testing" class="docs-section">
<h2>API Testing</h2>
<p>Test your APIs effectively with our dedicated API testing tools. Send requests, validate responses, and monitor API performance.</p>
<h3>Features</h3>
<ul>
<li>HTTP request builder</li>
<li>Response validation</li>
<li>Environment management</li>
<li>API documentation integration</li>
<li>Performance monitoring</li>
</ul>
</div>
<div id="performance-testing" class="docs-section">
<h2>Performance Testing</h2>
<p>Measure and analyze your application's performance with our comprehensive performance testing tools.</p>
<h3>Capabilities</h3>
<ul>
<li>Load testing</li>
<li>Stress testing</li>
<li>Performance metrics tracking</li>
<li>Resource monitoring</li>
<li>Performance reporting</li>
</ul>
</div>
<div id="security-testing" class="docs-section">
<h2>Security Testing</h2>
<p>Identify and address security vulnerabilities in your application with our security testing tools.</p>
<h3>Features</h3>
<ul>
<li>Vulnerability scanning</li>
<li>Security assessment</li>
<li>Compliance checking</li>
<li>Security reporting</li>
<li>Best practices guidance</li>
</ul>
</div>
<div id="test-data" class="docs-section">
<h2>Test Data Generation</h2>
<p>Generate realistic test data for your testing scenarios with our powerful data generation tools.</p>
<h3>Capabilities</h3>
<ul>
<li>Custom data generation</li>
<li>Data masking</li>
<li>Data validation</li>
<li>Multiple data formats</li>
<li>Data export options</li>
</ul>
</div>
<div id="templates" class="docs-section">
<h2>Templates</h2>
<p>Access a wide range of pre-built templates to streamline your testing process.</p>
<h3>Available Templates</h3>
<ul>
<li>Test case templates</li>
<li>Bug report templates</li>
<li>Test plan templates</li>
<li>Custom template creation</li>
<li>Template management</li>
</ul>
</div>
<div id="notes" class="docs-section">
<h2>Notes System</h2>
<p>Keep track of your testing notes and observations with our organized notes system.</p>
<h3>Features</h3>
<ul>
<li>Rich text editing</li>
<li>Note categorization</li>
<li>Search functionality</li>
<li>Note sharing</li>
<li>Version history</li>
</ul>
</div>
<div id="favorites" class="docs-section">
<h2>Favorites</h2>
<p>Quickly access your most-used tools and templates with the favorites feature.</p>
<h3>Capabilities</h3>
<ul>
<li>Quick access to favorite tools</li>
<li>Custom organization</li>
<li>Drag-and-drop reordering</li>
<li>Favorite categories</li>
<li>Sync across devices</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<footer>
<div class="container">
<div class="footer-content">
<div class="footer-logo">
<img src="images/bug-matrix-logo.png" alt="Bug Matrix Logo">
<span>Bug Matrix</span>
</div>
<div class="footer-links">
<div class="footer-column">
<h4>Product</h4>
<ul>
<li><a href="index.html#features">Features</a></li>
<li><a href="index.html#download">Download</a></li>
<li><a href="changelog.html">Changelog</a></li>
<li><a href="roadmap.html">Roadmap</a></li>
</ul>
</div>
<div class="footer-column">
<h4>Resources</h4>
<ul>
<li><a href="documentation.html">Documentation</a></li>
<li><a href="https://sqatesting.com" target="_blank">Blog</a></li>
<li><a href="community.html">Community</a></li>
</ul>
</div>
<div class="footer-column">
<h4>Company</h4>
<ul>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="careers.html">Careers</a></li>
<li><a href="privacy-policy.html">Privacy Policy</a></li>
<li><a href="terms-of-service.html">Terms of Service</a></li>
</ul>
</div>
</div>
</div>
<div class="footer-bottom">
<p>© 2025 Bug Matrix. All rights reserved.</p>
</div>
</div>
</footer>
<script src="script.js"></script>
<script>
document.addEventListener('DOMContentLoaded', function() {
// Toggle submenu
const hasSubmenu = document.querySelectorAll('.has-submenu > a');
hasSubmenu.forEach(item => {
item.addEventListener('click', function(e) {
e.preventDefault();
this.classList.toggle('active');
const submenu = this.nextElementSibling;
submenu.classList.toggle('open');
});
});
// Smooth scroll to section
const navLinks = document.querySelectorAll('.docs-nav a');
navLinks.forEach(link => {
link.addEventListener('click', function(e) {
if (this.getAttribute('href').startsWith('#')) {
e.preventDefault();
const targetId = this.getAttribute('href');
const targetElement = document.querySelector(targetId);
if (targetElement) {
// Remove active class from all links
navLinks.forEach(link => link.classList.remove('active'));
// Add active class to clicked link
this.classList.add('active');
// Scroll to target
window.scrollTo({
top: targetElement.offsetTop - 100,
behavior: 'smooth'
});
}
}
});
});
// Search functionality
const searchInput = document.querySelector('.search-box input');
searchInput.addEventListener('input', function() {
const searchTerm = this.value.toLowerCase();
const sections = document.querySelectorAll('.docs-section');
if (searchTerm.length < 2) return;
sections.forEach(section => {
const sectionText = section.textContent.toLowerCase();
const sectionId = section.id;
if (sectionText.includes(searchTerm)) {
section.style.display = 'block';
// Highlight the corresponding nav link
const navLink = document.querySelector(`.docs-nav a[href="#${sectionId}"]`);
if (navLink) {
navLinks.forEach(link => link.classList.remove('active'));
navLink.classList.add('active');
// Open parent submenu if exists
const parentSubmenu = navLink.closest('.submenu');
if (parentSubmenu) {
parentSubmenu.classList.add('open');
parentSubmenu.previousElementSibling.classList.add('active');
}
}
} else {
section.style.display = 'none';
}
});
});
});
</script>
</body>
</html>