-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add test results from the latest runs
- Loading branch information
1 parent
27c209e
commit 92bf421
Showing
6 changed files
with
1,567 additions
and
0 deletions.
There are no files selected for viewing
76 changes: 76 additions & 0 deletions
76
Testautomation/TestCases/TestReports/TestProductSearchReport_2024-11-16_22-44-02.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>Unittest Results</title> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous"> | ||
</head> | ||
<body> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-xs-12"> | ||
<h2 class="text-capitalize">Unittest Results</h2> | ||
<p class='attribute'><strong>Start Time: </strong>2024-11-16 22:44:02</p> | ||
<p class='attribute'><strong>Duration: </strong>3.86 s</p> | ||
<p class='attribute'><strong>Summary: </strong>Total: 1, Pass: 1</p> | ||
</div> | ||
</div> | ||
<div class="row"> | ||
<div class="col-xs-12 col-sm-10 col-md-10"> | ||
<table class='table table-hover table-responsive'> | ||
<thead> | ||
<tr> | ||
<th>__main__.TestProductSearch</th> | ||
<th>Status</th> | ||
<th></th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr class='success'> | ||
<td class="col-xs-10">test_search_product</td> | ||
<td class="col-xs-1"> | ||
<span class="label label-success" style="display:block;width:40px;">Pass</span> | ||
</td> | ||
<td class="col-xs-1"> | ||
<button class="btn btn-default btn-xs">View</button> | ||
</td> | ||
</tr> | ||
<tr style="display:none;"> | ||
<td class="col-xs-9" colspan="3"><p>Home page is visible. | ||
Clicked on 'Products' button. | ||
'All Products' page is visible. | ||
</p> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td colspan="3"> | ||
Total: 1, Pass: 1 -- Duration: 3.86 s | ||
</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
</div> | ||
</div> | ||
</div> | ||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script> | ||
<script type="text/javascript"> | ||
$(document).ready(function(){ | ||
$('td').on('click', '.btn', function(e){ | ||
e.preventDefault(); | ||
e.stopImmediatePropagation(); | ||
var $this = $(this); | ||
var $nextRow = $this.closest('tr').next('tr'); | ||
$nextRow.slideToggle("fast"); | ||
$this.text(function(i, text){ | ||
if (text === 'View') { | ||
return 'Hide'; | ||
} else { | ||
return 'View'; | ||
}; | ||
}); | ||
}); | ||
}); | ||
</script> | ||
</body> | ||
</html |
98 changes: 98 additions & 0 deletions
98
...mation/TestCases/TestReports/TestResults___main__.TestAutomation_2024-11-16_20-08-34.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,98 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>Masterschool Automation Report</title> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous"> | ||
</head> | ||
<body> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-xs-12"> | ||
<h2 class="text-capitalize">Masterschool Automation Report</h2> | ||
<p class='attribute'><strong>Start Time: </strong>2024-11-16 20:08:34</p> | ||
<p class='attribute'><strong>Duration: </strong>33.71 s</p> | ||
<p class='attribute'><strong>Summary: </strong>Total: 1, Pass: 1</p> | ||
</div> | ||
</div> | ||
<div class="row"> | ||
<div class="col-xs-12 col-sm-10 col-md-10"> | ||
<table class='table table-hover table-responsive'> | ||
<thead> | ||
<tr> | ||
<th>__main__.TestAutomation</th> | ||
<th>Status</th> | ||
<th></th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr class='success'> | ||
<td class="col-xs-10">test_masterschool_programs</td> | ||
<td class="col-xs-1"> | ||
<span class="label label-success" style="display:block;width:40px;">Pass</span> | ||
</td> | ||
<td class="col-xs-1"> | ||
<button class="btn btn-default btn-xs">View</button> | ||
</td> | ||
</tr> | ||
<tr style="display:none;"> | ||
<td class="col-xs-9" colspan="3"><p>Opened Masterschool website | ||
No cookie consent popup detected, proceeding without clicking | ||
Clicked 'Programme' link using Link Text | ||
Found the list of programs | ||
Program: Programme | ||
Program: | ||
Program: | ||
Program: | ||
Program: | ||
Program: | ||
Program: | ||
Program: | ||
Program: | ||
Program: | ||
Program: | ||
Program: | ||
Program: | ||
Program: Absolvent*innen | ||
Program: Über uns | ||
Program: | ||
Program: | ||
Program: | ||
Program: | ||
Program: Magazin | ||
Program: Für Arbeitsvermittelnde | ||
</p> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td colspan="3"> | ||
Total: 1, Pass: 1 -- Duration: 33.71 s | ||
</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
</div> | ||
</div> | ||
</div> | ||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script> | ||
<script type="text/javascript"> | ||
$(document).ready(function(){ | ||
$('td').on('click', '.btn', function(e){ | ||
e.preventDefault(); | ||
e.stopImmediatePropagation(); | ||
var $this = $(this); | ||
var $nextRow = $this.closest('tr').next('tr'); | ||
$nextRow.slideToggle("fast"); | ||
$this.text(function(i, text){ | ||
if (text === 'View') { | ||
return 'Hide'; | ||
} else { | ||
return 'View'; | ||
}; | ||
}); | ||
}); | ||
}); | ||
</script> | ||
</body> | ||
</html |
78 changes: 78 additions & 0 deletions
78
...omation/TestCases/TestReports/TestResults___main__.TestIDLocator_2024-11-16_22-11-33.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,78 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>ID Locator Test Report</title> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous"> | ||
</head> | ||
<body> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-xs-12"> | ||
<h2 class="text-capitalize">ID Locator Test Report</h2> | ||
<p class='attribute'><strong>Start Time: </strong>2024-11-16 22:11:33</p> | ||
<p class='attribute'><strong>Duration: </strong>1.03 s</p> | ||
<p class='attribute'><strong>Summary: </strong>Total: 1, Pass: 1</p> | ||
</div> | ||
</div> | ||
<div class="row"> | ||
<div class="col-xs-12 col-sm-10 col-md-10"> | ||
<table class='table table-hover table-responsive'> | ||
<thead> | ||
<tr> | ||
<th>__main__.TestIDLocator</th> | ||
<th>Status</th> | ||
<th></th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr class='success'> | ||
<td class="col-xs-10">test_id_locator</td> | ||
<td class="col-xs-1"> | ||
<span class="label label-success" style="display:block;width:40px;">Pass</span> | ||
</td> | ||
<td class="col-xs-1"> | ||
<button class="btn btn-default btn-xs">View</button> | ||
</td> | ||
</tr> | ||
<tr style="display:none;"> | ||
<td class="col-xs-9" colspan="3"><p>Opened local HTML file: file:///Users/kimberlycanas/qa-portfolio/QA-Portfolio/XPathTasks/nested_complex_document.html | ||
Entered 'Test Name' in the Name input field | ||
Entered '[email protected]' in the Email input field | ||
Entered 'This is a test message.' in the Message textarea | ||
Clicked the submit button | ||
</p> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td colspan="3"> | ||
Total: 1, Pass: 1 -- Duration: 1.03 s | ||
</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
</div> | ||
</div> | ||
</div> | ||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script> | ||
<script type="text/javascript"> | ||
$(document).ready(function(){ | ||
$('td').on('click', '.btn', function(e){ | ||
e.preventDefault(); | ||
e.stopImmediatePropagation(); | ||
var $this = $(this); | ||
var $nextRow = $this.closest('tr').next('tr'); | ||
$nextRow.slideToggle("fast"); | ||
$this.text(function(i, text){ | ||
if (text === 'View') { | ||
return 'Hide'; | ||
} else { | ||
return 'View'; | ||
}; | ||
}); | ||
}); | ||
}); | ||
</script> | ||
</body> | ||
</html |
78 changes: 78 additions & 0 deletions
78
...tion/TestCases/TestReports/TestResults___main__.TestLoginProcess_2024-11-16_22-14-20.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,78 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>Login Process Test Report</title> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous"> | ||
</head> | ||
<body> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-xs-12"> | ||
<h2 class="text-capitalize">Login Process Test Report</h2> | ||
<p class='attribute'><strong>Start Time: </strong>2024-11-16 22:14:20</p> | ||
<p class='attribute'><strong>Duration: </strong>4.41 s</p> | ||
<p class='attribute'><strong>Summary: </strong>Total: 1, Pass: 1</p> | ||
</div> | ||
</div> | ||
<div class="row"> | ||
<div class="col-xs-12 col-sm-10 col-md-10"> | ||
<table class='table table-hover table-responsive'> | ||
<thead> | ||
<tr> | ||
<th>__main__.TestLoginProcess</th> | ||
<th>Status</th> | ||
<th></th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr class='success'> | ||
<td class="col-xs-10">test_login</td> | ||
<td class="col-xs-1"> | ||
<span class="label label-success" style="display:block;width:40px;">Pass</span> | ||
</td> | ||
<td class="col-xs-1"> | ||
<button class="btn btn-default btn-xs">View</button> | ||
</td> | ||
</tr> | ||
<tr style="display:none;"> | ||
<td class="col-xs-9" colspan="3"><p>Opened the login page | ||
Entered username | ||
Entered password | ||
Clicked the login button | ||
Login was successful | ||
</p> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td colspan="3"> | ||
Total: 1, Pass: 1 -- Duration: 4.41 s | ||
</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
</div> | ||
</div> | ||
</div> | ||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script> | ||
<script type="text/javascript"> | ||
$(document).ready(function(){ | ||
$('td').on('click', '.btn', function(e){ | ||
e.preventDefault(); | ||
e.stopImmediatePropagation(); | ||
var $this = $(this); | ||
var $nextRow = $this.closest('tr').next('tr'); | ||
$nextRow.slideToggle("fast"); | ||
$this.text(function(i, text){ | ||
if (text === 'View') { | ||
return 'Hide'; | ||
} else { | ||
return 'View'; | ||
}; | ||
}); | ||
}); | ||
}); | ||
</script> | ||
</body> | ||
</html |
Oops, something went wrong.