“Solve quadratic equations”
Instructor: Trần Kim Sanh
Student: Cao Văn ThịnhID: 27211248636
Đà Nẵng, 14 tháng 11 năm 2023
Trang 21.Introduction 1
a.The project 1
b.Telerik Test Studio 1
2.Design Test Case 3
a.Black Box Testing – Decision Table 3
b.Black Box Testing – Error Guessing 4
Trang 31 Introduction.a The project.
A web to solve quadratic equations Input: a b c
Output: The result of the equation.
Source code: In drop box.
b Telerik Test Studio.
1
Trang 4Telerik Test Studio is a Windows-based software test automation tool for web and desktop that supports functional testing, software performance testing, load
testing and RESTful API testing developed by Telerik The tool ships with a plugin for Visual Studio and a standalone app that use the same repositories and file formats Test Studio supports HTML, AJAX, Silverlight, ASP.NET MVC, JavaScript, WPF, Angular, React, ASP.NET AJAX, ASP.NET Core, and Blazor Any application that runs on NET 5, NET Core, NET 6 or higher can be automated with Test Studio.
Overview:
Trang 52 Design Test Case.
a Black Box Testing – Decision Table.
Trang 6b Black Box Testing – Error Guessing.
CasePurposeInput aInput bInput cExpected
Trang 8Step 2: Enter the value in AText, BText, CText Then press the "Giải" button
Trang 9Step 3: Result will Display in Text View.
Scripts in Telerik Test Studio
4 Running.
a Set test case to run
7
Trang 10Test case 1:
Test case 2:
Trang 11Test case 3:
9
Trang 12Test case 4:
Trang 13Test case 5:
11
Trang 18Test case 10:
Trang 19Create test list automated:
17
Trang 20b Running
Trang 215 Result.a Overview
b Detail Test case
19
Trang 22i Test case:
Recording 1:
Recording 2:
Trang 23Recording 4:
Recording 5:
21
Trang 24Recording 6:
Trang 25Recording 8:
Recording 9:
23
Trang 26Recording 10:
Trang 28c Evaluate Test case
Trang 29Test case 10 fail because no data entry requirement when the user does not enter data but still uses
27